Tervisetõendi teenus
1.0.0 - trial-use
Tervisetõendi teenus, 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/rlindstrm/ee-tx-test/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Medication",
"id" : "onto-ee-medication",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/hcert/StructureDefinition/OntoeeMedication"
]
},
"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 onto-ee-medication</b></p><a name=\"onto-ee-medication\"> </a><a name=\"hconto-ee-medication\"> </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-OntoeeMedication.html\">Test Medication</a></p></div><p><b>status</b>: Active</p><p><b>doseForm</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/ravimvormid 1205}\">süsteemulsioon</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://fhir.ee/CodeSystem/mtk-myrgistust-pohjustav-aine H2}\">süstitav sõltuvusaine</span></td></tr></table><p><b>strength</b>: 1500 MG<span style=\"background: LightGoldenRodYellow\"> (Details: retsept-mahu-ja-massiyhik codeMFG = 'MFG')</span></p></blockquote><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/mtk-myrgistust-pohjustav-aine E}\">ravim</span></td></tr></table></blockquote><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/mtk-myrgistust-pohjustav-aine I3}\">seen</span></td></tr></table><p><b>strength</b>: 1500 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></p></blockquote></div>"
},
"status" : "active",
"doseForm" : {
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/ravimvormid",
"code" : "1205",
"display" : "süsteemulsioon"
}
]
},
"ingredient" : [
{
"item" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/mtk-myrgistust-pohjustav-aine",
"code" : "H2",
"display" : "süstitav sõltuvusaine"
}
]
}
},
"strengthQuantity" : {
"value" : 1500,
"unit" : "MG",
"system" : "https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik",
"code" : "MFG"
}
},
{
"item" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/mtk-myrgistust-pohjustav-aine",
"code" : "E"
}
]
}
}
},
{
"item" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/mtk-myrgistust-pohjustav-aine",
"code" : "I3",
"display" : "seen"
}
]
}
},
"strengthQuantity" : {
"value" : 1500,
"unit" : "milligram",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
]
}