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

FHIR IG analytics

Packagehie-fhir-ig-profile
Resource TypeMedication
IdMedication-HIEMedication-example.json
FHIR VersionR4B

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

Medication Summary

NameAmoxicillin 500 mg capsule
Statusactive
FormCapsule
IdentifierAMOX-500-CAP-30
Amount30 capsules per package
IngredientAmoxicillin, 500 mg per capsule
ManufacturerAcme Generics Ltd
BatchLOT-AXC-2025-001, exp 2027-01-31

Source1

{
  "resourceType": "Medication",
  "id": "HIEMedication-example",
  "meta": {
    "profile": [
      "https://nshr.dha.go.ke/fhir/StructureDefinition/medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "ACSN",
            "display": "Accession ID"
          }
        ]
      },
      "system": "http://formulary.example.org/meds",
      "value": "AMOX-500-CAP-30"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "308189",
        "display": "Amoxicillin 500 MG Oral Capsule"
      }
    ],
    "text": "Amoxicillin 500 mg capsule"
  },
  "status": "active",
  "manufacturer": {
    "reference": "Organization/manu-001",
    "display": "Acme Generics Ltd"
  },
  "form": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
        "code": "CAP",
        "display": "Capsule"
      }
    ]
  },
  "amount": {
    "numerator": {
      "value": 30,
      "unit": "capsule",
      "system": "http://unitsofmeasure.org",
      "code": "1"
    },
    "denominator": {
      "value": 1,
      "unit": "package",
      "system": "http://unitsofmeasure.org",
      "code": "1"
    }
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "372687004",
            "display": "Amoxicillin (substance)"
          }
        ]
      },
      "isActive": true,
      "strength": {
        "numerator": {
          "value": 500,
          "unit": "mg",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "capsule",
          "system": "http://unitsofmeasure.org",
          "code": "1"
        }
      }
    }
  ],
  "batch": {
    "lotNumber": "LOT-AXC-2025-001",
    "expirationDate": "2027-01-31"
  }
}