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

: PatientExample - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientExample"/>
  <meta>
    <profile value="https://fhir.mona.icu/StructureDefinition/mona-patient"/>
  </meta>
  <text>
    <status value="extensions"/>
    <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>
  </text>
  <extension url="https://fhir.mona.icu/StructureDefinition/lastChangedBy">
    <valueReference>
      <reference value="Practitioner/NurseCarla"/>
    </valueReference>
  </extension>
  <identifier>
    <system value="https://fhir.mona.icu/Identifier/mona-patient-number"/>
    <value value="some-patient-number"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Doe"/>
    <given value="John"/>
  </name>
  <gender value="male"/>
  <birthDate value="1951-05-28"/>
  <deceasedDateTime value="2020-12-13"/>
</Patient>