PFLIP HL7 FHIR Implementation Guide
0.1.0 - ci-build

PFLIP HL7 FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Parent-Organization - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="parent-organization"/>
  <meta>
    <profile
             value="https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_ULB_Organization|1.0.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization parent-organization</b></p><a name="parent-organization"> </a><a name="hcparent-organization"> </a><a name="parent-organization-en-US"> </a><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span></p><p><b>name</b>: Gesundheitsorganisation XYZ</p><p><b>telecom</b>: <a href="tel:+493098765432">+493098765432</a>, <a href="mailto:kontakt@xyzgesundheit.de">kontakt@xyzgesundheit.de</a></p><p><b>address</b>: Beispielweg 456 Berlin 10115 Deutschland </p></div>
  </text>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
  </type>
  <name value="Gesundheitsorganisation XYZ"/>
  <telecom>
    <system value="phone"/>
    <value value="+493098765432"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="kontakt@xyzgesundheit.de"/>
  </telecom>
  <address>
    <type value="both"/>
    <line value="Beispielweg 456"/>
    <city value="Berlin"/>
    <postalCode value="10115"/>
    <country value="Deutschland"/>
  </address>
</Organization>