FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.uscdi-scd
Resource TypeAllergyIntolerance
IdAllergyIntolerance-maya-johnson-nsaid-allergy.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: AllergyIntolerance maya-johnson-nsaid-allergy

clinicalStatus: Active

verificationStatus: Confirmed

type: Intolerance

category: Medication

criticality: High Risk

code: Ibuprofen (NSAID) — renal toxicity risk; avoid in SCD

patient: Maya Renée Johnson (official) Female, DoB: 1996-04-15 ( Medical Record Number: SCD-2024-00142 (use: usual, ))

onset: 2018

Reactions

-SubstanceManifestationSeverity
*ibuprofenAcute kidney injury with NSAID useSevere

Source1

{
  "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"
    }
  ]
}