KR Core Implementation Guide
2.0.0-ballot - STU2 Korea, Republic of flag

KR Core Implementation Guide - Local Development build (v2.0.0-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: krcore-allergyintolerance-example-03 - XML Representation

Page standards status: Informative

Raw xml | Download


<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="krcore-allergyintolerance-example-03"/>
  <meta>
    <profile
             value="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-allergyintolerance"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <category value="food"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="91935009"/>
      <display value="Allergy to peanut (finding)"/>
    </coding>
    <text value="땅콩 알레르기"/>
  </code>
  <patient>🔗 
    <reference value="Patient/krcore-patient-example-02"/>
  </patient>
  <encounter>🔗 
    <reference value="Encounter/krcore-encounter-example-02"/>
  </encounter>
  <onsetDateTime value="2025-05-11"/>
  <reaction>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="271807003"/>
        <display value="Eruption of skin"/>
      </coding>
      <text value="피부 발진, 홍반"/>
    </manifestation>
    <severity value="moderate"/>
  </reaction>
  <reaction>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="230145002"/>
        <display value="Difficulty breathing (finding)"/>
      </coding>
      <text value="호흡 곤란"/>
    </manifestation>
    <severity value="mild"/>
  </reaction>
</AllergyIntolerance>