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

: ExampleSGHISubstance - XML Representation

Raw xml | Download


<Substance xmlns="http://hl7.org/fhir">
  <id value="ExampleSGHISubstance"/>
  <meta>
    <profile
             value="https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-substance"/>
    <profile
             value="{{HAPI_FHIR_BASE_URL}}/StructureDefinition/sghi-substance"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Substance ExampleSGHISubstance</b></p><a name="ExampleSGHISubstance"> </a><a name="hcExampleSGHISubstance"> </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-substance.html">SGHI Substance</a>, <code>{{HAPI_FHIR_BASE_URL}}/StructureDefinition/sghi-substance</code></p></div><p><b>identifier</b>: National Drug Code/SUBST001</p><p><b>instance</b>: true</p><p><b>status</b>: Active</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/substance-category chemical}">Chemical</span></p><h3>Codes</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 387458008}">Paracetamol</span></td></tr></table><p><b>description</b>: </p><div><p>Paracetamol 500mg tablets</p>
</div><p><b>expiry</b>: 2024-12-31</p><p><b>quantity</b>: 100 milligram<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span></p><h3>Ingredients</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Quantity</b></td><td><b>Substance[x]</b></td></tr><tr><td style="display: none">*</td><td>500 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span>/1 TAB<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeTAB = 'TAB')</span></td><td><span title="Codes:{http://snomed.info/sct 387458008}">Paracetamol</span></td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NDC"/>
        <display value="National Drug Code"/>
      </coding>
    </type>
    <system value="http://example.org/substances"/>
    <value value="SUBST001"/>
    <assigner>🔗 
      <reference value="Organization/ExampleSGHIOrganization"/>
    </assigner>
  </identifier>
  <instance value="true"/>
  <status value="active"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/substance-category"/>
      <code value="chemical"/>
      <display value="Chemical"/>
    </coding>
  </category>
  <code>
    <concept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="387458008"/>
        <display value="Paracetamol"/>
      </coding>
    </concept>
  </code>
  <description value="Paracetamol 500mg tablets"/>
  <expiry value="2024-12-31"/>
  <quantity>
    <value value="100"/>
    <unit value="milligram"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mg"/>
  </quantity>
  <ingredient>
    <quantity>
      <numerator>
        <value value="500"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="TAB"/>
      </denominator>
    </quantity>
    <substanceCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="387458008"/>
        <display value="Paracetamol"/>
      </coding>
    </substanceCodeableConcept>
  </ingredient>
</Substance>