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" : "MedicationStatementFoodSupplementRaud",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/StructureDefinition/ee-tis-medication-statement-food-supplement"
]
},
"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 MedicationStatementFoodSupplementRaud</b></p><a name=\"MedicationStatementFoodSupplementRaud\"> </a><a name=\"hcMedicationStatementFoodSupplementRaud\"> </a><a name=\"MedicationStatementFoodSupplementRaud-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-food-supplement.html\">EETISMedicationStatementFoodSupplement</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></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>Raud 25mg</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><blockquote><p><b>dosage</b></p><p><b>patientInstruction</b>: võtab igal hommikul rauda (toidulisand)</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"
}
],
"text" : "pidev"
}
],
"medication" : {
"reference" : {
"display" : "Raud 25mg"
}
},
"subject" : {
🔗 "reference" : "Patient/pat1MatiMeri"
},
"effectivePeriod" : {
"start" : "2015-02-07T13:28:17-05:00"
},
"dosage" : [
{
"patientInstruction" : "võtab igal hommikul rauda (toidulisand)",
"timing" : {
"repeat" : {
"frequency" : 1,
"period" : 24,
"periodUnit" : "h"
}
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1,
"unit" : "tablett",
"system" : "https://fhir.ee/CodeSystem/retsept-annustamise-yhik",
"code" : "TA"
}
}
]
}
]
}