HL7 Czech Base and Core FHIR IG
0.3.0 - ci-build Czechia flag

This page is part of the Czech National FHIR R4 Core and Base Implementation Guide STU 1 (v0.3.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: AllergyIntolerance - No Known Allergies - XML Representation

Raw xml | Download


<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="allergy-1"/>
  <meta>
    <profile
             value="https://hl7.cz/fhir/core/StructureDefinition/cz-allergyIntolerance"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance allergy-1</b></p><a name="allergy-1"> </a><a name="hcallergy-1"> </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-cz-allergyIntolerance.html">Allergy Intolerance (CZ core)</a></p></div><p><b>identifier</b>: <code>http://example.org/hospital/allergy-intolerances</code>/allergy-1</p><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}">Confirmed</span></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips no-known-allergies}">No known allergies</span></p><p><b>patient</b>: <a href="Patient-Mracena.html">Mračena</a></p><p><b>onset</b>: Absent because : unknown</p></div>
  </text>
  <identifier>
    <system value="http://example.org/hospital/allergy-intolerances"/>
    <value value="allergy-1"/>
  </identifier>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
      <code value="confirmed"/>
    </coding>
  </verificationStatus>
  <code>
    <coding>
      <system
              value="http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips"/>
      <code value="no-known-allergies"/>
    </coding>
  </code>
  <patient>🔗 
    <reference value="Patient/Mracena"/>
    <display value="Mračena"/>
  </patient>
  <onsetDateTime>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
      <valueCode value="unknown"/>
    </extension>
  </onsetDateTime>
</AllergyIntolerance>