FHIR IG analytics| Package | fhir.deep6.ai |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-allergyintolerance-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance allergyintolerance-example
Profile: Deep 6 AI AllergyIntolerance
clinicalStatus: Active
verificationStatus: Unconfirmed
category: Medication
criticality: Unable to Assess Risk
code: Nitrilase
recordedDate: 2024-04-11 12:14:05-0500
| Manifestation | Description |
| N&V | N&V |
{
"resourceType": "AllergyIntolerance",
"id": "allergyintolerance-example",
"meta": {
"profile": [
"http://deep6.ai/fhir/StructureDefinition/deep-6-ai-allergyintolerance-1.1.0"
]
},
"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": "unconfirmed",
"display": "Unconfirmed"
}
]
},
"category": [
"medication"
],
"criticality": "unable-to-assess",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "498001",
"display": "Nitrilase"
}
]
},
"patient": {
"reference": "Patient/patient-example"
},
"recordedDate": "2024-04-11T12:14:05-05:00",
"reaction": [
{
"manifestation": [
{
"text": "N&V"
}
],
"description": "N&V"
}
]
}