HL7 Czech Base and Core Implementation Guide
0.3.0-ballot - ci-build Czechia flag

HL7 Czech Base and Core Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.3.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-core/ and changes regularly. See the Directory of published versions

: Allergy to penicilin - XML Representation

Raw xml | Download


<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="AllergyToPenicilin"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance AllergyToPenicilin</b></p><a name="AllergyToPenicilin"> </a><a name="hcAllergyToPenicilin"> </a><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>type</b>: Allergy</p><p><b>category</b>: Biologic</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title="Codes:{https://hl7.cz/fhir/core/CodeSystem/cz-dlpatc-cs J01CA}">PENICILINY SE ŠIROKÝM SPEKTREM</span></p><p><b>patient</b>: <a href="Patient-Mracena.html">Mračena</a></p><blockquote><p><b>reaction</b></p><p><b>AllergyIntolerance Certainty</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/reaction-event-certainty confirmed}">Confirmed</span></p><p><b>AllergyIntolerance ExposureDescription</b>: Oral route</p><p><b>substance</b>: <span title="Codes:{http://snomed.info/sct 3145006}">Penicillic acid</span></p><p><b>manifestation</b>: <span title="Codes:{http://snomed.info/sct 267038008}">Edema (finding)</span></p><p><b>severity</b>: Mild</p></blockquote></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
      <code value="active"/>
      <display value="Active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
      <code value="confirmed"/>
      <display value="Confirmed"/>
    </coding>
  </verificationStatus>
  <type value="allergy"/>
  <category value="biologic"/>
  <criticality value="high"/>
  <code>
    <coding>
      <system value="https://hl7.cz/fhir/core/CodeSystem/cz-dlpatc-cs"/>
      <code value="J01CA"/>
      <display value="PENICILINY SE ŠIROKÝM SPEKTREM"/>
    </coding>
  </code>
  <patient>🔗 
    <reference value="Patient/Mracena"/>
    <display value="Mračena"/>
  </patient>
  <reaction>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/allergyintolerance-certainty">
      <valueCodeableConcept>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/reaction-event-certainty"/>
          <code value="confirmed"/>
          <display value="Confirmed"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/openEHR-exposureDescription">
      <valueString value="Oral route"/>
    </extension>
    <substance>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="3145006"/>
        <display value="Penicillic acid"/>
      </coding>
    </substance>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="267038008"/>
        <display value="Edema (finding)"/>
      </coding>
    </manifestation>
    <severity value="mild"/>
  </reaction>
</AllergyIntolerance>