FHIR IG analytics| Package | hl7.fhir.kr.core |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-krcore-allergyintolerance-example-01.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-01
Profile: KR Core AllergyIntolerance Profile
clinicalStatus: Active
category: Medication
code: 베타락탐계 과민반응
patient: 박아픔 Male, DoB: 2001-01-01 ( Medical record number)
onset: 2023-04-11
| Manifestation |
| 두드러기 및 아나필락시스 |
{
"resourceType": "AllergyIntolerance",
"id": "krcore-allergyintolerance-example-01",
"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": [
"medication"
],
"code": {
"coding": [
{
"system": "http://www.whocc.no/atc",
"code": "J01CR02",
"display": "amoxicillin and beta-lactamase inhibitor"
}
],
"text": "베타락탐계 과민반응"
},
"patient": {
"reference": "Patient/krcore-patient-example-01"
},
"onsetDateTime": "2023-04-11",
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "373674001",
"display": "Anaphylactic urticaria (disorder)"
}
],
"text": "두드러기 및 아나필락시스"
}
]
}
]
}