FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-unable-to-assess-criticality.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance unable-to-assess-criticality
Profile: US Core AllergyIntolerance Profile
clinicalStatus: Active
verificationStatus: Unconfirmed
category: Medication
criticality: Unable to Assess Risk
code: sulfonamide antibacterial
patient: Amy V. Shaw
recorder: Dr Ronald Bone
| Manifestation |
| patient-reported reaction, manifestation not recalled |
{
"resourceType": "AllergyIntolerance",
"id": "unable-to-assess-criticality",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "AllergyIntolerance Unable-to-Assess Criticality Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This example of a *US Core AllergyIntolerance Profile* illustrates a self-reported childhood sulfonamide reaction for which the recorder cannot determine the potential clinical harm because the patient cannot recall the prior manifestation or severity."
}
],
"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": "unconfirmed"
}
]
},
"category": [
"medication"
],
"criticality": "unable-to-assess",
"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": "patient-reported reaction, manifestation not recalled"
}
]
}
]
}