FHIR IG analytics| Package | snomed-ig |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-AllergyIntoleranceExample1-2-alt.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance AllergyIntoleranceExample1-2-alt
clinicalStatus: Active
verificationStatus: Unconfirmed
criticality: Unable to Assess Risk
code: Allergy to penicillin
| Manifestation | Severity | ExposureRoute |
| Hives | Moderate | Oral route (qualifier value) |
{
"resourceType": "AllergyIntolerance",
"id": "AllergyIntoleranceExample1-2-alt",
"meta": {
"profile": [
"http://snomed.info/fhir/StructureDefinition/AllergyIntolerance-FindingFocused"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
},
{
"system": "http://snomed.info/sct",
"code": "55561003",
"display": "Active (qualifier value)"
}
],
"text": "Active"
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "unconfirmed"
},
{
"system": "http://snomed.info/sct",
"code": "415684004",
"display": "Suspected (qualifier value)"
}
],
"text": "Unconfirmed"
},
"criticality": "unable-to-assess",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "91936005",
"display": "Allergy to penicillin (finding)"
}
],
"text": "Allergy to penicillin"
},
"patient": {
"reference": "Patient/PatientExample1"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "247472004",
"display": "Wheal (finding)"
}
],
"text": "Hives"
}
],
"severity": "moderate",
"exposureRoute": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route (qualifier value)"
}
]
}
}
]
}