PH eReferral Implementation Guide
0.1.0 - ci-build Philippines

PH eReferral Implementation Guide, published by UP Manila SILab. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/niccoreyes/ph-ereferral/ and changes regularly. See the Directory of published versions

: Example Receiving Hospital - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="ExampleERefReceivingHospital"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization ExampleERefReceivingHospital</b></p><a name="ExampleERefReceivingHospital"> </a><a name="hcExampleERefReceivingHospital"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.2.9.4.1.1</code>/HOSP-QC-001</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span></p><p><b>name</b>: Philippine Heart Center</p><p><b>address</b>: East Avenue Quezon City Metro Manila 1100 PH </p></div>
  </text>
  <identifier>
    <system value="urn:oid:2.16.840.1.113883.2.9.4.1.1"/>
    <value value="HOSP-QC-001"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
  </type>
  <name value="Philippine Heart Center"/>
  <address>
    <line value="East Avenue"/>
    <city value="Quezon City"/>
    <state value="Metro Manila"/>
    <postalCode value="1100"/>
    <country value="PH"/>
  </address>
</Organization>