PACIO Re-Assessment Timepoints Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "Practitioner-SummerJohnson",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 9876543210</p><p><b>active</b>: true</p><p><b>name</b>: Summer Johnson</p><p><b>telecom</b>: ph: (210) 555 7632</p><p><b>address</b>: 8100 Pinebrook Dr, San Antonio, TX, 78230</p><p><b>gender</b>: female</p></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "9876543210"
}
],
"active" : true,
"name" : [
{
"text" : "Summer Johnson",
"family" : "Johnson",
"given" : [
"Summer"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "(210) 555 7632"
}
],
"address" : [
{
"text" : "8100 Pinebrook Dr, San Antonio, TX, 78230"
}
],
"gender" : "female"
}