FHIR IG analytics| Package | hl7.fhir.uv.fhir-clinical-document.r4b |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-e3c99686-2eee-4ff2-9345-0112e4cf7cf5.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance revised-AllergyIntolerance-47600e0f-b6b5-4308-84b5-5dec157f7637
Last updated: 2024-05-07 11:28:17+0000
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
criticality: High Risk
code: Doxycycline
patient: Eve Everywoman
recordedDate: 2012-09-17
| Manifestation |
| Hives |
{
"resourceType": "AllergyIntolerance",
"id": "revised-AllergyIntolerance-47600e0f-b6b5-4308-84b5-5dec157f7637",
"meta": {
"lastUpdated": "2024-05-07T11:28:17.000+00:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"type": "allergy",
"criticality": "high",
"code": {
"text": "Doxycycline"
},
"patient": {
"reference": "Patient/revised-Patient",
"display": "Eve Everywoman"
},
"recordedDate": "2012-09-17",
"reaction": [
{
"manifestation": [
{
"text": "Hives"
}
]
}
]
}