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" : "extemporal",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/StructureDefinition/ee-tis-medication-extemporal"
]
},
"language" : "et",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: Medication extemporal</b></p><a name=\"extemporal\"> </a><a name=\"hcextemporal\"> </a><a name=\"extemporal-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: et</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-tis-medication-extemporal.html\">EETISMedicationExtemporal</a></p></div><p><b>doseForm</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/ravimvormid 789}\">salv</span></p><p><b>totalVolume</b>: 100</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:\">Rp.Sulfuris praecipitati 33,0, Adipis suilli ad 100,0, M. f. ung.D. S.</span></td></tr></table></blockquote></div>"
},
"doseForm" : {
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/ravimvormid",
"code" : "789",
"display" : "salv"
}
]
},
"totalVolume" : {
"value" : 100
},
"ingredient" : [
{
"item" : {
"concept" : {
"text" : "Rp.Sulfuris praecipitati 33,0, Adipis suilli ad 100,0, M. f. ung.D. S."
}
}
}
]
}