Medication Scheme Implementation Guide
1.0.0 - draft
Medication Scheme Implementation Guide, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-medication-scheme/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Medication",
"id" : "adrenalin",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/StructureDefinition/ee-tis-medication-epc"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication adrenalin</b></p><a name=\"adrenalin\"> </a><a name=\"hcadrenalin\"> </a><a name=\"adrenalin-en-US\"> </a><p><b>ExtensionEETISMedicinalProductClassification</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/atc-ee C01CA24}\">Epinefriin</span></p><p><b>ExtensionEETISSizeOfItem</b>: 1(unit ML from https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik)<span style=\"background: LightGoldenRodYellow\"> (Details: ER_Ühikud mahu- ja massiühikud codeML = 'milliliter(s)')</span></p><p><b>ExtensionEETISMedicinalProductName</b>: Adrenaliin</p><p><b>doseForm</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/ravimvormid 739}\">süstelahus</span></p><p><b>totalVolume</b>: 5</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://fhir.ee/CodeSystem/toimeained 8554}\">epinefriin</span></td></tr></table><p><b>isActive</b>: true</p><p><b>strength</b>: 1(unit MG from https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik)<span style=\"background: LightGoldenRodYellow\"> (Details: ER_Ühikud mahu- ja massiühikud codeMG = 'milligram(s)')</span>/1(unit ML from https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik)<span style=\"background: LightGoldenRodYellow\"> (Details: ER_Ühikud mahu- ja massiühikud codeML = 'milliliter(s)')</span></p></blockquote></div>"
},
"extension" : [
{
"url" : "https://fhir.ee/StructureDefinition/ee-tis-medicinal-product-classification",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/atc-ee",
"code" : "C01CA24",
"display" : "Epinefriin"
}
]
}
},
{
"url" : "https://fhir.ee/StructureDefinition/ee-tis-size-of-item",
"valueQuantity" : {
"value" : 1,
"system" : "https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik",
"code" : "ML"
}
},
{
"url" : "https://fhir.ee/StructureDefinition/ee-tis-medicinal-product-name",
"valueString" : "Adrenaliin"
}
],
"doseForm" : {
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/ravimvormid",
"code" : "739",
"display" : "süstelahus"
}
]
},
"totalVolume" : {
"value" : 5
},
"ingredient" : [
{
"item" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/toimeained",
"code" : "8554",
"display" : "epinefriin"
}
]
}
},
"isActive" : true,
"strengthRatio" : {
"numerator" : {
"value" : 1,
"system" : "https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik",
"code" : "MG"
},
"denominator" : {
"value" : 1,
"system" : "https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik",
"code" : "ML"
}
}
}
]
}