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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Substance",
  "id" : "ExampleSGHISubstance",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-substance",
      "{{HAPI_FHIR_BASE_URL}}/StructureDefinition/sghi-substance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>\n</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>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NDC",
            "display" : "National Drug Code"
          }
        ]
      },
      "system" : "http://example.org/substances",
      "value" : "SUBST001",
      "assigner" : {
        🔗 "reference" : "Organization/ExampleSGHIOrganization"
      }
    }
  ],
  "instance" : true,
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/substance-category",
          "code" : "chemical",
          "display" : "Chemical"
        }
      ]
    }
  ],
  "code" : {
    "concept" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "387458008",
          "display" : "Paracetamol"
        }
      ]
    }
  },
  "description" : "Paracetamol 500mg tablets",
  "expiry" : "2024-12-31",
  "quantity" : {
    "value" : 100,
    "unit" : "milligram",
    "system" : "http://unitsofmeasure.org",
    "code" : "mg"
  },
  "ingredient" : [
    {
      "quantity" : {
        "numerator" : {
          "value" : 500,
          "system" : "http://unitsofmeasure.org",
          "code" : "mg"
        },
        "denominator" : {
          "value" : 1,
          "system" : "http://unitsofmeasure.org",
          "code" : "TAB"
        }
      },
      "substanceCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "387458008",
            "display" : "Paracetamol"
          }
        ]
      }
    }
  ]
}