FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Medication |
| Id | Medication-NgMedication-003.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication NgMedication-003
Profile: NG Medication
identifier: https://sandbox.dhin-hie.org/ig/CodeSystem/ng-vaccine-local/IMMZ.Z.DE5
code: Insulin (short-acting) 100 IU/mL
form: Injection Solution
| Item[x] | Strength |
| Insulin (short-acting) | 100 IU (Details: UCUM code[iU] = '[iU]')/1 mL (Details: UCUM codemL = 'mL') |
| LotNumber | ExpirationDate |
| INS-100-2025A | 2027-03-31 |
{
"resourceType": "Medication",
"id": "NgMedication-003",
"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": "Insulin (short-acting) 100 IU/mL"
},
"form": {
"text": "Injection Solution"
},
"ingredient": [
{
"itemCodeableConcept": {
"text": "Insulin (short-acting)"
},
"strength": {
"numerator": {
"value": 100,
"unit": "IU",
"system": "http://unitsofmeasure.org",
"code": "[iU]"
},
"denominator": {
"value": 1,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
}
],
"batch": {
"lotNumber": "INS-100-2025A",
"expirationDate": "2027-03-31"
}
}