HL7 Czech Shared Health Record Implementation Guide
0.0.1 - ci-build Czechia flag

HL7 Czech Shared Health Record 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/szz/ and changes regularly. See the Directory of published versions

: AllergyIntolerance: Penicillin Allergy (CZ) - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "4b343429-16da-4a5b-be80-17e4122f5956",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.cz/fhir/szz/StructureDefinition/cz-allergyIntolerance-szz"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance 4b343429-16da-4a5b-be80-17e4122f5956</b></p><a name=\"4b343429-16da-4a5b-be80-17e4122f5956\"> </a><a name=\"hc4b343429-16da-4a5b-be80-17e4122f5956\"> </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-szz.html\">Allergy intolerance (SZZ CZ)</a></p></div><p><b>identifier</b>: <code>http://example.org/allergies</code>/ALG20200115</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>: Medication</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{https://ncez.mzcr.cz/fhir/CodeSystem/dlp-lecive-pripravky-cs 0233172}\">V-PENICILIN BBP</span></p><p><b>patient</b>: <a href=\"Bundle-cz-example-bundle-emergencyrecord.html#urn-uuid-142534ac-0274-4a16-b6a2-d4d4f24ff67b\">Králík Pokusný  Male, DoB: 1985-01-12 ( https://ncez.mzcr.cz/fhir/sid/cpoj#0551621110\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>onset</b>: 2020-01-15</p><p><b>recordedDate</b>: 2020-01-16</p><p><b>recorder</b>: <a href=\"Bundle-cz-example-bundle-emergencyrecord.html#urn-uuid-428025b5-e328-4542-8812-dd6a874c44f9\">PractitionerRole: specialty = Radiology</a></p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 267036007}\">Dyspnea</span></td><td>Mild</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/allergies",
      "value" : "ALG20200115"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "confirmed"
      }
    ]
  },
  "type" : "allergy",
  "category" : [
    "medication"
  ],
  "criticality" : "high",
  "code" : {
    "coding" : [
      {
        "system" : "https://ncez.mzcr.cz/fhir/CodeSystem/dlp-lecive-pripravky-cs",
        "code" : "0233172",
        "display" : "V-PENICILIN BBP"
      }
    ]
  },
  "patient" : {
    "reference" : "urn:uuid:142534ac-0274-4a16-b6a2-d4d4f24ff67b"
  },
  "onsetDateTime" : "2020-01-15",
  "recordedDate" : "2020-01-16",
  "recorder" : {
    "reference" : "urn:uuid:428025b5-e328-4542-8812-dd6a874c44f9"
  },
  "reaction" : [
    {
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "267036007",
              "display" : "Dyspnea"
            }
          ]
        }
      ],
      "severity" : "mild"
    }
  ]
}