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-AllergyEntry01.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 AllergyEntry01

AT ELGA Reported (Fremdangabe): true

clinicalStatus: Active

verificationStatus: Confirmed

code: Amoxicillin

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

recordedDate: 2026-03-03 00:00:00+0000

recorder: Practitioner Melanie Musterärztin

asserter: Practitioner Melanie Musterärztin

reaction

AT ELGA Reaktionszeit: <6 Stunden

manifestation: Exanthem, Emesis

onset: 1983-03-01

note:

Hautausschlag und Erbrechen nach Penicillin-Einnahme


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "AllergyEntry01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/ediag/r4/StructureDefinition/at-elga-ediag-allergyintolerance"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.hl7.at/elga/ediag/r4/StructureDefinition/at-elga-ediag-reported",
      "valueBoolean": true
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "372687004",
        "display": "Amoxicillin"
      }
    ]
  },
  "patient": {
    "reference": "Patient/PatientExample"
  },
  "recordedDate": "2026-03-03T00:00:00+00: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-codesystem-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": "1983-03-01",
      "note": [
        {
          "text": "Hautausschlag und Erbrechen nach Penicillin-Einnahme"
        }
      ]
    }
  ]
}