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

FHIR IG analytics

Packagekbv.basis
Resource TypeAllergyIntolerance
IdAllergyIntolerance-c0d5ea5f-ae4d-41da-8d51-8c7b78bdcba3.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

Dieses Beispiel des Profils KBV_PR_Base_AllergyIntolerance für eine Allergieintoleranz bezieht sich auf Cashewnüsse und zeigt eine hohe kritische Reaktion (#high). Der Eintrag wurde am 24. Mai 2012 festgelegt und als 'Bestätigt' markiert. Der Patient hatte eine Anaphylaxie (Snomed 39579001) mit Atemnot als Manifestation. Für den klinisch relevanten Zeitraum der Allergie wurde mit Alterspannen gearbeitet. Dabei entstande die Allergie im Alter von 2 bis 5 Jahren und klang im Alter von 50 bis 60 Jahren wieder ab.

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "c0d5ea5f-ae4d-41da-8d51-8c7b78bdcba3",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_AllergyIntolerance"
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/11000274103/version/20250515",
        "code": "227493005",
        "display": "Cashew nut"
      },
      {
        "system": "http://fhir.de/CodeSystem/ask",
        "version": "1.5.4",
        "code": "11849",
        "display": "ausgedacht"
      }
    ],
    "text": "Cashewnüsse"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement",
      "valueRange": {
        "low": {
          "value": 50,
          "code": "a",
          "system": "http://unitsofmeasure.org",
          "unit": "years"
        },
        "high": {
          "value": 60,
          "code": "a",
          "system": "http://unitsofmeasure.org",
          "unit": "years"
        }
      }
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "version": "1.0.1",
        "code": "active",
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "display": "Active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "version": "1.0.1",
        "code": "confirmed",
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "display": "Confirmed"
      }
    ]
  },
  "type": "allergy",
  "category": [
    "food"
  ],
  "criticality": "high",
  "patient": {
    "reference": "Patient/904e04d0-c9f2-4edd-b734-c3526f015000"
  },
  "onsetRange": {
    "low": {
      "value": 2,
      "code": "a",
      "system": "http://unitsofmeasure.org",
      "unit": "years"
    },
    "high": {
      "value": 5,
      "code": "a",
      "system": "http://unitsofmeasure.org",
      "unit": "years"
    }
  },
  "recorder": {
    "reference": "Practitioner/20597e0e-cb2a-45b3-95f0-dc3dbdb617c3"
  },
  "note": [
    {
      "authorReference": {
        "reference": "Practitioner/20597e0e-cb2a-45b3-95f0-dc3dbdb617c3"
      },
      "time": "2020-01-01",
      "text": "Seit einiger Zeit sind keine allergischen Reaktionen mehr aufgetreten."
    }
  ],
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "version": "http://snomed.info/sct/900000000000207008/version/20230131",
              "code": "39579001",
              "system": "http://snomed.info/sct",
              "display": "Anaphylaxis"
            }
          ],
          "text": "Atemnot"
        }
      ],
      "description": "Allergien und Intolleranzen",
      "severity": "severe",
      "exposureRoute": {
        "coding": [
          {
            "version": "http://snomed.info/sct/11000274103/version/20250515",
            "code": "10547007",
            "system": "http://snomed.info/sct",
            "display": "Otic route"
          }
        ],
        "text": "Ohrenroute"
      }
    }
  ]
}