Implementation Guide
ePA Medication Service
Version 1.2.0 - release

: PraxisTIOrganization - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="450a9511-53e5-4af7-be36-a18444bb8dd2"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/ti/StructureDefinition/ti-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization 450a9511-53e5-4af7-be36-a18444bb8dd2</b></p><a name="450a9511-53e5-4af7-be36-a18444bb8dd2"> </a><a name="hc450a9511-53e5-4af7-be36-a18444bb8dd2"> </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="https://simplifier.net/resolve?scope=de.gematik.ti@1.1.1&amp;canonical=https://gematik.de/fhir/ti/StructureDefinition/ti-organization">TI Organization</a></p></div><p><b>identifier</b>: <code>https://gematik.de/fhir/sid/telematik-id</code>/9-2.58.00000089, <code>https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR</code>/721111100</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID 1.2.276.0.76.4.50}">Betriebsstätte Arzt</span></p><p><b>name</b>: Die Hausarztpraxis</p><p><b>address</b>: Friedrichstr. 136,<br/>10117 Berlin</p><blockquote><p><b>contact</b></p><p><b>telecom</b>: ph: 0301234567, fax: 030123456789, <a href="mailto:hausarztpraxis@example.com">hausarztpraxis@example.com</a></p></blockquote></div>
  </text>
  <identifier>
    <system value="https://gematik.de/fhir/sid/telematik-id"/>
    <value value="9-2.58.00000089"/>
  </identifier>
  <identifier>
    <system value="https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR"/>
    <value value="721111100"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID"/>
      <code value="1.2.276.0.76.4.50"/>
      <display value="Betriebsstätte Arzt"/>
    </coding>
  </type>
  <name value="Die Hausarztpraxis"/>
  <address>
    <text value="Friedrichstr. 136,
10117 Berlin"/>
    <line value="Friedrichstr. 136"/>
    <city value="Berlin"/>
    <district value="Mitte"/>
    <state value="Berlin"/>
    <postalCode value="10117"/>
    <country value="DE"/>
  </address>
  <contact>
    <telecom>
      <system value="phone"/>
      <value value="0301234567"/>
    </telecom>
    <telecom>
      <system value="fax"/>
      <value value="030123456789"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="hausarztpraxis@example.com"/>
    </telecom>
  </contact>
</Organization>