FHIR IG analytics| Package | ca.on.accdr.r4 |
| Resource Type | AllergyIntolerance |
| Id | allergyIntolerance.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AllergyIntolerance",
"id": "123",
"meta": {
"profile": [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-AllergyIntolerance"
]
},
"category": [
"food"
],
"code": {
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.3.239.99.10.23.11.3",
"code": "1101-1",
"display": "Eggs"
}
],
"text": "Allergic to eggs"
},
"patient": {
"reference": "Patient/patient1"
},
"encounter": {
"reference": "Encounter/123"
},
"onsetDateTime": "2022-05-01",
"recordedDate": "2022-06-01",
"recorder": {
"reference": "Practitioner/practitioner1"
},
"reaction": [
{
"manifestation": [
{
"text": "difficulty breathing"
}
],
"severity": "severe"
}
]
}