Medication Prescription and Delivery (MPD)
0.1.0 - ci-build
Medication Prescription and Delivery (MPD), published by Integrating the Healthcare Enterprise (IHE). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/pharm-mpd/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Medication",
"id" : "02A-ClotrimazoleCanifugCremolum",
"meta" : {
"profile" : [
🔗 "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/IHEMedication"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication 02A-ClotrimazoleCanifugCremolum</b></p><a name=\"02A-ClotrimazoleCanifugCremolum\"> </a><a name=\"hc02A-ClotrimazoleCanifugCremolum\"> </a><a name=\"02A-ClotrimazoleCanifugCremolum-en-US\"> </a><p><b>Medication - Classification</b>: <span title=\"Codes:{http://www.whocc.no/atc G01AF02}\">clotrimazole</span></p><p><b>Medication - Product Name</b>: Canifug Cremolum</p><blockquote><p><b>Medication - Device</b></p><ul><li>device: <span title=\"Codes:{http://standardterms.edqm.eu 30002000}\">Applicator</span></li><li>quantity: 1</li></ul></blockquote><p><b>identifier</b>: <code>https://www.ravimiregister.ee</code>/1033692</p><p><b>doseForm</b>: <span title=\"Codes:{http://standardterms.edqm.eu 14001000}\">Cream + pessary</span></p><blockquote><p><b>ingredient</b></p><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-02A1-CanifugCremolumCreamItem.html\">Medication: extension = Tube,20 gram; doseForm = Vaginal cream; totalVolume = 1 Tube</a></td></tr></table></blockquote><blockquote><p><b>ingredient</b></p><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-02A2-CanifugCremolumPessaryItem.html\">Medication: extension = Pessary; doseForm = Pessary; totalVolume = 6 Pessary</a></td></tr></table></blockquote></div>"
},
"extension" : [
{
"url" : "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/ihe-ext-medication-classification",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://www.whocc.no/atc",
"code" : "G01AF02",
"display" : "clotrimazole"
}
]
}
},
{
"url" : "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/ihe-ext-medication-productname",
"valueString" : "Canifug Cremolum"
},
{
"extension" : [
{
"url" : "device",
"valueCodeableReference" : {
"concept" : {
"coding" : [
{
"system" : "http://standardterms.edqm.eu",
"code" : "30002000",
"display" : "Applicator"
}
]
}
}
},
{
"url" : "quantity",
"valueQuantity" : {
"value" : 1
}
}
],
"url" : "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/ihe-ext-medication-device"
}
],
"identifier" : [
{
"system" : "https://www.ravimiregister.ee",
"value" : "1033692"
}
],
"doseForm" : {
"coding" : [
{
"system" : "http://standardterms.edqm.eu",
"code" : "14001000",
"display" : "Cream + pessary"
}
]
},
"ingredient" : [
{
"item" : {
"reference" : {
🔗 "reference" : "Medication/02A1-CanifugCremolumCreamItem"
}
}
},
{
"item" : {
"reference" : {
🔗 "reference" : "Medication/02A2-CanifugCremolumPessaryItem"
}
}
}
]
}