FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.kr.core
Resource TypeAllergyIntolerance
IdAllergyIntolerance-krcore-allergyintolerance-example-03.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: AllergyIntolerance krcore-allergyintolerance-example-03

clinicalStatus: Active

category: Food

code: 땅콩 알레르기

patient: 김영희 Female, DoB: 1971-11-11 ( Medical record number)

encounter: 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 --> 2025-05-29

onset: 2025-05-11

reaction

manifestation: 피부 발진, 홍반

severity: Moderate

reaction

manifestation: 호흡 곤란

severity: Mild


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "krcore-allergyintolerance-example-03",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-allergyintolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}