FHIR IG analytics| Package | hl7.fhir.us.uscdi-scd |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-maya-johnson-nsaid-allergy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance maya-johnson-nsaid-allergy
Profile: USCDI-SCD AllergyIntolerance
clinicalStatus: Active
verificationStatus: Confirmed
type: Intolerance
category: Medication
criticality: High Risk
code: Ibuprofen (NSAID) — renal toxicity risk; avoid in SCD
onset: 2018
| Substance | Manifestation | Severity |
| ibuprofen | Acute kidney injury with NSAID use | Severe |
{
"resourceType": "AllergyIntolerance",
"id": "maya-johnson-nsaid-allergy",
"meta": {
"profile": [
"http://hl7.org/fhir/us/uscdi-scd/StructureDefinition/uscdi-scd-allergyintolerance"
]
},
"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": "confirmed",
"display": "Confirmed"
}
]
},
"type": "intolerance",
"category": [
"medication"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "5640",
"display": "ibuprofen"
}
],
"text": "Ibuprofen (NSAID) — renal toxicity risk; avoid in SCD"
},
"patient": {
"reference": "Patient/maya-johnson-patient"
},
"onsetString": "2018",
"reaction": [
{
"substance": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "5640",
"display": "ibuprofen"
}
]
},
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "68381005",
"display": "Acute renal failure syndrome (disorder)"
}
],
"text": "Acute kidney injury with NSAID use"
}
],
"severity": "severe"
}
]
}