Austrian Patient Summary (R4)
0.2.0 - STU1

Austrian Patient Summary (R4) - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AtApsMedication-Beispiel - XML Representation

Raw xml | Download


<Medication xmlns="http://hl7.org/fhir">
  <id value="AtApsExampleMedication01"/>
  <meta>
    <profile
             value="https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-medication"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication AtApsExampleMedication01</b></p><a name="AtApsExampleMedication01"> </a><a name="hcAtApsExampleMedication01"> </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-at-aps-medication.html">AT APS Medication</a></p></div><p><b>code</b>: <span title="Codes:{http://www.whocc.no/atc C09AA05}">Ramipril 5mg Kapseln</span></p><p><b>status</b>: Active</p><p><b>manufacturer</b>: <a href="Organization-AtApsExampleOrganization01.html">Amadeus Spital</a></p><h3>Ingredients</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Item[x]</b></td><td><b>IsActive</b></td><td><b>Strength</b></td></tr><tr><td style="display: none">*</td><td><a href="Medication-AtApsExampleMedication01.html">Ramipril Wirkstoff</a></td><td>true</td><td>500 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span>/1 Kapsel<span style="background: LightGoldenRodYellow"> (Details: UCUM  code1 = '1')</span></td></tr></table></div>
  </text>
  <code>
    <coding>
      <system value="http://www.whocc.no/atc"/>
      <code value="C09AA05"/>
      <display value="Ramipril"/>
    </coding>
    <text value="Ramipril 5mg Kapseln"/>
  </code>
  <status value="active"/>
  <manufacturer>🔗 
    <reference value="Organization/AtApsExampleOrganization01"/>
    <display value="Amadeus Spital"/>
  </manufacturer>
  <ingredient>
    <itemReference>🔗 
      <reference value="Medication/AtApsExampleMedication01"/>
      <display value="Ramipril Wirkstoff"/>
    </itemReference>
    <isActive value="true"/>
    <strength>
      <numerator>
        <value value="500"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <unit value="Kapsel"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="1"/>
      </denominator>
    </strength>
  </ingredient>
</Medication>