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" : "Practitioner",
"id" : "AdminTurk",
"meta" : {
"profile" : [
"https://fhir.mona.icu/StructureDefinition/mona-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>name</b>: Christopher Turk (OFFICIAL)</p><p><b>gender</b>: male</p></div>"
},
"name" : [
{
"use" : "official",
"family" : "Turk",
"given" : [
"Christopher"
]
}
],
"gender" : "male"
}