This page is part of the Sharing eCC Data from Pathology Labs to EHR (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "pathologist-example",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2021-06-22T14:54:29.055+00:00",
"source" : "#cZxJw0rMl5usCvEV",
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 987654321</p><p><b>name</b>: Stains Alot </p></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "987654321"
}
],
"name" : [
{
"family" : "Alot",
"given" : [
"Stains"
]
}
]
}