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
<Medication xmlns="http://hl7.org/fhir">
<id value="ExampleSGHIMedication"/>
<meta>
<profile
value="https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-medication"/>
<profile
value="{{HAPI_FHIR_BASE_URL}}/StructureDefinition/sghi-medication"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication ExampleSGHIMedication</b></p><a name="ExampleSGHIMedication"> </a><a name="hcExampleSGHIMedication"> </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-medication.html">SGHI Medication</a>, <code>{{HAPI_FHIR_BASE_URL}}/StructureDefinition/sghi-medication</code></p></div><p><b>identifier</b>: Serial Number/example-medication-id (use: official, )</p><p><b>code</b>: <span title="Codes:">Panadol 500mg tablets</span></p><p><b>status</b>: Active</p><p><b>marketingAuthorizationHolder</b>: <a href="Organization-ExampleSGHIOrganization.html">Organization</a></p><blockquote><p><b>ingredient</b></p><h3>Items</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Reference</b></td></tr><tr><td style="display: none">*</td><td><a href="Substance-ExampleSGHISubstance.html">Substance Paracetamol</a></td></tr></table><p><b>isActive</b>: true</p><p><b>strength</b>: 250 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg = 'mg')</span>/1 tablet<span style="background: LightGoldenRodYellow"> (Details: Orderable Drug Form codeTAB = 'Tablet')</span></p></blockquote></div>
</text>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="SNO"/>
<display value="Serial Number"/>
</coding>
</type>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<value value="example-medication-id"/>
<assigner>🔗
<reference value="Organization/ExampleSGHIOrganization"/>
</assigner>
</identifier>
<code>
<coding>
<code value="AMP"/>
<display value="Panadol 500mg tablets"/>
</coding>
</code>
<status value="active"/>
<marketingAuthorizationHolder>🔗
<reference value="Organization/ExampleSGHIOrganization"/>
<display value="Organization"/>
</marketingAuthorizationHolder>
<ingredient>
<item>
<reference>🔗
<reference value="Substance/ExampleSGHISubstance"/>
</reference>
</item>
<isActive value="true"/>
<strengthRatio>
<numerator>
<value value="250"/>
<unit value="mg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</numerator>
<denominator>
<value value="1"/>
<unit value="tablet"/>
<system
value="http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"/>
<code value="TAB"/>
</denominator>
</strengthRatio>
</ingredient>
</Medication>