CH EMR (R4)
0.1.0 - ci-build Switzerland flag

CH EMR (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ehealthsuisse/ch-emr/ and changes regularly. See the Directory of published versions

: EX-Metformin - XML Representation

Raw xml | Download


<Medication xmlns="http://hl7.org/fhir">
  <id value="EX-Metformin"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-medication"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication EX-Metformin</b></p><a name="EX-Metformin"> </a><a name="hcEX-Metformin"> </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">Profile: <a href="StructureDefinition-ch-emr-medication.html">CH Emergency Record Medication</a></p></div><p><b>code</b>: <span title="Codes:{urn:oid:2.51.1.1 7680590990115}">METFORMIN Axapharm Filmtabl 500 mg</span></p><p><b>form</b>: <span title="Codes:{urn:oid:0.4.0.127.0.16.1.1.2.1 10219000}">Tablette</span></p><p><b>amount</b>: 50 Tablet (unit of presentation)<span style="background: LightGoldenRodYellow"> (Details: SNOMED CT  code732936001 = 'Tablet (unit of presentation)')</span>/1 Package - unit of product usage (qualifier value)<span style="background: LightGoldenRodYellow"> (Details: SNOMED CT  code1681000175101 = 'Package - unit of product usage')</span></p></div>
  </text>
  <code>
    <coding>
      <system value="urn:oid:2.51.1.1"/>
      <code value="7680590990115"/>
      <display value="METFORMIN Axapharm Filmtabl 500 mg (Blister 50 Stk)"/>
    </coding>
    <text value="METFORMIN Axapharm Filmtabl 500 mg"/>
  </code>
  <form>
    <coding>
      <system value="urn:oid:0.4.0.127.0.16.1.1.2.1"/>
      <code value="10219000"/>
      <display value="Tablet"/>
    </coding>
    <text value="Tablette"/>
  </form>
  <amount>
    <numerator>
      <value value="50"/>
      <unit value="Tablet (unit of presentation)"/>
      <system value="http://snomed.info/sct"/>
      <code value="732936001"/>
    </numerator>
    <denominator>
      <value value="1"/>
      <unit value="Package - unit of product usage (qualifier value)"/>
      <system value="http://snomed.info/sct"/>
      <code value="1681000175101"/>
    </denominator>
  </amount>
</Medication>