Mona FHIR Implementation Guide
0.4.50648 - ci-build
Mona FHIR Implementation Guide - Local Development build (v0.4.50648). See the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "DoctorTurkRole",
"meta" : {
"profile" : [
"https://fhir.mona.icu/StructureDefinition/mona-practitioner-role"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>practitioner</b>: <a href=\"Practitioner-DoctorTurk.html\">Generated Summary: Christopher Turk (OFFICIAL); gender: male</a></p><p><b>code</b>: <span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-practitioner-role doctor}\">doctor</span></p></div>"
},
"practitioner" : {
"reference" : "Practitioner/DoctorTurk"
},
"code" : [
{
"coding" : [
{
"system" : "https://fhir.mona.icu/CodeSystem/mona-practitioner-role",
"code" : "doctor"
}
]
}
]
}