KR Core Implementation Guide
2.0.0-ballot-final - STU 2 Korea, Republic of flag

This page is part of the KR Core Implementation Guide (v2.0.0-ballot-final: STU 2 Ballot 3) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.2. For a full list of available versions, see the Directory of published versions

: krcore-allergyintolerance-example-03 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "krcore-allergyintolerance-example-03",
  "meta" : {
    "profile" : [
      🔗 "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-allergyintolerance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance krcore-allergyintolerance-example-03</b></p><a name=\"krcore-allergyintolerance-example-03\"> </a><a name=\"hckrcore-allergyintolerance-example-03\"> </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-krcore-allergyintolerance.html\">KR Core AllergyIntolerance Profile</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>category</b>: Food</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 91935009}\">땅콩 알레르기</span></p><p><b>patient</b>: <a href=\"Patient-krcore-patient-example-02.html\">김영희 Female, DoB: 1971-11-11 ( Medical record number)</a></p><p><b>encounter</b>: <a href=\"Encounter-krcore-encounter-example-02.html\">Encounter: extension = 건강보험; identifier = urn:oid:1.2.3.4.5.6#example-encounter-id-02; status = finished; class = inpatient encounter (ActCode#IMP); type = Inpatient stay 8 days (finding); period = 2025-05-21 --&gt; 2025-05-29</a></p><p><b>onset</b>: 2025-05-11</p><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 271807003}\">피부 발진, 홍반</span></p><p><b>severity</b>: Moderate</p></blockquote><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 230145002}\">호흡 곤란</span></p><p><b>severity</b>: Mild</p></blockquote></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active"
      }
    ]
  },
  "category" : [
    "food"
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "91935009",
        "display" : "Allergy to peanut (finding)"
      }
    ],
    "text" : "땅콩 알레르기"
  },
  "patient" : {
    🔗 "reference" : "Patient/krcore-patient-example-02"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/krcore-encounter-example-02"
  },
  "onsetDateTime" : "2025-05-11",
  "reaction" : [
    {
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "271807003",
              "display" : "Eruption of skin"
            }
          ],
          "text" : "피부 발진, 홍반"
        }
      ],
      "severity" : "moderate"
    },
    {
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "230145002",
              "display" : "Difficulty breathing (finding)"
            }
          ],
          "text" : "호흡 곤란"
        }
      ],
      "severity" : "mild"
    }
  ]
}