Austrian Patient Summary (R4)
1.0.0 - STU1

Austrian Patient Summary (R4), published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/ELGA-AustrianPatientSummary-R4/ and changes regularly. See the Directory of published versions

: AtApsObservationVitalSigns-Beispiel - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="AtApsExampleObservationVitalSigns01"/>
  <meta>
    <profile
             value="https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-observationvitalsigns"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation AtApsExampleObservationVitalSigns01</b></p><a name="AtApsExampleObservationVitalSigns01"> </a><a name="hcAtApsExampleObservationVitalSigns01"> </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-observationvitalsigns.html">AT APS Observation Vital Signs</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}">Vital Signs</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8867-4}">Vitalzeichen</span></p><p><b>subject</b>: <a href="Patient-at-aps-example-patient-01.html">Maria Musterfrau</a></p><p><b>effective</b>: 2025-10-17 08:15:00+0200</p><p><b>performer</b>: <a href="Practitioner-at-aps-example-practitioner-01.html">Hanna Hausärztin</a></p><p><b>value</b>: 72 beats/min<span style="background: LightGoldenRodYellow"> (Details: UCUM  code/min = '/min')</span></p></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="8867-4"/>
      <display value="Heart rate"/>
    </coding>
    <text value="Vitalzeichen"/>
  </code>
  <subject>🔗 
    <reference value="Patient/at-aps-example-patient-01"/>
    <display value="Maria Musterfrau"/>
  </subject>
  <effectiveDateTime value="2025-10-17T08:15:00+02:00"/>
  <performer>🔗 
    <reference value="Practitioner/at-aps-example-practitioner-01"/>
    <display value="Hanna Hausärztin"/>
  </performer>
  <valueQuantity>
    <value value="72"/>
    <unit value="beats/min"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="/min"/>
  </valueQuantity>
</Observation>