FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Medication |
| Id | Medication-NgMedication-002.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication NgMedication-002
Profile: NG Medication
identifier: https://sandbox.dhin-hie.org/ig/CodeSystem/ng-vaccine-local/IMMZ.Z.DE5
code: Paracetamol oral suspension 250 mg/5 mL
form: Oral Suspension
| Item[x] | Strength |
| Paracetamol (Acetaminophen) | 250 mg (Details: UCUM codemg = 'mg')/5 mL (Details: UCUM codemL = 'mL') |
| LotNumber | ExpirationDate |
| PCM-25-091 | 2026-06-30 |
{
"resourceType": "Medication",
"id": "NgMedication-002",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-medication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-vaccine-local",
"value": "IMMZ.Z.DE5"
}
],
"code": {
"text": "Paracetamol oral suspension 250 mg/5 mL"
},
"form": {
"text": "Oral Suspension"
},
"ingredient": [
{
"itemCodeableConcept": {
"text": "Paracetamol (Acetaminophen)"
},
"strength": {
"numerator": {
"value": 250,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 5,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
}
],
"batch": {
"lotNumber": "PCM-25-091",
"expirationDate": "2026-06-30"
}
}