FHIR IG analytics| Package | surescripts.specialty |
| Resource Type | AllergyIntolerance |
| Id | example-SPOClinicalInformationResponse-AllergyIntolerance-food.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AllergyIntolerance",
"id": "example-SPOClinicalInformationResponse-AllergyIntolerance-food",
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed"
}
]
},
"type": "allergy",
"category": [
"food"
],
"criticality": "low",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "227493005",
"display": "Cashew nuts"
}
],
"text": "Cashew nuts"
},
"patient": {
"reference": "Patient/799999"
},
"onsetDateTime": "2003",
"recordedDate": "2014-10-09T14:58:00+11:00",
"lastOccurrence": "2012-06",
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "64305001",
"display": "Urticaria"
}
]
}
]
}
]
}