Austrian Patient Summary (R4)
0.2.0 - STU1

Austrian Patient Summary (R4), published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 0.2.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

: AtApsClinicalImpression-Beispiel - XML Representation

Raw xml | Download


<ClinicalImpression xmlns="http://hl7.org/fhir">
  <id value="AtApsExampleClinicalImpression01"/>
  <meta>
    <profile
             value="https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-clinicalimpression"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ClinicalImpression AtApsExampleClinicalImpression01</b></p><a name="AtApsExampleClinicalImpression01"> </a><a name="hcAtApsExampleClinicalImpression01"> </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-clinicalimpression.html">AT APS ClinicalImpression</a></p></div><p><b>identifier</b>: 12345</p><p><b>status</b>: Completed</p><p><b>description</b>: Dieser 26-jährige männliche Patient wird nach einem Verkehrsunfall mit dem Krankenwagen in die Notaufnahme gebracht.</p><p><b>subject</b>: <a href="Patient-at-aps-example-patient-01.html">Maria Musterfrau</a></p><p><b>effective</b>: 2014-12-06 20:00:00+1100 --&gt; 2014-12-06 22:33:00+1100</p><p><b>date</b>: 2014-12-06 22:33:00+1100</p><p><b>assessor</b>: <a href="Practitioner-at-aps-example-practitioner-01.html">Hanna Hausärztin</a></p><p><b>problem</b>: MVA</p><blockquote><p><b>investigation</b></p><p><b>code</b>: <span title="Codes:">Erstuntersuchung</span></p><p><b>item</b>: </p><ul><li>tiefe Platzwunde an der Kopfhaut</li><li>verminderte Bewusstseinslage</li><li>zeitlich und örtlich desorientiert</li><li>unruhig</li></ul></blockquote><p><b>summary</b>: Vorläufige Diagnosen: Kopfverletzung und traumatische Hirnverletzung</p></div>
  </text>
  <identifier>
    <value value="12345"/>
  </identifier>
  <status value="completed"/>
  <description
               value="Dieser 26-jährige männliche Patient wird nach einem Verkehrsunfall mit dem Krankenwagen in die Notaufnahme gebracht."/>
  <subject>🔗 
    <reference value="Patient/at-aps-example-patient-01"/>
    <display value="Maria Musterfrau"/>
  </subject>
  <effectivePeriod>
    <start value="2014-12-06T20:00:00+11:00"/>
    <end value="2014-12-06T22:33:00+11:00"/>
  </effectivePeriod>
  <date value="2014-12-06T22:33:00+11:00"/>
  <assessor>🔗 
    <reference value="Practitioner/at-aps-example-practitioner-01"/>
    <display value="Hanna Hausärztin"/>
  </assessor>
  <problem>
    <display value="MVA"/>
  </problem>
  <investigation>
    <code>
      <text value="Erstuntersuchung"/>
    </code>
    <item>
      <display value="tiefe Platzwunde an der Kopfhaut"/>
    </item>
    <item>
      <display value="verminderte Bewusstseinslage"/>
    </item>
    <item>
      <display value="zeitlich und örtlich desorientiert"/>
    </item>
    <item>
      <display value="unruhig"/>
    </item>
  </investigation>
  <summary
           value="Vorläufige Diagnosen: Kopfverletzung und traumatische Hirnverletzung"/>
</ClinicalImpression>