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

<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="MilkAllergy"/>
  <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">Intolerance na bílkovinu kravského mléka. Počátek období projevu: 15 let</div>
  </text>
  <identifier>
    <system value="urn:oid:1.2.203.24341.1.1.999"/>
    <value value="MilkAllergy-001"/>
  </identifier>
  <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="intolerance"/>
  <criticality value="low"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="738069006"/>
    </coding>
  </code>
  <patient>
    <reference value="Patient/Mracena"/>
  </patient>
  <onsetAge>
    <value value="15"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="a"/>
  </onsetAge>
  <lastOccurrence value="2025-01-01"/>
  <reaction>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="418363000"/>
        <display value="Itching of skin (finding)"/>
      </coding>
    </manifestation>
    <description value="Projevy: vyrážka, svědění kůže po požití mléka."/>
  </reaction>
</AllergyIntolerance>