FHIR IG analytics| Package | phis.ig.createtest |
| 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
Resource AllergyIntolerance "krcore-allergyintolerance-example-01"
Profile: KR Core AllergyIntolerance Profile
clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)
category: medication
code: 베타락탐계 과민반응 (WHO ATC#J01CR02 "amoxicillin and beta-lactamase inhibitor")
patient: Patient/krcore-patient-example-01 ""
onset: 2023-04-11
| - | Manifestation |
| * | 두드러기 및 아나필락시스 (SNOMED CT#373674001 "Anaphylactic urticaria (disorder)") |
{
"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": "두드러기 및 아나필락시스"
}
]
}
]
}