{
  "resourceType" : "Practitioner",
  "id" : "JoeSmith",
  "meta" : {
    "lastUpdated" : "2020-07-07T13:26:22.0314215+00:00",
    "profile" : ["http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Practitioner"]
  },
  "language" : "en-US",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner JoeSmith</b></p><a name=\"JoeSmith\"> </a><a name=\"hcJoeSmith\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2020-07-07 13:26:22+0000; Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-Practitioner.html\">NDH Practitioner Profile</a></p></div><p><b>NDH Verification Status</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS complete}\">Complete</span></p><p><b>identifier</b>: <code>http://example.org/ndh-identifiers</code>/JoeSmith</p><p><b>active</b>: true</p><p><b>name</b>: Joe Smith, MD</p><p><b>telecom</b>: ph: 555-123-6666(Home), ph: 555-123-1234(Work)</p><p><b>address</b>: </p><ul><li>263 Farmington Ave Farmington CT 06030 US (home)</li><li>400 Lee Rd Farmington, CT 06032 Farmington CT 06032 US (work)</li></ul><blockquote><p><b>qualification</b></p><blockquote><p><b>NDH Practitioner Qualification</b></p><ul><li>status: active</li><li>whereValid: <span title=\"Codes:{https://www.usps.com/ CT}\">Connecticut</span></li></ul></blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}\">MD</span></p><p><b>issuer</b>: State of Connecticut</p></blockquote><blockquote><p><b>qualification</b></p><blockquote><p><b>NDH Practitioner Qualification</b></p><ul><li>status: active</li><li>whereValid: <span title=\"Codes:{https://www.usps.com/ CT}\">Connecticut</span></li></ul></blockquote><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 207R00000X}\">Board Certified Internal Medicine</span></p><p><b>issuer</b>: American Board of Internal Medicine</p></blockquote></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS",
        "code" : "complete",
        "display" : "Complete"
      }]
    }
  }],
  "identifier" : [{
    "extension" : [{
      "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
      "valueCode" : "active"
    }],
    "system" : "http://example.org/ndh-identifiers",
    "value" : "JoeSmith"
  }],
  "active" : true,
  "name" : [{
    "text" : "Joe Smith, MD",
    "family" : "Smith",
    "given" : ["Joe"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "555-123-6666",
    "use" : "home"
  },
  {
    "system" : "phone",
    "value" : "555-123-1234",
    "use" : "work"
  }],
  "address" : [{
    "use" : "home",
    "line" : ["263 Farmington Ave"],
    "city" : "Farmington",
    "state" : "CT",
    "postalCode" : "06030",
    "country" : "US"
  },
  {
    "use" : "work",
    "type" : "physical",
    "line" : ["400 Lee Rd Farmington, CT 06032"],
    "city" : "Farmington",
    "state" : "CT",
    "postalCode" : "06032",
    "country" : "US"
  }],
  "qualification" : [{
    "extension" : [{
      "extension" : [{
        "url" : "status",
        "valueCode" : "active"
      },
      {
        "url" : "whereValid",
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "https://www.usps.com/",
            "code" : "CT"
          }]
        }
      }],
      "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-practitioner-qualification"
    }],
    "code" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
        "version" : "2.1.0",
        "code" : "MD"
      }],
      "text" : "MD"
    },
    "issuer" : {
      "display" : "State of Connecticut"
    }
  },
  {
    "extension" : [{
      "extension" : [{
        "url" : "status",
        "valueCode" : "active"
      },
      {
        "url" : "whereValid",
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "https://www.usps.com/",
            "code" : "CT"
          }]
        }
      }],
      "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-practitioner-qualification"
    }],
    "code" : {
      "coding" : [{
        "system" : "http://nucc.org/provider-taxonomy",
        "code" : "207R00000X",
        "display" : "Internal Medicine Physician"
      }],
      "text" : "Board Certified Internal Medicine"
    },
    "issuer" : {
      "display" : "American Board of Internal Medicine"
    }
  }]
}