FHIR IG analytics| Package | hl7.fhir.kr.core |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-krcore-allergyintolerance-example-03.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance krcore-allergyintolerance-example-03
Profile: KR Core AllergyIntolerance Profile
clinicalStatus: Active
category: Food
code: 땅콩 알레르기
patient: 김영희 Female, DoB: 1971-11-11 ( Medical record number)
onset: 2025-05-11
reaction
manifestation: 피부 발진, 홍반
severity: Moderate
reaction
manifestation: 호흡 곤란
severity: Mild
{
"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"
}
]
}