FHIR IG analytics| Package | hl7.fhir.us.bser.r4b |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-allergyintolerance-us-core-allergyint-eve-everywoman.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance
Resource AllergyIntolerance "allergyintolerance-us-core-allergyint-eve-everywoman"
Profile: US Core AllergyIntolerance Profile
clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)
verificationStatus: Confirmed (AllergyIntolerance Verification Status#confirmed)
category: medication
criticality: high
code: sulfonamide antibacterial (SNOMED CT#387406002 "Sulfonamide (substance)")
patient: Patient/patient-us-core-patient-eve-everywoman: Eve Everywoman " EVERYWOMAN"
| Manifestation | Severity |
| skin rash (SNOMED CT#271807003) | mild |
{
"resourceType": "AllergyIntolerance",
"id": "allergyintolerance-us-core-allergyint-eve-everywoman",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance"
]
},
"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",
"code": "387406002",
"display": "Sulfonamide (substance)"
}
],
"text": "sulfonamide antibacterial"
},
"patient": {
"reference": "Patient/patient-us-core-patient-eve-everywoman",
"display": "Eve Everywoman"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271807003",
"display": "skin rash"
}
],
"text": "skin rash"
}
],
"severity": "mild"
}
]
}