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

: AtApsMedicationAdministration-Beispiel - XML Representation

Raw xml | Download


<MedicationAdministration xmlns="http://hl7.org/fhir">
  <id value="AtApsExampleMedicationAdministration01"/>
  <meta>
    <profile
             value="https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-medicationadministration"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationAdministration AtApsExampleMedicationAdministration01</b></p><a name="AtApsExampleMedicationAdministration01"> </a><a name="hcAtApsExampleMedicationAdministration01"> </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-medicationadministration.html">AT APS MedicationAdministration</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href="Medication-AtApsExampleMedication01.html">Ramipril 5mg Kapseln</a></p><p><b>subject</b>: <a href="http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/2.0.0/Patient-HL7ATCorePatientExample01.html">Max Mustermann</a></p><p><b>effective</b>: 2024-10-15 08:00:00+0100</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/2.0.0/Practitioner-HL7ATCorePractitionerExample01.html">Dr. Melanie Musterärztin</a></td></tr></table><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 59621000}">Hypertonie</span></p><h3>Dosages</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style="display: none">*</td><td>1 Kapsel täglich morgens</td><td><span title="Codes:{http://snomed.info/sct 26643006}">Oral use</span></td><td>5 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></div>
  </text>
  <status value="completed"/>
  <medicationReference>🔗 
    <reference value="Medication/AtApsExampleMedication01"/>
    <display value="Ramipril 5mg Kapseln"/>
  </medicationReference>
  <subject>
    <reference value="Patient/HL7ATCorePatientExample01"/>
    <display value="Max Mustermann"/>
  </subject>
  <effectiveDateTime value="2024-10-15T08:00:00+01:00"/>
  <performer>
    <actor>
      <reference value="Practitioner/HL7ATCorePractitionerExample01"/>
      <display value="Dr. Melanie Musterärztin"/>
    </actor>
  </performer>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="59621000"/>
      <display value="Hypertonie"/>
    </coding>
    <text value="Hypertonie"/>
  </reasonCode>
  <dosage>
    <text value="1 Kapsel täglich morgens"/>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral use"/>
      </coding>
    </route>
    <dose>
      <value value="5"/>
      <unit value="mg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mg"/>
    </dose>
  </dosage>
</MedicationAdministration>