FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Medication |
| Id | Medication-NgMedication-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication NgMedication-001
Profile: NG Medication
identifier: https://sandbox.dhin-hie.org/ig/CodeSystem/ng-vaccine-local/IMMZ.Z.DE5
code: Amoxicillin 500 mg capsule
form: Capsule
| Item[x] | Strength |
| Amoxicillin | 500 mg (Details: UCUM codemg = 'mg')/1 1 (Details: UCUM code1 = '1') |
| LotNumber | ExpirationDate |
| AMX-2025-001 | 2027-12-31 |
{
"resourceType": "Medication",
"id": "NgMedication-001",
"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": "Amoxicillin 500 mg capsule"
},
"form": {
"text": "Capsule"
},
"ingredient": [
{
"itemCodeableConcept": {
"text": "Amoxicillin"
},
"strength": {
"numerator": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"unit": "1",
"system": "http://unitsofmeasure.org",
"code": "1"
}
}
}
],
"batch": {
"lotNumber": "AMX-2025-001",
"expirationDate": "2027-12-31"
}
}