Implementation Guide
ePA Medication Service
Version 1.0.5-ballot.1 - draft

: ExampleParametersOrganizationDirectory2 - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="151f1697-7512-4e21-9466-1b75207475d8"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory"/>
    <tag>
      <system value="https://gematik.de/fhir/directory/CodeSystem/Origin"/>
      <code value="ldap"/>
    </tag>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization 151f1697-7512-4e21-9466-1b75207475d8</b></p><a name="151f1697-7512-4e21-9466-1b75207475d8"> </a><a name="hc151f1697-7512-4e21-9466-1b75207475d8"> </a><a name="151f1697-7512-4e21-9466-1b75207475d8-en-US"> </a><p><b>identifier</b>: <code>https://gematik.de/fhir/sid/telematik-id</code>/9-2.58.00000040</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.54}">Öffentliche Apotheke</span></p><p><b>name</b>: gematik Apotheke</p><p><b>alias</b>: Apotheke</p><p><b>address</b>: gematik Apotheke
Friedrichstr. 136,
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>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID"/>
      <code value="1.2.276.0.76.4.54"/>
      <display value="Öffentliche Apotheke"/>
    </coding>
  </type>
  <name value="gematik Apotheke"/>
  <alias value="Apotheke"/>
  <address>
    <text value="gematik Apotheke
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>