CH EMED (R4)
0.1.1 - Draft Standard for Trial Use

This page is part of the CH EMED (R4) (v0.1.1: DSTU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions

2-5 Medication Statement with Medication Norvasc - XML Representation

(back to description)

Raw xml

Source view


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="2-5-MedStatNorvasc"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-medicationstatement-treatmentplan"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: 2-5-MedStatNorvasc</p><p><b>meta</b>: </p><p><b>identifier</b>: id: urn:uuid:5712fffe-20c6-11e6-b67b-9e71128cae77</p><p><b>status</b>: completed</p><p><b>medication</b>: <a name="med"> </a></p><blockquote><p><b>id</b>: med</p><p><b>code</b>: <span title="Codes: {urn:oid:2.51.1.1 7680500440334}">NORVASC Tabl 10 mg</span></p><p><b>form</b>: <span title="Codes: {urn:oid:0.4.0.127.0.16.1.1.2.1 10219000}">Tablet</span></p><p><b>amount</b>: 20/1</p><h3>Ingredients</h3><table class="grid"><tr><td>-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td>*</td><td><span title="Codes: {http://snomed.info/sct 386864001}">Amlodipine</span></td><td>10 mg/1</td></tr></table></blockquote><p><b>subject</b>: <a href="Patient-MonikaWegmueller.html">Generated Summary: id: MonikaWegmueller; Medical record number: 11111111; Monika Wegmüller ; gender: female; birthDate: 1943-05-15</a></p><p><b>reasonCode</b>: <span title="Codes: ">Bluthochdruck</span></p><p><b>note</b>: -</p><p><b>dosage</b>: , </p></div>
  </text>
  <contained>
    <Medication>
      <id value="med"/>
      <code>
        <coding>
          <system value="urn:oid:2.51.1.1"/>
          <code value="7680500440334"/>
          <display value="NORVASC Tabl 10 mg"/>
        </coding>
        <text value="NORVASC Tabl 10 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>
      </form>
      <amount>
        <numerator>
          <value value="20"/>
        </numerator>
        <denominator>
          <value value="1"/>
        </denominator>
      </amount>
      <ingredient>
        <itemCodeableConcept>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="386864001"/>
            <display value="Amlodipine (substance)"/>
          </coding>
          <text value="Amlodipine"/>
        </itemCodeableConcept>
        <strength>
          <numerator>
            <value value="10"/>
            <unit value="mg"/>
          </numerator>
          <denominator>
            <value value="1"/>
          </denominator>
        </strength>
      </ingredient>
    </Medication>
  </contained>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:5712fffe-20c6-11e6-b67b-9e71128cae77"/>
  </identifier>
  <status value="completed"/>
  <medicationReference>
    <reference value="#med"/>
  </medicationReference>
  <subject>
    <reference value="Patient/MonikaWegmueller"/>
  </subject>
  <reasonCode>
    <text value="Bluthochdruck"/>
  </reasonCode>
  <note>
    <text value="-"/>
  </note>
  <dosage>
    <extension
               url="http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-ext-dosagetype">
      <valueIdentifier>
        <value value="1.3.6.1.4.1.19376.1.5.3.1.4.7.1"/>
      </valueIdentifier>
    </extension>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2012-02-04"/>
        </boundsPeriod>
        <when value="ACM"/>
        <when value="ACV"/>
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="urn:oid:0.4.0.127.0.16.1.1.2.1"/>
        <code value="20053000"/>
        <display value="Oral use"/>
      </coding>
    </route>
  </dosage>
  <dosage>
    <text value="Morgens und abends je 1 Tablette nehmen"/>
  </dosage>
</MedicationStatement>