HL7 Czech Shared Health Record Implementation Guide
0.0.1 - ci-build Czechia flag

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

: AllergyIntolerance: Penicillin Allergy (CZ) - XML Representation

Raw xml | Download


<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="4b343429-16da-4a5b-be80-17e4122f5956"/>
  <meta>
    <profile
             value="https://hl7.cz/fhir/szz/StructureDefinition/cz-allergyIntolerance-szz"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance 4b343429-16da-4a5b-be80-17e4122f5956</b></p><a name="4b343429-16da-4a5b-be80-17e4122f5956"> </a><a name="hc4b343429-16da-4a5b-be80-17e4122f5956"> </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-szz.html">Allergy intolerance (SZZ CZ)</a></p></div><p><b>identifier</b>: <code>http://example.org/allergies</code>/ALG20200115</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>type</b>: Allergy</p><p><b>category</b>: Medication</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title="Codes:{https://ncez.mzcr.cz/fhir/CodeSystem/dlp-lecive-pripravky-cs 0233172}">V-PENICILIN BBP</span></p><p><b>patient</b>: <a href="Bundle-cz-example-bundle-emergencyrecord.html#urn-uuid-142534ac-0274-4a16-b6a2-d4d4f24ff67b">Králík Pokusný  Male, DoB: 1985-01-12 ( https://ncez.mzcr.cz/fhir/sid/cpoj#0551621110 (use: official, ))</a></p><p><b>onset</b>: 2020-01-15</p><p><b>recordedDate</b>: 2020-01-16</p><p><b>recorder</b>: <a href="Bundle-cz-example-bundle-emergencyrecord.html#urn-uuid-428025b5-e328-4542-8812-dd6a874c44f9">PractitionerRole: specialty = Radiology</a></p><h3>Reactions</h3><table class="grid"><tr><td style="display: none">-</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 267036007}">Dyspnea</span></td><td>Mild</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://example.org/allergies"/>
    <value value="ALG20200115"/>
  </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>
  <type value="allergy"/>
  <category value="medication"/>
  <criticality value="high"/>
  <code>
    <coding>
      <system
              value="https://ncez.mzcr.cz/fhir/CodeSystem/dlp-lecive-pripravky-cs"/>
      <code value="0233172"/>
      <display value="V-PENICILIN BBP"/>
    </coding>
  </code>
  <patient>
    <reference value="urn:uuid:142534ac-0274-4a16-b6a2-d4d4f24ff67b"/>
  </patient>
  <onsetDateTime value="2020-01-15"/>
  <recordedDate value="2020-01-16"/>
  <recorder>
    <reference value="urn:uuid:428025b5-e328-4542-8812-dd6a874c44f9"/>
  </recorder>
  <reaction>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="267036007"/>
        <display value="Dyspnea"/>
      </coding>
    </manifestation>
    <severity value="mild"/>
  </reaction>
</AllergyIntolerance>