PACIO Advance Healthcare Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/pacio-adi/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Practitioner",
"id" : "Practitioner-MargaretReynolds",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Practitioner-MargaretReynolds</b></p><a name=\"Practitioner-MargaretReynolds\"> </a><a name=\"hcPractitioner-MargaretReynolds\"> </a><p><b>identifier</b>: <code>http://example.org/fhir/MI-state-license</code>/86420</p><p><b>active</b>: true</p><p><b>name</b>: Margaret Q. Reynolds</p><p><b>telecom</b>: ph: (555) 391-9414</p><p><b>address</b>: 18051 Mack Ave, Detroit, MI 48224</p><p><b>gender</b>: Female</p></div>"
},
"identifier" : [
{
"system" : "http://example.org/fhir/MI-state-license",
"value" : "86420"
}
],
"active" : true,
"name" : [
{
"text" : "Margaret Q. Reynolds",
"family" : "Reynolds",
"given" : [
"Margaret",
"Q."
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "(555) 391-9414"
}
],
"address" : [
{
"text" : "18051 Mack Ave, Detroit, MI 48224",
"line" : [
"18051 Mack Ave"
],
"city" : "Detroit",
"state" : "MI",
"postalCode" : "48224",
"country" : "US"
}
],
"gender" : "female"
}