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-02.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-02

clinicalStatus: Active

verificationStatus: Unconfirmed

category: Medication

criticality: Low Risk

code: 베타락탐계 과민반응

patient: 박아픔 Male, DoB: 2001-01-01 ( Medical record number)

onset: 2025-05-26 10:12:05+0900

recorder: Practitioner 김의사

asserter: 박아픔 Male, DoB: 2001-01-01 ( Medical record number)

reaction

manifestation: 두드러기 및 아나필락시스, 가려움증

description: 환자가 처방받은 약물을 2025년 5월 21일 복용 후 가벼운 두드러기와 가려움증을 호소함

onset: 2025-05-25

severity: Mild


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "krcore-allergyintolerance-example-02",
  "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",
        "display": "Active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "unconfirmed",
        "display": "Unconfirmed"
      }
    ]
  },
  "category": [
    "medication"
  ],
  "criticality": "low",
  "code": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "J01CR02",
        "display": "amoxicillin and beta-lactamase inhibitor"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "406778007",
        "display": "Beta-lactam"
      }
    ],
    "text": "베타락탐계 과민반응"
  },
  "patient": {
    "reference": "Patient/krcore-patient-example-01"
  },
  "onsetDateTime": "2025-05-26T10:12:05+09:00",
  "recorder": {
    "reference": "Practitioner/krcore-medicaldoctor-example-01"
  },
  "asserter": {
    "reference": "Patient/krcore-patient-example-01"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "373674001",
              "display": "Anaphylactic urticaria (disorder)"
            }
          ],
          "text": "두드러기 및 아나필락시스"
        },
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "418290006",
              "display": "Itchy"
            }
          ],
          "text": "가려움증"
        }
      ],
      "description": "환자가 처방받은 약물을 2025년 5월 21일 복용 후 가벼운 두드러기와 가려움증을 호소함",
      "onset": "2025-05-25",
      "severity": "mild"
    }
  ]
}