FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-ExampleAllergyIntolerance.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AllergyIntolerance",
"id": "ExampleAllergyIntolerance",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/allergyintolerance-ca-core"
]
},
"clinicalStatus": {
"coding": [
{
"system": "http://hl7.org/fhir/ValueSet/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"type": "allergy",
"category": [
"food"
],
"code": {
"coding": [
{
"code": "764146007",
"system": "http://snomed.info/sct",
"display": "Penicillin"
}
],
"text": "Penicillin"
},
"patient": {
"reference": "Patient/example-patient-ca-core"
},
"encounter": {
"reference": "Encounter/example-encounter-ca-core"
},
"onsetDateTime": "2020-01-15",
"recorder": {
"reference": "Practitioner/example-practitioner-ca-core"
},
"asserter": {
"reference": "Practitioner/example-practitioner-ca-core"
},
"note": [
{
"text": "Severe allergic reaction with hives and difficulty breathing"
}
]
}