CH EMS (R4)
2.1.0-ci-build - ci-build Switzerland flag

CH EMS (R4), published by IVR Interverband für Rettungswesen. This guide is not an authorized publication; it is the continuous build for version 2.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-ems/ and changes regularly. See the Directory of published versions

: Taking Triatec - XML Representation

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="MedStatTriatec"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement MedStatTriatec</b></p><a name="MedStatTriatec"> </a><a name="hcMedStatTriatec"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <a href="#hcMedStatTriatec/Triatec">Medication </a></p><p><b>subject</b>: <a href="Patient-PatientExample.html">Patricia Muster (official) Female, DoB: 1999-11-11 ( urn:oid:2.16.756.5.32#7562295883070)</a></p><p><b>context</b>: <a href="Encounter-EncounterExample.html">Encounter: extension = wedding ring,billfold,pickup by EMS,; identifier = Einsatznummer: S89898989; status = finished; class = emergency (ActCode#EMER); serviceType = primary mission; priority = with siren; period = 2016-12-10 --&gt; (ongoing); reasonCode = emergency mission</a></p><p><b>dateAsserted</b>: 2016-11-29 11:00:00+0100</p><p><b>reasonCode</b>: <span title="Codes:">Bluthochdruck</span></p><blockquote><p><b>dosage</b></p><p><b>timing</b>: Morning, Once</p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>0.5 Tablet (unit of presentation)<span style="background: LightGoldenRodYellow"> (Details: SNOMED CT  code732936001 = 'Tablet (unit of presentation)')</span></td></tr></table></blockquote><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Medication #Triatec</b></p><a name="MedStatTriatec/Triatec"> </a><a name="hcMedStatTriatec/Triatec"> </a><p><b>code</b>: <span title="Codes:">TRIATEC Tabl 2.5 mg</span></p><h3>Ingredients</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Item[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 386872004}">Ramipril</span></td></tr></table></blockquote></div>
  </text>
  <contained>
    <Medication>
      <id value="Triatec"/>
      <code>
        <text value="TRIATEC Tabl 2.5 mg"/>
      </code>
      <ingredient>
        <itemCodeableConcept>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="386872004"/>
            <display value="Ramipril (substance)"/>
          </coding>
          <text value="Ramipril"/>
        </itemCodeableConcept>
      </ingredient>
    </Medication>
  </contained>
  <status value="active"/>
  <medicationReference>
    <reference value="#Triatec"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/PatientExample"/>
  </subject>
  <context>🔗 
    <reference value="Encounter/EncounterExample"/>
  </context>
  <dateAsserted value="2016-11-29T11:00:00+01:00"/>
  <reasonCode>
    <text value="Bluthochdruck"/>
  </reasonCode>
  <dosage>
    <timing>
      <repeat>
        <when value="MORN"/>
      </repeat>
    </timing>
    <doseAndRate>
      <doseQuantity>
        <value value="0.5"/>
        <unit value="Tablet (unit of presentation)"/>
        <system value="http://snomed.info/sct"/>
        <code value="732936001"/>
      </doseQuantity>
    </doseAndRate>
  </dosage>
</MedicationStatement>