FHIR IG analytics| Package | synapxe.nde |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntoleranceUpdateRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AllergyIntolerance",
"id": "a2b3c4d5e6f74189a0b1c2d3e4f5a6b7",
"meta": {
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-allergyintolerance"
],
"versionId": "2",
"lastUpdated": "2025-08-15T12:00:00+08:00"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "inactive",
"display": "Inactive"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/allergy-intolerance-type",
"code": "allergy",
"display": "Allergy"
}
]
},
"category": [
"medication"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "7980",
"display": "Penicillin"
}
]
},
"patient": {
"reference": "Patient/example"
},
"reaction": [
{
"manifestation": [
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271807003",
"display": "Rash"
}
]
}
}
],
"severity": "moderate"
}
]
}