SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build
SGHI FHIR Profile 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/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="ExampleSGHIPatient"/>
<meta>
<profile
value="https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-patient"/>
<profile value="{{HAPI_FHIR_BASE_URL}}/StructureDefinition/sghi-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient ExampleSGHIPatient</b></p><a name="ExampleSGHIPatient"> </a><a name="hcExampleSGHIPatient"> </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">Profiles: <a href="StructureDefinition-sghi-patient.html">SGHI Patient</a>, <code>{{HAPI_FHIR_BASE_URL}}/StructureDefinition/sghi-patient</code></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><a href="tel:+254-722-123456">+254-722-123456</a></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Next of kin">Next of kin:</td><td colspan="3"><ul><li>Mary Pond(Official)</li><li><a href="tel:+254-733-987654">+254-733-987654</a></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-ExampleSGHIOrganization.html">Organization SGHI Healthcare Organization</a></li></ul></td></tr></table></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
<display value="Medical Record Number"/>
</coding>
</type>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<value value="12345"/>
<assigner>🔗
<reference value="Organization/ExampleSGHIOrganization"/>
</assigner>
</identifier>
<active value="true"/>
<name>
<use value="official"/>
<text value="James Pond"/>
<family value="Pond"/>
<given value="James"/>
</name>
<telecom>
<system value="phone"/>
<value value="+254-722-123456"/>
</telecom>
<gender value="male"/>
<birthDate value="1990-07-15"/>
<contact>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
<code value="N"/>
<display value="Next of kin"/>
</coding>
</relationship>
<name>
<use value="official"/>
<text value="Mary Pond"/>
<family value="Pond"/>
<given value="Mary"/>
</name>
<telecom>
<system value="phone"/>
<value value="+254-733-987654"/>
</telecom>
</contact>
<managingOrganization>🔗
<reference value="Organization/ExampleSGHIOrganization"/>
</managingOrganization>
</Patient>