{
"resourceType": "AllergyIntolerance",
"clinicalStatus": {
"coding": [
{
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"code": "confirmed"
}
]
},
"type": "allergy",
"category": [
"medication"
],
"criticality": "high",
"code": {
"coding": [
{
"code": "723"
}
],
"text": "amoxicillin"
},
"patient": {
"reference": "Patient/5938008"
},
"encounter": {
"reference": "Encounter/4749909"
},
"onsetDateTime": "2020-01-11T05:00:00.000Z",
"note": [
{
"authorReference": {
"reference": "Practitioner/2578010"
},
"text": "Updated with additional details provided by patient."
}
],
"reaction": [
{
"manifestation": [
{
"coding": [
{
"code": "271757001"
}
],
"text": "Papular eruption"
}
],
"severity": "severe"
}
]
}