FHIR IG analytics| Package | hl7.fhir.us.core.r4b |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance example
clinicalStatus: Active
verificationStatus: Confirmed
category: Medication
criticality: High Risk
code: sulfonamide antibacterial
patient: Amy V. Shaw
recorder: Dr Ronald Bone
| Manifestation | Severity |
| skin rash | Mild |
{
"resourceType": "AllergyIntolerance",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance|8.0.0"
]
},
"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"
}
]
},
"category": [
"medication"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "763875007",
"display": "Product containing sulfonamide (product)"
}
],
"text": "sulfonamide antibacterial"
},
"patient": {
"reference": "Patient/example",
"display": "Amy V. Shaw"
},
"recorder": {
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "271807003",
"display": "skin rash"
}
],
"text": "skin rash"
}
],
"severity": "mild"
}
]
}