{
  "resourceType" : "Practitioner",
  "id" : "ccda-practitioner-example",
  "meta" : {
    "versionId" : "6",
    "lastUpdated" : "2020-08-12T21:30:18.070+00:00",
    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ccda-practitioner-example</b></p><a name=\"ccda-practitioner-example\"> </a><a name=\"hcccda-practitioner-example\"> </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\">version: 6; Last updated: 2020-08-12 21:30:18+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-practitioner.html\">US Core Practitioner Profile</a></p></div><p><b>identifier</b>: US National Provider Identifier/9999991018\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: Brenda Jennings Richard </p><p><b>telecom</b>: ph: 313-555-6868(Home), ph: 313-555-6443(Work)</p><p><b>address</b>: 346 W Plum Avenu Dearborn MI 48123</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1976-11-15</p></div>"
  },
  "identifier" : [{
    "use" : "official",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "PRN",
        "display" : "Provider number"
      }],
      "text" : "US National Provider Identifier"
    },
    "system" : "http://hl7.org/fhir/sid/us-npi",
    "value" : "9999991018"
  }],
  "name" : [{
    "family" : "Richard",
    "given" : ["Brenda",
    "Jennings"],
    "suffix" : ["MD"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "313-555-6868",
    "use" : "home"
  },
  {
    "system" : "phone",
    "value" : "313-555-6443",
    "use" : "work"
  }],
  "address" : [{
    "text" : "346 W Plum Avenu Dearborn MI 48123",
    "line" : ["346 W Plum Avenue"],
    "city" : "Dearborn",
    "state" : "MI",
    "postalCode" : "48126"
  }],
  "gender" : "female",
  "birthDate" : "1976-11-15"
}