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

FHIR IG analytics

Packagekbv.basis
Resource TypeAllergyIntolerance
IdAllergyIntolerance-a72aa34f-77f1-40d4-9e9e-b845819f0b9e.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 FHIR-Beispiel basiert auf dem Profil KBV_PR_Base_AllergyIntolerance und beschreibt eine Allergie-Intoleranz bezogen auf Cashewnüsse. Die Allergie ist aktiv und bestätigt (clinicalStatus: 'Active', verificationStatus: 'Confirmed'). Sie gehört zur Kategorie 'Lebensmittel' und wird als 'kritisch' eingestuft. Der Vorfall wurde im Alter von 6 Jahren festgestellt und ist seit dem 60. Lebensjahr nicht mehr aufgetreten (abatement: '2012', abatement-lebensphase-bis: 'Old age').

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "a72aa34f-77f1-40d4-9e9e-b845819f0b9e",
  "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",
      "valueAge": {
        "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"
  },
  "onsetAge": {
    "value": 6,
    "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"
      }
    }
  ]
}