Hackathon - FHIR Implementation Guide For Continuity of Care
1.0.1 - ci-build International flag

Hackathon - FHIR Implementation Guide For Continuity of Care, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/OHIE24-Continuity-of-Care/ and changes regularly. See the Directory of published versions

: Organization - Facility C - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="CurrentServiceProviderExample3"/>
  <meta>
    <profile value="http://ohie.org/fhir/StructureDefinition/organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization CurrentServiceProviderExample3</b></p><a name="CurrentServiceProviderExample3"> </a><a name="hcCurrentServiceProviderExample3"> </a><a name="CurrentServiceProviderExample3-en-US"> </a><p><b>identifier</b>: <code>http://ohie.org/fhir/identifier/hin</code>/facilityC</p><p><b>active</b>: true</p><p><b>name</b>: Facility C</p><p><b>address</b>: Kabele Dessie Addis Ababa </p></div>
  </text>
  <identifier>
    <system value="http://ohie.org/fhir/identifier/hin"/>
    <value value="facilityC"/>
  </identifier>
  <active value="true"/>
  <name value="Facility C"/>
  <address>
    <line value="Kabele"/>
    <city value="Dessie"/>
    <district value="Arada"/>
    <state value="Addis Ababa"/>
  </address>
</Organization>