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

FHIR IG analytics

Packagehl7.eu.fhir.gh-ips
Resource TypeAllergyIntolerance
IdAllergyIntolerance-Ovl-Alicia-medication-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 Ovl-Alicia-medication-allergy

clinicalStatus: Active

verificationStatus: Unconfirmed

category: Medication

criticality: High Risk

code: Penicillin G

patient: Alicia Gravitate Female, DoB: 1998-10-05 ( https://www.gravitatehealth.eu/sid/doc#alicia-1-local)

recordedDate: 2025-03-01

recorder: Dr. Walter Waltz

Reactions

-Manifestation
*Hives

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "Ovl-Alicia-medication-allergy",
  "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": "high",
  "code": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "7980",
        "display": "Penicillin G"
      }
    ]
  },
  "patient": {
    "reference": "Patient/Ovl-alicia-patient"
  },
  "recordedDate": "2025-03-01",
  "recorder": {
    "reference": "Practitioner/Ovl-alicia-pract",
    "display": "Dr. Walter Waltz"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "247472004",
              "display": "Hives"
            }
          ]
        }
      ]
    }
  ]
}