FHIR IG analytics| Package | hl7.fhir.us.ccda.r4b |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-CF-allergy.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance CF-allergy
identifier: urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2/545077400001, urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2/545077400003
clinicalStatus: Active
category: Medication
code: aspirin
patient: Myra Jones Female, DoB: 1947-05-01 ( urn:oid:1.3.6.1.4.1.22812.3.2009316.3#160920144139807)
onset: 2008-05-01
| Manifestation | Severity |
| Wheal | Severe |
{
"resourceType": "AllergyIntolerance",
"id": "CF-allergy",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2",
"value": "545077400001"
},
{
"system": "urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2",
"value": "545077400003"
}
],
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"category": [
"medication"
],
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1191",
"display": "Aspirin"
},
{
"system": "http://snomed.info/sct",
"code": "293586001",
"display": "Allergy to aspirin"
}
],
"text": "aspirin"
},
"patient": {
"reference": "Patient/CF-patient"
},
"onsetDateTime": "2008-05-01",
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "247472004",
"display": "Wheal"
}
],
"text": "Wheal"
}
],
"severity": "severe"
}
]
}