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

: novorapid - XML Representation

Raw xml | Download



<Medication xmlns="http://hl7.org/fhir">
  <id value="novorapid"/>
  <meta>
    <profile
             value="https://fhir.ee/StructureDefinition/ee-tis-medication-epc"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication novorapid</b></p><a name="novorapid"> </a><a name="hcnovorapid"> </a><a name="novorapid-en-US"> </a><p><b>ExtensionEETISMedicinalProductClassification</b>: <span title="Codes:{https://fhir.ee/CodeSystem/atc-ee J01CE02}">fenoksümetüülpenitsilliin</span></p><p><b>ExtensionEETISMedicinalProductName</b>: Novorapid Flexpen</p><p><b>doseForm</b>: <span title="Codes:{https://fhir.ee/CodeSystem/ravimvormid 1256}">Õhukese polümeerikattega tablett</span></p><p><b>totalVolume</b>: 12</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:{https://fhir.ee/CodeSystem/toimeained 11470}">fenoksümetüülpenitsilliin</span></td></tr></table><p><b>isActive</b>: true</p><p><b>strength</b>: 1000000(unit RÜ from https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik)<span style="background: LightGoldenRodYellow"> (Details: ER_Ühikud mahu- ja massiühikud  codeRÜ = 'international unit(s)')</span>/1(unit TABL from https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik)<span style="background: LightGoldenRodYellow"> (Details: ER_Ühikud mahu- ja massiühikud  codeTABL = 'tablet(s)')</span></p></blockquote></div>
  </text>
  <extension
             url="https://fhir.ee/StructureDefinition/ee-tis-medicinal-product-classification">
    <valueCodeableConcept>
      <coding>
        <system value="https://fhir.ee/CodeSystem/atc-ee"/>
        <code value="J01CE02"/>
        <display value="fenoksümetüülpenitsilliin"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://fhir.ee/StructureDefinition/ee-tis-medicinal-product-name">
    <valueString value="Novorapid Flexpen"/>
  </extension>
  <doseForm>
    <coding>
      <system value="https://fhir.ee/CodeSystem/ravimvormid"/>
      <code value="1256"/>
      <display value="Õhukese polümeerikattega tablett"/>
    </coding>
  </doseForm>
  <totalVolume>
    <value value="12"/>
  </totalVolume>
  <ingredient>
    <item>
      <concept>
        <coding>
          <system value="https://fhir.ee/CodeSystem/toimeained"/>
          <code value="11470"/>
          <display value="fenoksümetüülpenitsilliin"/>
        </coding>
      </concept>
    </item>
    <isActive value="true"/>
    <strengthRatio>
      <numerator>
        <value value="1000000"/>
        <system value="https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik"/>
        <code value="RÜ"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <system value="https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik"/>
        <code value="TABL"/>
      </denominator>
    </strengthRatio>
  </ingredient>
</Medication>