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
<Practitioner xmlns="http://hl7.org/fhir">
<id value="NurseCarla"/>
<meta>
<profile value="https://fhir.mona.icu/StructureDefinition/mona-practitioner"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>name</b>: Carla Espinosa (OFFICIAL)</p><p><b>telecom</b>: <a href="tel:+491701234567">+49 170 1234567</a></p><p><b>gender</b>: female</p></div>
</text>
<name>
<use value="official"/>
<family value="Espinosa"/>
<given value="Carla"/>
</name>
<telecom>
<system value="phone"/>
<value value="+49 170 1234567"/>
</telecom>
<gender value="female"/>
</Practitioner>