MyHealth@Eu Hospital Discharge Report
0.0.1 - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example AllergyIntolerance for EU-EPS - XML Representation

Raw xml | Download


<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="ExampleAllergyIntolerance"/>
  <meta>
    <profile
             value="https://build-fhir.ehdsi.eu/hdr/StructureDefinition-allergyIntolerance-eu-eps"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance ExampleAllergyIntolerance</b></p><a name="ExampleAllergyIntolerance"> </a><a name="hcExampleAllergyIntolerance"> </a><a name="ExampleAllergyIntolerance-en-US"> </a><p><b>clinicalStatus</b>: <span title="Codes:">active</span></p><p><b>verificationStatus</b>: <span title="Codes:">confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Food</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 91936005}">Peanut allergy</span></p><p><b>patient</b>: <a href="Patient-ExampleHDRPatient.html">John Albertus Doe  Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))</a></p><p><b>onset</b>: 2023-10-01 12:00:00+0100</p><p><b>recordedDate</b>: 2023-10-15 09:30:00+0100</p><p><b>recorder</b>: <a href="Practitioner/example">Practitioner/example</a></p><h3>Reactions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Substance</b></td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 227493005}">Peanut</span></td><td><span title="Codes:{http://snomed.info/sct 271807003}">Skin rash</span></td><td>Severe</td></tr></table></div>
  </text>
  <clinicalStatus>
    <coding>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <code value="confirmed"/>
    </coding>
  </verificationStatus>
  <type value="allergy"/>
  <category value="food"/>
  <criticality value="high"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="91936005"/>
      <display value="Peanut allergy"/>
    </coding>
  </code>
  <patient>🔗 
    <reference value="Patient/ExampleHDRPatient"/>
  </patient>
  <onsetDateTime value="2023-10-01T12:00:00+01:00"/>
  <recordedDate value="2023-10-15T09:30:00+01:00"/>
  <recorder>
    <reference value="Practitioner/example"/>
  </recorder>
  <reaction>
    <substance>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="227493005"/>
        <display value="Peanut"/>
      </coding>
    </substance>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="271807003"/>
        <display value="Skin rash"/>
      </coding>
    </manifestation>
    <severity value="severe"/>
  </reaction>
</AllergyIntolerance>