PH eReferral Implementation Guide
0.3.0-draft - draft Philippines

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

: Organization — Barangay Malusog Health Centre - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="organization-sending-facility-ex"/>
  <meta>
    <profile
             value="http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-organization"/>
    <tag>
      <system value="https://example.com/peref-dd"/>
      <code value="REF-4"/>
      <display value="REF-4"/>
    </tag>
    <tag>
      <system value="https://example.com/peref-dd"/>
      <code value="REF-5"/>
      <display value="REF-5"/>
    </tag>
    <tag>
      <system value="https://example.com/peref-dd"/>
      <code value="REF-6"/>
      <display value="REF-6"/>
    </tag>
    <tag>
      <system value="https://example.com/peref-dd"/>
      <code value="REF-7"/>
      <display value="REF-7"/>
    </tag>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization organization-sending-facility-ex</b></p><a name="organization-sending-facility-ex"> </a><a name="hcorganization-sending-facility-ex"> </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://build.fhir.org/ig/UP-Manila-SILab/ph-core/StructureDefinition-ph-core-organization.html">PH Core Organization</a></p><p style="margin-bottom: 0px">Tags: REF-4 (Details: peref-dd code REF-4), REF-5 (Details: peref-dd code REF-5), REF-6 (Details: peref-dd code REF-6), REF-7 (Details: peref-dd code REF-7)</p></div><p><b>identifier</b>: Facility ID/DOH000-OO-0-0000123 (use: official, )</p><p><b>name</b>: Barangay Malusog Health Centre</p><p><b>telecom</b>: <a href="tel:+63-2-1234-5678">+63-2-1234-5678</a></p><p><b>address</b>: 123 Health Centre Road Quezon City NCR 1100 PH (work)</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="FI"/>
      </coding>
    </type>
    <system value="http://doh.gov.ph/fhir/Identifier/doh-nhfr-code"/>
    <value value="DOH000-OO-0-0000123"/>
  </identifier>
  <name value="Barangay Malusog Health Centre"/>
  <telecom>
    <system value="phone"/>
    <value value="+63-2-1234-5678"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <line value="123 Health Centre Road"/>
    <city value="Quezon City"/>
    <state value="NCR"/>
    <postalCode value="1100"/>
    <country value="PH"/>
  </address>
</Organization>