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-Usecase-6.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-Usecase-6

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Food

criticality: High Risk

code: Allergy to peanut (finding)

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

Reactions

-SubstanceManifestationSeverityExposureRoute
*Arachis oil (substance)Anaphylaxis (disorder)SevereOral route (qualifier value)

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "CH-AllergyIntolerance-Usecase-6",
  "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"
      }
    ]
  },
  "type": "allergy",
  "category": [
    "food"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "91935009",
        "display": "Allergy to peanut (finding)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/ElisabethBroennimannByBFH"
  },
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "417889008",
            "display": "Arachis oil (substance)"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "39579001",
              "display": "Anaphylaxis (disorder)"
            }
          ]
        }
      ],
      "severity": "severe",
      "exposureRoute": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route (qualifier value)"
          }
        ]
      }
    }
  ]
}