FHIR IG analytics| Package | hl7.fhir.cz.core |
| Resource Type | Medication |
| Id | Medication-01A-Cefuroxime1500GenericExplicit.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication 01A-Cefuroxime1500GenericExplicit
Profile: Medication (CZ core)
Medication - Classification: cefuroxim
form: Powder for solution for injection/infusion
| Item[x] | IsActive | Strength |
| CEFUROXIM | true | 1500 milligram (Details: UCUM codemg = 'mg')/1 Vial (Details: standardterms.edqm.eu code15060000 = 'Vial') |
{
"resourceType": "Medication",
"id": "01A-Cefuroxime1500GenericExplicit",
"meta": {
"profile": [
"https://hl7.cz/fhir/core/StructureDefinition/medication-cz-core"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification",
"valueCodeableConcept": {
"coding": [
{
"system": "https://sukl.cz/terminology/CodeSystem/dlp-atc",
"code": "J01DC02",
"display": "cefuroxim"
}
]
}
}
],
"form": {
"coding": [
{
"system": "http://standardterms.edqm.eu",
"code": "50053500"
}
]
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "https://sukl.cz/terminology/CodeSystem/dlp-lecivelatky",
"code": "4709",
"display": "CEFUROXIM"
}
]
},
"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"
}
}
}
]
}