FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-all-nut-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
臨床狀態:Active ( AllergyIntoleranceClinicalStatusCodes#active)
驗證狀態:Confirmed ( AllergyIntoleranceVerificationStatusCodes#confirmed)
根本原因或運作機制:Allergy ( AllergyIntoleranceType#allergy)
確定的物質的類別:Food ( AllergyIntoleranceCategory#food)
嚴重程度:High Risk ( AllergyIntoleranceCriticality#high)
過敏或不耐症的識別:堅果過敏(Nut allergy) ( SNOMED CT#91934008)
過敏或不耐症被識別的時間:2023-09-03T10:15:00
病人:Patient/pat-example "陳加玲"
紀錄者:Practitioner/pra-dr-example "王依昇"
被記錄的日期:2023-09-03T14:30:00
關於過敏的資訊來源:Practitioner/pra-nurse-example "陳莉"
最後一次已知反應發生的日期與時間:2023-09-03T14:30:00
暴露於此過敏或不耐症物質的不良反應:
過敏產生的特定物質或醫藥產品:alpha-1,4-Glucan-protein synthase (uridine diphosphate-forming)(Medicinal product containing penicillin and acting as antibacterial agent (product)) ( SNOMED CT#3193000)
與此事件相關的臨床症狀/體徵:Anaphylaxis (disorder)) ( SNOMED CT#39579001)
對整個過敏事件的描述:皮膚發癢、紅腫
嚴重程度:Severe ( AllergyIntoleranceSeverity#severe)
如何接觸到該物質:口服(Oral use) ( SNOMED CT#26643006)
備註:患者在食用堅果後出現皮膚發癢和紅腫,症狀於2023年9月3日下午2:30發作
{
"resourceType": "AllergyIntolerance",
"id": "all-nut-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/AllergyIntolerance-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
],
"text": "Active"
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
],
"text": "Confirmed"
},
"type": "allergy",
"category": [
"food"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "91934008",
"display": "Nut allergy"
}
],
"text": "堅果過敏"
},
"patient": {
"reference": "Patient/pat-example",
"display": "陳加玲"
},
"onsetDateTime": "2023-09-03T10:15:00Z",
"recordedDate": "2023-09-03T14:30:00Z",
"recorder": {
"reference": "Practitioner/pra-dr-example",
"display": "王依昇"
},
"asserter": {
"reference": "Practitioner/pra-nurse-example",
"display": "陳莉"
},
"lastOccurrence": "2023-09-03T14:30:00Z",
"note": [
{
"text": "患者對堅果與添加堅果的食品過敏,可能導致皮膚發癢、紅腫"
}
],
"reaction": [
{
"substance": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "3193000",
"display": "alpha-1,4-Glucan-protein synthase (uridine diphosphate-forming)"
}
],
"text": "alpha-1,4-Glucan-protein synthase (uridine diphosphate-forming)"
},
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39579001",
"display": "Anaphylaxis (disorder)"
}
]
}
],
"description": "皮膚發癢、紅腫",
"severity": "severe",
"exposureRoute": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral use"
}
],
"text": "口服"
},
"note": [
{
"text": "患者在食用堅果後出現皮膚發癢和紅腫,症狀於2023年9月3日下午2:30發作"
}
]
}
]
}