Implementation Guide
ePA Basisfunktionalitäten
Version 1.2.0-ballot.1 - draft

: ExampleTIOrganization - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="e66d6c66-96e0-4725-b48c-73702ee63cdf"/>
  <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 e66d6c66-96e0-4725-b48c-73702ee63cdf</b></p><a name="e66d6c66-96e0-4725-b48c-73702ee63cdf"> </a><a name="hce66d6c66-96e0-4725-b48c-73702ee63cdf"> </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://gematik.de/fhir/ti/1.1.1-ballot.1/StructureDefinition-ti-organization.html">TI Organization</a></p></div><p><b>identifier</b>: <code>https://gematik.de/fhir/sid/telematik-id</code>/9-2.58.00000040, <code>https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR</code>/012300004, KzvAbrechnungsnummer/123456789, ArgeIkIknr/123456789</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>: gematik Praxis</p><p><b>alias</b>: Praxis</p><p><b>address</b>: gematik Praxis<br/>Friedrichstr. 136,<br/>10117 Berlin</p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type ADMIN}">Administrative</span></td><td>gematik ITSM</td><td><a href="mailto:betrieb@gematik.de">betrieb@gematik.de</a></td></tr></table></div>
  </text>
  <identifier>
    <system value="https://gematik.de/fhir/sid/telematik-id"/>
    <value value="9-2.58.00000040"/>
  </identifier>
  <identifier>
    <system value="https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR"/>
    <value value="012300004"/>
  </identifier>
  <identifier>
    <system value="http://fhir.de/sid/kzbv/kzvabrechnungsnummer"/>
    <value value="123456789"/>
  </identifier>
  <identifier>
    <system value="http://fhir.de/sid/arge-ik/iknr"/>
    <value value="123456789"/>
  </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="gematik Praxis"/>
  <alias value="Praxis"/>
  <address>
    <text value="gematik Praxis
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>
    <purpose>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/contactentity-type"/>
        <code value="ADMIN"/>
      </coding>
    </purpose>
    <name>
      <text value="gematik ITSM"/>
    </name>
    <telecom>
      <system value="email"/>
      <value value="betrieb@gematik.de"/>
    </telecom>
  </contact>
</Organization>