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

FHIR IG analytics

Packagehl7.at.fhir.elga.ediag.r4
Resource TypeAllergyIntolerance
IdAllergyIntolerance-AllergyExample.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 AllergyExample

AT ELGA Reported (Fremdangabe): false

clinicalStatus: Active

verificationStatus: Refuted

code: Amoxicillin-Allergie

patient: Max Mustermann Male, DoB: 1900-01-01 ( Social Security number: 1234010100)

recordedDate: 2026-04-20 10:00:00+0200

recorder: Practitioner Melanie Musterärztin

asserter: Practitioner Melanie Musterärztin

reaction

AT ELGA Reaktionszeit: <6 Stunden

manifestation: Exanthem, Emesis

onset: 2025-03-15

note:

Hautausschlag und Erbrechen nach Penicillin-Einnahme


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "AllergyExample",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/ediag/r4/StructureDefinition/at-elga-ediag-allergyintolerance"
    ],
    "tag": [
      {
        "system": "https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-codesystem-diagnose-type",
        "code": "relevant",
        "display": "currently relevant"
      }
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.hl7.at/elga/ediag/r4/StructureDefinition/at-elga-ediag-reported",
      "valueBoolean": false
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "refuted"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "294505008",
        "display": " Amoxicillin-Allergie"
      }
    ]
  },
  "patient": {
    "reference": "Patient/PatientExample"
  },
  "recordedDate": "2026-04-20T10:00:00+02:00",
  "recorder": {
    "reference": "Practitioner/PractitionerExample"
  },
  "asserter": {
    "reference": "Practitioner/PractitionerExample"
  },
  "reaction": [
    {
      "extension": [
        {
          "url": "https://fhir.hl7.at/elga/ediag/r4/StructureDefinition/at-elga-ediag-reaction-time",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-reaction-time-cs",
                "code": "lt6h",
                "display": "<6 Stunden"
              }
            ]
          }
        }
      ],
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "271807003",
              "display": "Exanthem"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "422400008",
              "display": "Emesis"
            }
          ]
        }
      ],
      "onset": "2025-03-15",
      "note": [
        {
          "text": "Hautausschlag und Erbrechen nach Penicillin-Einnahme"
        }
      ]
    }
  ]
}