PFLIP HL7 FHIR Implementation Guide
0.9.0 - draft

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

: Bsp. Practitioner #1 (KBV) - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner-1"/>
  <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-1</b></p><a name="practitioner-1"></a><a name="hcpractitioner-1"> </a><a name="practitioner-1-en-US"></a><p><b>name</b>: Johann Müller (Official)</p><p><b>telecom</b>: <a href="tel:+49301234567">+49301234567</a>, <a href="mailto:johann.mueller@beispiel.de">johann.mueller@beispiel.de</a></p><p><b>address</b>: Beispielstraße 1 Berlin 10115 Deutschland (work)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1970-01-01</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="Müller"/>
    <given value="Johann"/>
    <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="+49301234567"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="johann.mueller@beispiel.de"/>
  </telecom>
  <address>
    <use value="work"/>
    <type value="both"/>
    <line value="Beispielstraße 1"/>
    <city value="Berlin"/>
    <postalCode value="10115"/>
    <country value="Deutschland"/>
  </address>
  <gender value="male"/>
  <birthDate value="1970-01-01"/>
</Practitioner>