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" : "MedicationStatement",
"id" : "MedicationStatementOTC-Aspirin",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/StructureDefinition/ee-tis-medication-statement-otc"
]
},
"language" : "et",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement MedicationStatementOTC-Aspirin</b></p><a name=\"MedicationStatementOTC-Aspirin\"> </a><a name=\"hcMedicationStatementOTC-Aspirin\"> </a><a name=\"MedicationStatementOTC-Aspirin-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-statement-otc.html\">EETISMedicationStatementOTC</a></p></div><blockquote><p><b>ExtensionEETISVerification</b></p><ul><li>verificationTime: 2023-11-09</li><li>verificationAuthor: <a href=\"PractitionerRole-PractRoleD12345.html\">PractitionerRole Doctor</a></li></ul></blockquote><p><b>status</b>: Recorded</p><p><b>category</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/ravikuuri-tyyp P}\">Pidev</span>, <span title=\"Codes:{https://fhir.ee/CodeSystem/statement-origin-category 123}\">ei ole patsiendi ytluse põhjal</span></p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-aspirin.html\">Medication: extension = Atsetüülsalitsüülhape,ASPIRIN CARDIO; identifier = https://fhir.ee/CodeSystem/tis-fhir-identifikaatorid/ravimiregister-pakend#1345687; doseForm = gastroresistentne tablett; totalVolume = 98</a></td></tr></table><p><b>subject</b>: <a href=\"Patient-pat1MatiMeri.html\">Mati Meri (official) Male, DoB Unknown ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#38301105216)</a></p><p><b>effective</b>: 2015-02-07 13:28:17-0500 --> (ongoing)</p><h3>Reasons</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/ValueSet/rhk10 I10}\">Hüpertooniatõbi e essentsiaalne e primaarne arteriaalne hüpertensioon e kõrgvererõhktõbi</span></td></tr></table><p><b>note</b>: igapäevaselt võtta südameaspiriini toetamaks veresoonkonna tervist (By Practitioner/N98765 @2023-09-01)</p><blockquote><p><b>dosage</b></p><p><b>timing</b>: Once per 24 hours</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tablett<span style=\"background: LightGoldenRodYellow\"> (Details: ER_Ühikud annustamine codeTA = 'tablet(s)')</span></td></tr></table></blockquote></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "verificationTime",
"valueDateTime" : "2023-11-09"
},
{
"url" : "verificationAuthor",
"valueReference" : {
🔗 "reference" : "PractitionerRole/PractRoleD12345"
}
}
],
"url" : "https://fhir.ee/StructureDefinition/ee-tis-verification"
}
],
"status" : "recorded",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/ravikuuri-tyyp",
"code" : "P",
"display" : "Pidev"
}
]
},
{
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/statement-origin-category",
"code" : "123",
"display" : "ei ole patsiendi ytluse põhjal"
}
]
}
],
"medication" : {
"reference" : {
🔗 "reference" : "Medication/aspirin"
}
},
"subject" : {
🔗 "reference" : "Patient/pat1MatiMeri"
},
"effectivePeriod" : {
"start" : "2015-02-07T13:28:17-05:00"
},
"reason" : [
{
"concept" : {
"coding" : [
{
"system" : "https://fhir.ee/ValueSet/rhk10",
"code" : "I10",
"display" : "Hüpertooniatõbi e essentsiaalne e primaarne arteriaalne hüpertensioon e kõrgvererõhktõbi"
}
]
}
}
],
"note" : [
{
"authorReference" : {
🔗 "reference" : "Practitioner/N98765"
},
"time" : "2023-09-01",
"text" : "igapäevaselt võtta südameaspiriini toetamaks veresoonkonna tervist"
}
],
"dosage" : [
{
"timing" : {
"repeat" : {
"frequency" : 1,
"period" : 24,
"periodUnit" : "h"
}
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1,
"unit" : "tablett",
"system" : "https://fhir.ee/CodeSystem/retsept-annustamise-yhik",
"code" : "TA"
}
}
]
}
]
}