Starter FHIR Implementation Guide
1.0.1 - draft International flag

Starter FHIR Implementation Guide, 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/Starter-FHIR-IG/ and changes regularly. See the Directory of published versions

: Organization - Facility B - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="CurrentServiceProviderExample2"/>
  <meta>
    <profile value="http://jembi.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 CurrentServiceProviderExample2</b></p><a name="CurrentServiceProviderExample2"> </a><a name="hcCurrentServiceProviderExample2"> </a><a name="CurrentServiceProviderExample2-en-US"> </a><p><b>identifier</b>: <code>http://jembi.org/fhir/identifier/hin</code>/facilityB</p><p><b>active</b>: true</p><p><b>name</b>: Facility B</p><p><b>address</b>: Piassa Dessie Addis Ababa </p></div>
  </text>
  <identifier>
    <system value="http://jembi.org/fhir/identifier/hin"/>
    <value value="facilityB"/>
  </identifier>
  <active value="true"/>
  <name value="Facility B"/>
  <address>
    <line value="Piassa"/>
    <city value="Dessie"/>
    <district value="Arada"/>
    <state value="Addis Ababa"/>
  </address>
</Organization>