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

: SGHI Medication resource example - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "ExampleSGHIMedication",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-medication",
      "{{HAPI_FHIR_BASE_URL}}/StructureDefinition/sghi-medication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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\u00a0(use:\u00a0official,\u00a0)</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>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "SNO",
            "display" : "Serial Number"
          }
        ]
      },
      "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
      "value" : "example-medication-id",
      "assigner" : {
        🔗 "reference" : "Organization/ExampleSGHIOrganization"
      }
    }
  ],
  "code" : {
    "coding" : [
      {
        "code" : "AMP",
        "display" : "Panadol 500mg tablets"
      }
    ]
  },
  "status" : "active",
  "marketingAuthorizationHolder" : {
    🔗 "reference" : "Organization/ExampleSGHIOrganization",
    "display" : "Organization"
  },
  "ingredient" : [
    {
      "item" : {
        "reference" : {
          🔗 "reference" : "Substance/ExampleSGHISubstance"
        }
      },
      "isActive" : true,
      "strengthRatio" : {
        "numerator" : {
          "value" : 250,
          "unit" : "mg",
          "system" : "http://unitsofmeasure.org",
          "code" : "mg"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "tablet",
          "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
          "code" : "TAB"
        }
      }
    }
  ]
}