<?xml version="1.0" encoding="UTF-8"?>

<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="NoKnownAllergy"/>
  <meta>
    <profile value="https://hl7.cz/fhir/hdr/StructureDefinition/cz-allergyIntolerance-hdr"/>
  </meta>
  <text>
    <status value="additional"/><div xmlns="http://www.w3.org/1999/xhtml">Pacient nemá žádné známé alergie.</div>
  </text>
  <identifier>
    <system value="urn:oid:1.2.203.24341.1.1.999"/>
    <value value="NoKnownAllergy-001"/>
  </identifier>
  <clinicalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
      <code value="inactive"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
      <code value="unconfirmed"/>
    </coding>
  </verificationStatus>
  <criticality value="unable-to-assess"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="443508001"/>
      <display value="No history of clinical finding in subject"/>
    </coding>
  </code>
  <patient>
    <reference value="Patient/Mracena"/>
  </patient>
</AllergyIntolerance>