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" : "Patient",
"id" : "PatientExample",
"meta" : {
"profile" : [
"https://fhir.mona.icu/StructureDefinition/mona-patient"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Last changed by</b>: <a href=\"Practitioner-NurseCarla.html\">Generated Summary: Carla Espinosa (OFFICIAL); Phone: +49 170 1234567; gender: female</a></p><p><b>identifier</b>: id: some-patient-number</p><p><b>name</b>: John Doe (OFFICIAL)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1951-05-28</p><p><b>deceased</b>: 2020-12-13</p></div>"
},
"extension" : [
{
"url" : "https://fhir.mona.icu/StructureDefinition/lastChangedBy",
"valueReference" : {
"reference" : "Practitioner/NurseCarla"
}
}
],
"identifier" : [
{
"system" : "https://fhir.mona.icu/Identifier/mona-patient-number",
"value" : "some-patient-number"
}
],
"name" : [
{
"use" : "official",
"family" : "Doe",
"given" : [
"John"
]
}
],
"gender" : "male",
"birthDate" : "1951-05-28",
"deceasedDateTime" : "2020-12-13"
}