FHIR IG analytics| Package | hie-fhir-ig-profile |
| Resource Type | Medication |
| Id | Medication-HIEMedication-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Medication Summary
| Name | Amoxicillin 500 mg capsule |
| Status | active |
| Form | Capsule |
| Identifier | AMOX-500-CAP-30 |
| Amount | 30 capsules per package |
| Ingredient | Amoxicillin, 500 mg per capsule |
| Manufacturer | Acme Generics Ltd |
| Batch | LOT-AXC-2025-001, exp 2027-01-31 |
{
"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"
}
}