HL7 Czech Hospital Discharge Report Implementation Guide
0.0.1 - ci-build Czech Republic (CZE)

HL7 Czech Hospital Discharge Report 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/hdr/ and changes regularly. See the Directory of published versions

: AllergyIntolerance - cow's milk protein - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "MilkAllergy",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.cz/fhir/hdr/StructureDefinition/cz-allergyIntolerance-hdr"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div><p>Intolerance na bílkovinu kravského mléka</p><p>Počátek období projevu: 15 let</p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.203.24341.1.1.999",
      "value" : "MilkAllergy-001"
    }
  ],
  "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" : "intolerance",
  "criticality" : "low",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "738069006"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/Mracena"
  },
  "onsetAge" : {
    "value" : 15,
    "system" : "http://unitsofmeasure.org",
    "code" : "a"
  },
  "lastOccurrence" : "2025-01-01",
  "reaction" : [
    {
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "418363000",
              "display" : "Svědění kůže"
            }
          ]
        }
      ],
      "description" : "Projevy: vyrážka, svědění kůže po požití mléka."
    }
  ]
}