SIL HIE Implementation Guide
0.1.0 - sil-hie-active
SIL HIE Implementation Guide, published by Kathurima Kimathi. 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/savannahghi/hie-fhir-ig-profile/ and changes regularly. See the Directory of published versions
<Organization xmlns="http://hl7.org/fhir">
<id value="ExampleOrganizationR4B"/>
<meta>
<profile
value="https://nshr.dha.go.ke/fhir/StructureDefinition/hie-organization"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization ExampleOrganizationR4B</b></p><a name="ExampleOrganizationR4B"> </a><a name="hcExampleOrganizationR4B"> </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="StructureDefinition-hie-organization.html">HIE Organization</a></p></div><p><b>identifier</b>: MFL CODE/123456789 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:">Healthcare Provider</span></p><p><b>name</b>: Kenyatta National Hospital</p><p><b>telecom</b>: <a href="tel:+254717355900">+254717355900</a></p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Purpose</b></td><td><b>Name</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">Administrative</span></td><td>Jane Doe</td></tr></table></div>
</text>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MFLCODE"/>
<display value="MFL CODE"/>
</coding>
</type>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<value value="123456789"/>
</identifier>
<active value="true"/>
<type>
<coding>
<code value="prov"/>
<display value="Healthcare Provider"/>
</coding>
</type>
<name value="Kenyatta National Hospital"/>
<telecom>
<system value="phone"/>
<value value="+254717355900"/>
<use value="work"/>
</telecom>
<contact>
<purpose>
<coding>
<code value="ADMIN"/>
<display value="Administrative"/>
</coding>
</purpose>
<name>
<text value="Jane Doe"/>
</name>
</contact>
</Organization>