FHIR IG analytics| Package | snomed-ig |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-AllergyIntoleranceExample3-alt.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance AllergyIntoleranceExample3-alt
clinicalStatus: Active
verificationStatus: Confirmed
criticality: Low Risk
code: Intolerance to wheat
reaction
manifestation: Abdominal bloating (finding)
severity: Moderate
exposureRoute: Oral route (qualifier value)
reaction
manifestation: Abdominal pain (finding)
severity: Moderate
exposureRoute: Oral route (qualifier value)
{
"resourceType": "AllergyIntolerance",
"id": "AllergyIntoleranceExample3-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": "confirmed"
},
{
"system": "http://snomed.info/sct",
"code": "410605003",
"display": "Confirmed present (qualifier value)"
}
],
"text": "Confirmed"
},
"criticality": "low",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "700095006",
"display": "Intolerance to wheat (finding)"
}
],
"text": "Intolerance to wheat"
},
"patient": {
"reference": "Patient/PatientExample2"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "116289008",
"display": "Abdominal bloating (finding)"
}
]
}
],
"severity": "moderate",
"exposureRoute": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route (qualifier value)"
}
]
}
},
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "21522001",
"display": "Abdominal pain (finding)"
}
]
}
],
"severity": "moderate",
"exposureRoute": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route (qualifier value)"
}
]
}
}
]
}