Medication Scheme Implementation Guide
1.0.0 - draft Estonia flag

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

: dispensation-metformin - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationDispense",
  "id" : "dispensation-metformin",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/StructureDefinition/ee-tis-prescription-dispense"
    ]
  },
  "implicitRules" : "https://build.fhir.org/ig/HL7EE/ig-ee-base",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense dispensation-metformin</b></p><a name=\"dispensation-metformin\"> </a><a name=\"hcdispensation-metformin\"> </a><a name=\"dispensation-metformin-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\"/><p style=\"margin-bottom: 0px\"><b>Special rules apply: https://build.fhir.org/ig/HL7EE/ig-ee-base!</b></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-tis-prescription-dispense.html\">EETISPrescriptionDispense</a></p></div><blockquote><p><b>ExtensionEETISReimbursementRate</b></p><ul><li>reimbursementRate: <span title=\"Codes:{https://fhir.ee/CodeSystem/retsepti-soodustuse-maar 90}\">90%</span></li><li>reimbursementCondition: <span title=\"Codes:\">siia tuleb kirjeldus vajalikud-tingimused-loendist</span></li></ul></blockquote><p><b>ExtensionEETISBuyerEPC</b>: 42002230000</p><p><b>status</b>: Completed</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-metformin-dispensed.html\">Medication: extension = METFORAL 500MG; identifier = https://fhir.ee/CodeSystem/tis-fhir-identifikaatorid/ravimiregister-pakend#1064719</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><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-pharmacistKristiina.html\">PractitionerRole pharmacist</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-prescription-metformin.html\">MedicationRequest: extension = ,Avalik; identifier = 1018862058; status = active; statusChanged = 2014-06-10; intent = order; category = tavaretsept,3-kordne; authoredOn = 2023-11-07; courseOfTherapyType = Pidev</a></p><p><b>quantity</b>: 100</p><p><b>daysSupply</b>: 33.3</p><p><b>whenHandedOver</b>: 2023-11-07</p><p><b>note</b>: ravim väljastatud ainult osaliselt, sest puudus õige suurusega pakend</p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "reimbursementRate",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://fhir.ee/CodeSystem/retsepti-soodustuse-maar",
                "code" : "90",
                "display" : "90%"
              }
            ]
          }
        },
        {
          "url" : "reimbursementCondition",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "code" : "90_1",
                "display" : "siia tuleb kirjeldus vajalikud-tingimused-loendist"
              }
            ]
          }
        }
      ],
      "url" : "https://fhir.ee/StructureDefinition/ee-tis-reimbursement-rate"
    },
    {
      "url" : "https://fhir.ee/StructureDefinition/ee-tis-buyer-epc",
      "valueString" : "42002230000"
    }
  ],
  "status" : "completed",
  "medication" : {
    "reference" : {
      🔗 "reference" : "Medication/metformin-dispensed"
    }
  },
  "subject" : {
    🔗 "reference" : "Patient/pat1MatiMeri"
  },
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "PractitionerRole/pharmacistKristiina"
      }
    }
  ],
  "authorizingPrescription" : [
    {
      🔗 "reference" : "MedicationRequest/prescription-metformin"
    }
  ],
  "quantity" : {
    "value" : 100
  },
  "daysSupply" : {
    "value" : 33.3
  },
  "whenHandedOver" : "2023-11-07",
  "note" : [
    {
      "text" : "ravim väljastatud ainult osaliselt, sest puudus õige suurusega pakend"
    }
  ]
}