FHIR IG analytics| Package | hl7.fhir.eu.mpd-r5 |
| Resource Type | Medication |
| Id | Medication-01A-Cefuroxime1500GenericExplicit.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication 01A-Cefuroxime1500GenericExplicit
Profile: Medication: MPD
Medication - Classification: cefuroxime
doseForm: Powder for solution for injection or infusion
ingredient
Items
Concept Cefuroxime isActive: true
strength: 1500 milligram (Details: UCUM codemg = 'mg')/1 Vial (Details: EDQM Standard Terms code15060000 = 'Vial')
{
"resourceType": "Medication",
"id": "01A-Cefuroxime1500GenericExplicit",
"meta": {
"profile": [
"http://hl7.eu/fhir/mpd-r5/StructureDefinition/Medication-eu-mpd"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://www.whocc.no/atc",
"code": "J01DC02",
"display": "cefuroxime"
}
]
}
}
],
"doseForm": {
"coding": [
{
"system": "http://standardterms.edqm.eu",
"code": "50053000",
"display": "Powder for solution for injection or infusion"
}
]
},
"ingredient": [
{
"item": {
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "372833007",
"display": "Cefuroxime"
}
]
}
},
"isActive": true,
"strengthRatio": {
"numerator": {
"value": 1500,
"unit": "milligram",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"unit": "Vial",
"system": "http://standardterms.edqm.eu",
"code": "15060000"
}
}
}
]
}