FHIR IG analytics| Package | ca.bc.patient-summary |
| Resource Type | AllergyIntolerance |
| Id | PS-CA BC AllergyIntolerance Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Allergies & Intolerances
Patient Name: Greta Wiebe
Allergen: Penicillin
Reaction: Rash
Onset Date: 2018
{
"resourceType": "AllergyIntolerance",
"id": "AllergyIntolerancePSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/allergyintolerance-ca-ps"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed"
},
{
"system": "http://snomed.info/sct",
"code": "410605003",
"display": "Confirmed present"
}
]
},
"type": "allergy",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "227493005",
"display": "Penicillin"
}
]
},
"patient": {
"reference": "Patient/PatientPSBCExample",
"display": "Greta Wiebe"
},
"onsetDateTime": "2018",
"asserter": {
"reference": "Patient/PatientPSBCExample",
"display": "Greta Wiebe"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39579001",
"display": "Rash"
}
]
}
]
}
]
}