FHIR IG analytics| Package | hl7.fhir.eu.mpd |
| Resource Type | Medication |
| Id | Medication-02A1-CanifugCremolumCreamItem.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication 02A1-CanifugCremolumCreamItem
Profile: Medication: MPD
Medication - Unit of presentation: Tube
Medication - Size of Item: 20 gram (Details: UCUM codeg = 'g')
form: Vaginal cream
amount: 1 Tube (Details: EDQM Standard Terms code15058000 = 'Tube')/1
| Item[x] | IsActive | Strength |
| Clotrimazole | true | 10 milligram (Details: UCUM codemg = 'mg')/1 gram (Details: UCUM codeg = 'g') |
{
"resourceType": "Medication",
"id": "02A1-CanifugCremolumCreamItem",
"meta": {
"profile": [
"http://hl7.eu/fhir/mpd/StructureDefinition/Medication-eu-mpd"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation",
"valueCodeableConcept": {
"coding": [
{
"system": "http://standardterms.edqm.eu",
"code": "15058000",
"display": "Tube"
}
]
}
},
{
"url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-sizeofitem",
"valueQuantity": {
"value": 20,
"unit": "gram",
"system": "http://unitsofmeasure.org",
"code": "g"
}
}
],
"form": {
"coding": [
{
"system": "http://standardterms.edqm.eu",
"code": "10901000",
"display": "Vaginal cream"
}
]
},
"amount": {
"numerator": {
"value": 1,
"unit": "Tube",
"system": "http://standardterms.edqm.eu",
"code": "15058000"
},
"denominator": {
"value": 1
}
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "387325003",
"display": "Clotrimazole"
}
]
},
"isActive": true,
"strength": {
"numerator": {
"value": 10,
"unit": "milligram",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"unit": "gram",
"system": "http://unitsofmeasure.org",
"code": "g"
}
}
}
]
}