{
  "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",
  "text" : {
    "status" : "extensions"
  },
  "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"
    }
  }]
}