Implementation Guide
TI Common
Version 1.5.0-ballot.1 - ballot

: Arzt

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="c021aa5a-efea-4086-bac2-c7f3fdc1ffe8"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/ti/StructureDefinition/ti-practitioner"/>
  </meta>
  <language value="de"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner c021aa5a-efea-4086-bac2-c7f3fdc1ffe8</b></p><a name="c021aa5a-efea-4086-bac2-c7f3fdc1ffe8"> </a><a name="hcc021aa5a-efea-4086-bac2-c7f3fdc1ffe8"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ti-practitioner.html">TI Practitioner</a></p></div><p><b>identifier</b>: <code>https://gematik.de/fhir/sid/telematik-id</code>/1-1.58.00000056, <code>https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR</code>/123456789</p><p><b>active</b>: true</p><p><b>name</b>: Dr. Erika Mustermann</p><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title="Codes:{https://gematik.de/fhir/directory/CodeSystem/PractitionerProfessionOID 1.2.276.0.76.4.30}">Ärztin/Arzt</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title="Codes:{urn:oid:1.2.276.0.76.5.514 011001}">FA Allgemeinmedizin</span></p></blockquote></div>
  </text>
  <identifier>
    <system value="https://gematik.de/fhir/sid/telematik-id"/>
    <value value="1-1.58.00000056"/>
  </identifier>
  <identifier>
    <system value="https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR"/>
    <value value="123456789"/>
  </identifier>
  <active value="true"/>
  <name>
    <text value="Dr. Erika Mustermann"/>
    <family value="Musterman"/>
    <given value="Erika"/>
    <prefix value="Dr."/>
  </name>
  <qualification>
    <code>
      <coding>
        <system
                value="https://gematik.de/fhir/directory/CodeSystem/PractitionerProfessionOID"/>
        <code value="1.2.276.0.76.4.30"/>
        <display value="Ärztin/Arzt"/>
      </coding>
    </code>
  </qualification>
  <qualification>
    <code>
      <coding>
        <system value="urn:oid:1.2.276.0.76.5.514"/>
        <code value="011001"/>
        <display value="FA Allgemeinmedizin"/>
      </coding>
    </code>
  </qualification>
</Practitioner>