Starter FHIR Implementation Guide
1.0.1 - draft
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 xmlns="http://hl7.org/fhir">
<id value="CurrentServiceProviderExample1"/>
<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 CurrentServiceProviderExample1</b></p><a name="CurrentServiceProviderExample1"> </a><a name="hcCurrentServiceProviderExample1"> </a><a name="CurrentServiceProviderExample1-en-US"> </a><p><b>identifier</b>: <code>http://jembi.org/fhir/identifier/hin</code>/facilityA</p><p><b>active</b>: true</p><p><b>name</b>: Facility A</p><p><b>address</b>: Meshulekia Kirkos Addis Ababa </p></div>
</text>
<identifier>
<system value="http://jembi.org/fhir/identifier/hin"/>
<value value="facilityA"/>
</identifier>
<active value="true"/>
<name value="Facility A"/>
<address>
<line value="Meshulekia"/>
<city value="Kirkos"/>
<district value="Kirkos woreda 9"/>
<state value="Addis Ababa"/>
</address>
</Organization>