Implementation Guide
Version 1.2.0 - release

: Pflegeeinrichtung - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="Example-HealthCareService-Organization"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization Example-HealthCareService-Organization</b></p><a name="Example-HealthCareService-Organization"> </a><a name="hcExample-HealthCareService-Organization"> </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-erp-service-request-organization.html">ERP Service Request Organisation</a></p></div><p><b>identifier</b>: <code>https://gematik.de/fhir/sid/telematik-id</code>/123456789</p><p><b>type</b>: <span title="Codes:{https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID 1.2.276.0.76.4.245}">Betriebsstätte Gesundheits-, Kranken- und Altenpflege</span></p><p><b>name</b>: Pflegeheim Immergrün</p><p><b>address</b>: Musterstr. 2 Berlin 10623 </p><blockquote><p><b>contact</b></p><p><b>telecom</b>: ph: 0301234567, <a href="mailto:arbeitsplatz-1@test-pflegeheim.kim.telematik">arbeitsplatz-1@test-pflegeheim.kim.telematik</a></p></blockquote></div>
  </text>
  <identifier>
    <system value="https://gematik.de/fhir/sid/telematik-id"/>
    <value value="123456789"/>
  </identifier>
  <type>
    <coding>
      <system
              value="https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID"/>
      <code value="1.2.276.0.76.4.245"/>
      <display value="Betriebsstätte Gesundheits-, Kranken- und Altenpflege"/>
    </coding>
  </type>
  <name value="Pflegeheim Immergrün"/>
  <address>
    <type value="both"/>
    <line value="Musterstr. 2"/>
    <city value="Berlin"/>
    <postalCode value="10623"/>
  </address>
  <contact>
    <telecom>
      <system value="phone"/>
      <value value="0301234567"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="arbeitsplatz-1@test-pflegeheim.kim.telematik"/>
    </telecom>
  </contact>
</Organization>