FHIR IG analytics| Package | hl7.fhir.eu.hdr |
| Resource Type | Medication |
| Id | Medication-01C-Cefuroxime1500Branded.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication 01C-Cefuroxime1500Branded
Profile: Medication (HDR)
Medication - Classification: cefuroxime
Medication - Product Name: Cefuroxime MIP 1500 mg, süste-/infusioonilahuse pulber
Medication - Unit of presentation: Vial
identifier: http://example.org/NationalMedicationRegister/1529962
manufacturer: MIP Pharma GmbH
form: Powder for solution for injection or infusion
amount: 10 Vial (Details: EDQM Standard Terms code15060000 = 'Vial')/1
| Item[x] | IsActive | Strength |
| Cefuroxime sodium | true | 1500 milligram (Details: UCUM codemg = 'mg')/1 Vial (Details: EDQM Standard Terms code15060000 = 'Vial') |
{
"resourceType": "Medication",
"id": "01C-Cefuroxime1500Branded",
"meta": {
"profile": [
"http://hl7.eu/fhir/hdr/StructureDefinition/medication-eu-hdr"
]
},
"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"
}
]
}
},
{
"url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-productname",
"valueString": "Cefuroxime MIP 1500 mg, süste-/infusioonilahuse pulber"
},
{
"url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation",
"valueCodeableConcept": {
"coding": [
{
"system": "http://standardterms.edqm.eu",
"code": "15060000",
"display": "Vial"
}
]
}
}
],
"identifier": [
{
"system": "http://example.org/NationalMedicationRegister",
"value": "1529962"
}
],
"manufacturer": {
"display": "MIP Pharma GmbH"
},
"form": {
"coding": [
{
"system": "http://standardterms.edqm.eu",
"code": "50053000",
"display": "Powder for solution for injection or infusion"
}
]
},
"amount": {
"numerator": {
"value": 10,
"unit": "Vial",
"system": "http://standardterms.edqm.eu",
"code": "15060000"
},
"denominator": {
"value": 1
}
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "48753004",
"display": "Cefuroxime sodium"
}
]
},
"isActive": true,
"strength": {
"numerator": {
"value": 1500,
"unit": "milligram",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"unit": "Vial",
"system": "http://standardterms.edqm.eu",
"code": "15060000"
}
}
}
]
}