<?xml version="1.0" encoding="UTF-8"?>

<Practitioner xmlns="http://hl7.org/fhir">
  <id value="00120bfc-a941-4bf4-8904-9eb09303dbfd"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2023-05-03T11:15:00+01:00"/>
    <profile value="https://gematik.de/fhir/ti/StructureDefinition/ti-practitioner"/>
  </meta>
  <language value="de"/>
  <text>
    <status value="extensions"/><div xmlns="http://www.w3.org/1999/xhtml">John Doe</div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <version value="5.0.0"/>
        <code value="LANR"/>
        <display value="Lifelong physician number"/>
      </coding>
    </type>
    <system value="https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR"/>
    <value value="123456789"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <version value="5.0.0"/>
        <code value="PRN"/>
        <display value="Provider number"/>
      </coding>
    </type>
    <system value="https://gematik.de/fhir/sid/telematik-id"/>
    <value value="1-1.58.00000056"/>
  </identifier>
  <name>
    <use value="official"/>
    <text value="Dr. Hans Glücklich"/>
    <family value="Glücklich"/>
    <given value="Hans"/>
    <prefix value="Dr">
      <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="AC"/>
      </extension>
    </prefix>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="12123455"/>
  </telecom>
  <gender value="other"/>
  <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>