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

: AtApsCondition-Beispiel - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="AtApsExampleCondition01"/>
  <meta>
    <profile
             value="https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-condition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition AtApsExampleCondition01</b></p><a name="AtApsExampleCondition01"> </a><a name="hcAtApsExampleCondition01"> </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-condition.html">AT APS Condition</a></p></div><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}">Confirmed</span></p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 404684003}">Befund</span></p><p><b>severity</b>: <span title="Codes:{https://termgit.elga.gv.at/ValueSet/elga-problemseverity 6736007}">mittel</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 39065001}">Verbranntes Ohr</span></p><p><b>bodySite</b>: <span title="Codes:{http://snomed.info/sct 1910005}">Entire ear</span></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>onset</b>: 2025-05-24</p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="confirmed"/>
    </coding>
  </verificationStatus>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="404684003"/>
      <display value="Befund"/>
    </coding>
  </category>
  <severity>
    <coding>
      <system
              value="https://termgit.elga.gv.at/ValueSet/elga-problemseverity"/>
      <code value="6736007"/>
      <display value="mittel"/>
    </coding>
  </severity>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="39065001"/>
      <display value="Burn of ear"/>
    </coding>
    <text value="Verbranntes Ohr"/>
  </code>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1910005"/>
      <display value="Entire ear"/>
    </coding>
    <text value="Entire ear"/>
  </bodySite>
  <subject>
    <reference value="Patient/HL7ATCorePatientExample01"/>
    <display value="Max Mustermann"/>
  </subject>
  <onsetDateTime value="2025-05-24"/>
</Condition>