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

: metformin-dispensed - JSON Representation

Raw json | Download


{
  "resourceType" : "Medication",
  "id" : "metformin-dispensed",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/StructureDefinition/ee-tis-medication-dispensed-to-patient"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication metformin-dispensed</b></p><a name=\"metformin-dispensed\"> </a><a name=\"hcmetformin-dispensed\"> </a><a name=\"metformin-dispensed-en-US\"> </a><p><b>ExtensionEETISMedicinalProductName</b>: METFORAL 500MG</p><p><b>identifier</b>: <code>https://fhir.ee/CodeSystem/tis-fhir-identifikaatorid/ravimiregister-pakend</code>/1064719</p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.ee/StructureDefinition/ee-tis-medicinal-product-name",
      "valueString" : "METFORAL 500MG"
    }
  ],
  "identifier" : [
    {
      "system" : "https://fhir.ee/CodeSystem/tis-fhir-identifikaatorid/ravimiregister-pakend",
      "value" : "1064719"
    }
  ]
}