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

FHIR IG analytics

Packagech.fhir.ig.ch-allergyintolerance
Resource TypeAllergyIntolerance
IdAllergyIntolerance-CH-AllergyIntolerance-MultipleManifestationEntries.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 CH-AllergyIntolerance-MultipleManifestationEntries

clinicalStatus: Active

verificationStatus: Confirmed

category: Food

criticality: High Risk

code: Allergy to shrimp

patient: Elisabeth Brönnimann-Bertholet Female, DoB: 1937-05-03

reaction

substance: Shrimp

manifestation: Dyspnea, Lip swelling, Nausea

description: Reaction to shrimps consumption.

onset: 2023-07-21

severity: Severe


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "CH-AllergyIntolerance-MultipleManifestationEntries",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-allergyintolerance/StructureDefinition/ch-allergyintolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ]
  },
  "category": [
    "food"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "419972009",
        "display": "Allergy to shrimp"
      }
    ]
  },
  "patient": {
    "reference": "Patient/ElisabethBroennimannByBFH"
  },
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "278840001",
            "display": "Shrimp"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "267036007",
              "display": "Dyspnea"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "699376002",
              "display": "Lip swelling"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "422587007",
              "display": "Nausea"
            }
          ]
        }
      ],
      "description": "Reaction to shrimps consumption.",
      "onset": "2023-07-21",
      "severity": "severe"
    }
  ]
}