UnicomIG
0.1.0 - ci-build
UnicomIG, published by UNICOM. 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/unicom-ig/tree/master and changes regularly. See the Directory of published versions
{
"resourceType" : "Medication",
"id" : "Clotrimazole-Cream-Generic",
"meta" : {
"profile" : [
🔗 "http://unicom-project.eu/fhir/StructureDefinition/MedicationAsManufacturedItem"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication Clotrimazole-Cream-Generic</b></p><a name=\"Clotrimazole-Cream-Generic\"> </a><a name=\"hcClotrimazole-Cream-Generic\"> </a><a name=\"Clotrimazole-Cream-Generic-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://www.snomed.org 326215009}\">Clotrimazole 20 mg/g vaginal cream</span></p><p><b>doseForm</b>: <span title=\"Codes:{https://standardterms.edqm.eu 10901000}\">Vaginal cream</span></p><p><b>totalVolume</b>: 20 gram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg = 'g')</span></p><blockquote><p><b>ingredient</b></p><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://spor.ema.europa.eu/v2/SubstanceDefinition 100000092074}\">CLOTRIMAZOLE</span></td></tr></table><p><b>isActive</b>: true</p><p><b>strength</b>: 10 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 gram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg = 'g')</span></p></blockquote></div>"
},
"code" : {
"coding" : [
{
"system" : "http://www.snomed.org",
"code" : "326215009",
"display" : "Clotrimazole 20 mg/g vaginal cream"
}
]
},
"doseForm" : {
"coding" : [
{
"system" : "https://standardterms.edqm.eu",
"code" : "10901000",
"display" : "Vaginal cream"
}
]
},
"totalVolume" : {
"value" : 20,
"unit" : "gram",
"system" : "http://unitsofmeasure.org",
"code" : "g"
},
"ingredient" : [
{
"item" : {
"concept" : {
"coding" : [
{
"system" : "https://spor.ema.europa.eu/v2/SubstanceDefinition",
"code" : "100000092074",
"display" : "CLOTRIMAZOLE"
}
]
}
},
"isActive" : true,
"strengthRatio" : {
"numerator" : {
"value" : 10,
"unit" : "milligram",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"denominator" : {
"value" : 1,
"unit" : "gram",
"system" : "http://unitsofmeasure.org",
"code" : "g"
}
}
}
]
}