This page is part of the Da Vinci Clinical Documentation Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions
JSON Format: Practitioner-cdex-example-practitioner
Raw json
{
"resourceType" : "Practitioner",
"id" : "cdex-example-practitioner",
"meta" : {
"versionId" : "2",
"lastUpdated" : "2019-04-09T11:17:04.000-04:00",
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>\n <b>Generated Narrative with Details</b>\n </p>\n <p>\n <b>id</b>: cdex-example-practitioner\n </p>\n <p>\n <b>meta</b>: \n </p>\n <p>\n <b>identifier</b>: 9941339108, 25456\n </p>\n <p>\n <b>name</b>: Ronald Bone \n </p>\n <p>\n <b>address</b>: 1003 Healthcare Drive Amherst MA 01002 (HOME)\n </p>\n </div>"
},
"identifier" : [
{
"system" : "http://hl7.org.fhir/sid/us-npi",
"value" : "9941339108"
},
{
"system" : "http://www.acme.org/practitioners",
"value" : "25456"
}
],
"name" : [
{
"family" : "Bone",
"given" : [
"Ronald"
],
"prefix" : [
"Dr"
]
}
],
"address" : [
{
"use" : "home",
"line" : [
"1003 Healthcare Drive"
],
"city" : "Amherst",
"state" : "MA",
"postalCode" : "01002"
}
]
}

