HL7 Europe Medication Prescription and Dispense, published by HL7 Europe. 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/hl7-eu/mpd/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Medication",
"id" : "02A2-CanifugCremolumPessaryItem",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/mpd/StructureDefinition/Medication-eu-mpd"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication 02A2-CanifugCremolumPessaryItem</b></p><a name=\"02A2-CanifugCremolumPessaryItem\"> </a><a name=\"hc02A2-CanifugCremolumPessaryItem\"> </a><a name=\"02A2-CanifugCremolumPessaryItem-en-US\"> </a><p><b>Medication - Unit of presentation</b>: <span title=\"Codes:{http://standardterms.edqm.eu 15039000}\">Pessary</span></p><p><b>form</b>: <span title=\"Codes:{http://standardterms.edqm.eu 10909000}\">Pessary</span></p><p><b>amount</b>: 6 Pessary<span style=\"background: LightGoldenRodYellow\"> (Details: standardterms.edqm.eu code15039000 = 'Pessary')</span>/</p><p><b style=\"color: maroon\">Exception Generating Narrative: Cannot invoke "org.hl7.fhir.r5.renderers.utils.ResourceWrapper.has(String)" because "q" is null </b></p></div>"
},
"extension" : [
{
"url" : "http://hl7.eu/fhir/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"
}
},
"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"
}
}
}
]
}