HL7 Czech Base and Core Implementation Guide
0.3.0-ballot - ci-build Czechia flag

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

: Allergy to penicilin - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "AllergyToPenicilin",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance AllergyToPenicilin</b></p><a name=\"AllergyToPenicilin\"> </a><a name=\"hcAllergyToPenicilin\"> </a><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>: High Risk</p><p><b>code</b>: <span title=\"Codes:{https://hl7.cz/fhir/core/CodeSystem/cz-dlpatc-cs J01CA}\">PENICILINY SE ŠIROKÝM SPEKTREM</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>: Oral route</p><p><b>substance</b>: <span title=\"Codes:{http://snomed.info/sct 3145006}\">Penicillic acid</span></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 267038008}\">Edema (finding)</span></p><p><b>severity</b>: Mild</p></blockquote></div>"
  },
  "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" : "high",
  "code" : {
    "coding" : [
      {
        "system" : "https://hl7.cz/fhir/core/CodeSystem/cz-dlpatc-cs",
        "code" : "J01CA",
        "display" : "PENICILINY SE ŠIROKÝM SPEKTREM"
      }
    ]
  },
  "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" : "Oral route"
        }
      ],
      "substance" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "3145006",
            "display" : "Penicillic acid"
          }
        ]
      },
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "267038008",
              "display" : "Edema (finding)"
            }
          ]
        }
      ],
      "severity" : "mild"
    }
  ]
}