{
  "resourceType" : "AllergyIntolerance",
  "id" : "AllergyToCatDander",
  "meta" : {
    "profile" : ["https://hl7.cz/fhir/core/StructureDefinition/cz-allergyIntolerance"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance AllergyToCatDander</b></p><a name=\"AllergyToCatDander\"> </a><a name=\"hcAllergyToCatDander\"> </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-2</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>: Biologic</p><p><b>criticality</b>: Low Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 260152009}\">kočičí lupy a srst</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>: Animal shelter</p><p><b>substance</b>: <span title=\"Codes:{http://snomed.info/sct 260152009}\">Cat dander (substance)</span></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 271807003}\">Eruption of skin (disorder)</span></p><p><b>severity</b>: Mild</p></blockquote></div>"
  },
  "identifier" : [{
    "system" : "http://example.org/hospital/allergy-intolerances",
    "value" : "allergy-2"
  }],
  "clinicalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
      "code" : "active",
      "display" : "Active"
    }]
  },
  "verificationStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
      "code" : "confirmed",
      "display" : "Confirmed"
    }]
  },
  "type" : "allergy",
  "category" : ["biologic"],
  "criticality" : "low",
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "version" : "http://snomed.info/sct/11000279109",
      "code" : "260152009",
      "display" : "kočičí lupy a srst"
    }]
  },
  "patient" : {
    "reference" : "Patient/Mracena",
    "display" : "Mračena"
  },
  "reaction" : [{
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/allergyintolerance-certainty",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/reaction-event-certainty",
          "code" : "confirmed",
          "display" : "Confirmed"
        }]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDescription",
      "valueString" : "Animal shelter"
    }],
    "substance" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/11000279109",
        "code" : "260152009",
        "display" : "Cat dander (substance)"
      }]
    },
    "manifestation" : [{
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/11000279109",
        "code" : "271807003",
        "display" : "Eruption of skin (disorder)"
      }]
    }],
    "severity" : "mild"
  }]
}