PFLIP HL7 FHIR Implementation Guide - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Practitioner xmlns="http://hl7.org/fhir">
<id value="practitioner-2"/>
<meta>
<profile
value="https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_ULB_Practitioner|1.0.0"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Narrative: Practitioner/Practitioner-2</b></p><a name="practitioner-2"></a><a name="hcpractitioner-2"> </a><a name="practitioner-2-en-US"></a><p><b>name</b>: Anna Schneider (Official)</p><p><b>telecom</b>: <a href="tel:+49309876543">+49309876543</a>, <a href="mailto:anna.schneider@beispiel.de">anna.schneider@beispiel.de</a></p><p><b>address</b>: Musterstraße 10 Hamburg 20095 Deutschland (work)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1985-05-12</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0360/2.7 MD}">Doktor der Medizin</span></td></tr></table></div>
</text>
<name>
<use value="official"/>
<family value="Schneider"/>
<given value="Anna"/>
<prefix value="Dr. med.">
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
<valueCode value="AC"/>
</extension>
</prefix>
</name>
<telecom>
<system value="phone"/>
<value value="+49309876543"/>
</telecom>
<telecom>
<system value="email"/>
<value value="anna.schneider@beispiel.de"/>
</telecom>
<address>
<use value="work"/>
<type value="both"/>
<line value="Musterstraße 10"/>
<city value="Hamburg"/>
<postalCode value="20095"/>
<country value="Deutschland"/>
</address>
<gender value="female"/>
<birthDate value="1985-05-12"/>
</Practitioner>