FHIR IG analytics| Package | pipeline-test |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-ExampleAllergyIntoleranceSulfonamide.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance ExampleAllergyIntoleranceSulfonamide
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Medication
code: Allergy to sulfonamide
recordedDate: 2023-06-20
{
"resourceType": "AllergyIntolerance",
"id": "ExampleAllergyIntoleranceSulfonamide",
"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"
}
]
},
"type": "allergy",
"category": [
"medication"
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "91939003",
"display": "Allergy to sulfonamide"
}
]
},
"patient": {
"reference": "Patient/ExampleBelgianPatient"
},
"recordedDate": "2023-06-20"
}