FHIR IG analytics| Package | hl7.fhir.eu.mpd |
| Resource Type | Medication |
| Id | Medication-02A2-CanifugCremolumPessaryItem.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication 02A2-CanifugCremolumPessaryItem
Profile: Medication: MPD
Medication - Unit of presentation: Pessary
form: Pessary
amount: 6 Pessary (Details: EDQM Standard Terms code15039000 = 'Pessary')/1
| Item[x] | IsActive | Strength |
| Clotrimazole | true | 100 milligram (Details: UCUM codemg = 'mg')/1 Pessary (Details: EDQM Standard Terms code15039000 = 'Pessary') |
{
"resourceType": "Medication",
"id": "02A2-CanifugCremolumPessaryItem",
"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": "15039000",
"display": "Pessary"
}
]
}
}
],
"form": {
"coding": [
{
"system": "http://standardterms.edqm.eu",
"code": "10909000",
"display": "Pessary"
}
]
},
"amount": {
"numerator": {
"value": 6,
"unit": "Pessary",
"system": "http://standardterms.edqm.eu",
"code": "15039000"
},
"denominator": {
"value": 1
}
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "387325003",
"display": "Clotrimazole"
}
]
},
"isActive": true,
"strength": {
"numerator": {
"value": 100,
"unit": "milligram",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"unit": "Pessary",
"system": "http://standardterms.edqm.eu",
"code": "15039000"
}
}
}
]
}