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

FHIR IG analytics

Packagekbv.basis.with.expansion
Resource TypeAllergyIntolerance
IdAllergyIntolerance_f6c22efd_f30f_4ebd_93d6_9858530bc092.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

Die FHIR-Instanz des Profils KBV_PR_Base_AllergyIntolerance beschreibt eine Allergie gegen Cashewnüsse bei einem Patienten. Die Allergie wurde am 24. Mai 2012 festgestellt, und es gab schwerwiegende Reaktionen wie Atemnot und Anaphylaxie. Seit 2012 sind jedoch keine allergischen Reaktionen mehr aufgetreten, wie von Doofenshmirtz vermerkt.

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "f6c22efd-f30f-4ebd-93d6-9858530bc092",
  "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/20240515",
        "code": "227493005",
        "display": "Cashew nut (substance)"
      },
      {
        "system": "http://fhir.de/CodeSystem/ask",
        "version": "1.5.0",
        "code": "11849",
        "display": "ausgedacht"
      }
    ],
    "text": "Cashewnüsse"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_AllergyIntolerance_Abatement",
      "valueDateTime": "2012"
    },
    {
      "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Stage_Life",
      "valueCodeableConcept": {
        "coding": [
          {
            "version": "http://snomed.info/sct/11000274103/version/20240515",
            "code": "271872005",
            "system": "http://snomed.info/sct",
            "display": "Old age (qualifier value)"
          }
        ]
      }
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "version": "4.0.1",
        "code": "active",
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "display": "Active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "version": "4.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"
  },
  "onsetDateTime": "2012-05-24",
  "recorder": {
    "reference": "Practitioner/20597e0e-cb2a-45b3-95f0-dc3dbdb617c3"
  },
  "note": [
    {
      "authorString": "Doofenshmirtz",
      "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 (disorder)"
            }
          ],
          "text": "Atemnot"
        }
      ],
      "description": "Allergien und Intolleranzen",
      "severity": "severe",
      "exposureRoute": {
        "coding": [
          {
            "version": "http://snomed.info/sct/11000274103/version/20240515",
            "code": "10547007",
            "system": "http://snomed.info/sct",
            "display": "Otic route (qualifier value)"
          }
        ],
        "text": "Ohrenroute"
      }
    }
  ]
}