This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Practitioner",
"id" : "ra-prac02pat02",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ra-prac02pat02</b></p><a name=\"ra-prac02pat02\"> </a><a name=\"hcra-prac02pat02\"> </a><a name=\"ra-prac02pat02-en-US\"> </a><p><b>identifier</b>: <code>http://hl7.org.fhir/sid/us-npi</code>/6678901232, <code>http://www.acme.org/practitioners</code>/25456</p><p><b>name</b>: Patrick Pump </p><p><b>address</b>: 1025 Healthcare Drive Ann Harbor MI 99999 (home)</p></div>"
},
"identifier" : [
{
"system" : "http://hl7.org.fhir/sid/us-npi",
"value" : "6678901232"
},
{
"system" : "http://www.acme.org/practitioners",
"value" : "25456"
}
],
"name" : [
{
"family" : "Pump",
"given" : [
"Patrick"
],
"prefix" : [
"Dr"
]
}
],
"address" : [
{
"use" : "home",
"line" : [
"1025 Healthcare Drive"
],
"city" : "Ann Harbor",
"state" : "MI",
"postalCode" : "99999"
}
]
}