PACIO Sample Data Depot
0.1.0 - draft
PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "PractitionerRole-Pharm-KevinJames",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole PractitionerRole-Pharm-KevinJames</b></p><a name=\"PractitionerRole-Pharm-KevinJames\"> </a><a name=\"hcPractitionerRole-Pharm-KevinJames\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Practitioner-KevinJames.html\">Kevin James</a></p><p><b>organization</b>: <a href=\"Organization-org-Renaissance-Pharmacy.html\">Renaissance Pharmacy</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 183500000X}\">Pharmacist</span></p><p><b>location</b>: <a href=\"Location-org-Loc-Renaissance-Pharmacy.html\">Location: status = active; telecom = ph: (555) 467-9087</a></p></div>"
},
"active" : true,
"practitioner" : {
🔗 "reference" : "Practitioner/Practitioner-KevinJames",
"display" : "Kevin James"
},
"organization" : {
🔗 "reference" : "Organization/org-Renaissance-Pharmacy",
"display" : "Renaissance Pharmacy"
},
"code" : [
{
"coding" : [
{
"system" : "http://nucc.org/provider-taxonomy",
"code" : "183500000X",
"display" : "Pharmacist"
}
]
}
],
"location" : [
{
🔗 "reference" : "Location/org-Loc-Renaissance-Pharmacy"
}
]
}