PACIO Sample Data Depot
0.1.0 - draft

PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions

: Practitioner-Phil-Chekhov - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "Practitioner-Phil-Chekhov",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Practitioner-Phil-Chekhov</b></p><a name=\"Practitioner-Phil-Chekhov\"> </a><a name=\"hcPractitioner-Phil-Chekhov\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/6.1.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/2910395830</p><p><b>active</b>: true</p><p><b>name</b>: Phil Chekhov</p><p><b>telecom</b>: ph: (610) 555 1893</p><p><b>address</b>: 125 Yew St, Grand Rapids, MI 49503</p><p><b>gender</b>: Male</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "2910395830"
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "Phil Chekhov",
      "family" : "Chekhov",
      "given" : [
        "Phil"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(610) 555 1893"
    }
  ],
  "address" : [
    {
      "text" : "125 Yew St, Grand Rapids, MI 49503",
      "line" : [
        "125 Yew St"
      ],
      "city" : "Grand Rapids",
      "state" : "MI",
      "postalCode" : "49503",
      "country" : "US"
    }
  ],
  "gender" : "male"
}