FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeMedication
IdMedication-ExampleSGHIMedication.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Medication ExampleSGHIMedication

Profiles: SGHI Medication, {{HAPI_FHIR_BASE_URL}}/StructureDefinition/medication

identifier: Serial Number/example-medication-id (use: official, )

code: Panadol 500mg tablets

status: Active

marketingAuthorizationHolder: Organization

ingredient

Items

-Reference
*Substance Paracetamol

isActive: true

strength: 250 mg (Details: UCUM codemg = 'mg')/1 tablet (Details: Orderable Drug Form codeTAB = 'Tablet')


Source1

{
  "resourceType": "Medication",
  "id": "ExampleSGHIMedication",
  "meta": {
    "profile": [
      "https://fhir.slade360.co.ke/fhir/StructureDefinition/medication",
      "{{HAPI_FHIR_BASE_URL}}/StructureDefinition/medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
        }
      }
    }
  ]
}