Medication Scheme Implementation Guide
1.0.0 - trial-use 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

: infatrini - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "infatrini",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/StructureDefinition/ee-tis-medication-medical-nutrition"
    ]
  },
  "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: Medication infatrini</b></p><a name=\"infatrini\"> </a><a name=\"hcinfatrini\"> </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-medical-nutrition.html\">EETISMedicationMedicalNutrition</a></p></div><p><b>ExtensionEETISSizeOfItem</b>: 125(unit ML from https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik)<span style=\"background: LightGoldenRodYellow\"> (Details: ER_Ühikud mahu- ja massiühikud  codeML = 'milliliter(s)')</span></p><p><b>ExtensionEETISMedicinalProductName</b>: INFATRINI</p><p><b>identifier</b>: <code>http://ravimiregister.ee/pakendid</code>/7017432</p><p><b>doseForm</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/ravimvormid 795}\">suukaudne suspensioon</span></p><p><b>totalVolume</b>: 24</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:\">imikute toitesegu</span></td></tr></table></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.ee/StructureDefinition/ee-tis-size-of-item",
      "valueQuantity" : {
        "value" : 125,
        "system" : "https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik",
        "code" : "ML"
      }
    },
    {
      "url" : "https://fhir.ee/StructureDefinition/ee-tis-medicinal-product-name",
      "valueString" : "INFATRINI"
    }
  ],
  "identifier" : [
    {
      "system" : "http://ravimiregister.ee/pakendid",
      "value" : "7017432"
    }
  ],
  "doseForm" : {
    "coding" : [
      {
        "system" : "https://fhir.ee/CodeSystem/ravimvormid",
        "code" : "795",
        "display" : "suukaudne suspensioon"
      }
    ]
  },
  "totalVolume" : {
    "value" : 24
  },
  "ingredient" : [
    {
      "item" : {
        "concept" : {
          "text" : "imikute toitesegu"
        }
      }
    }
  ]
}