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

FHIR IG analytics

Packageil.core.fhir.r4.2023
Resource TypeAllergyIntolerance
IdAllergyIntolerance-allergyIntolerance-penut-allergy-resolved.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

Penut Allergy

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "allergyIntolerance-penut-allergy-resolved",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-allergy-intolerance"
    ]
  },
  "extension": [
    {
      "extension": [
        {
          "url": "endDate",
          "valueDateTime": "2020-01-01"
        },
        {
          "url": "reasonEnded",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "63098009",
                "system": "http://snomed.info/sct",
                "display": "Clinical immunologist (occupation)"
              }
            ]
          }
        }
      ],
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-allergy-intolerance-end"
    }
  ],
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "patient": {
    "reference": "Patient/patient-israeli-with-two-identifiers"
  },
  "clinicalStatus": {
    "coding": [
      {
        "code": "resolved",
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "code": "confirmed",
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"
      }
    ]
  },
  "type": "allergy",
  "criticality": "high",
  "code": {
    "coding": [
      {
        "code": "91935009",
        "system": "http://snomed.info/sct",
        "display": "Allergy to peanuts"
      }
    ]
  },
  "category": [
    "food"
  ],
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "code": "417889008",
            "system": "http://snomed.info/sct",
            "display": "Arachis oil (substance)"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "code": "39579001",
              "system": "http://snomed.info/sct",
              "display": "Anaphylaxis (disorder)"
            }
          ]
        }
      ],
      "severity": "severe",
      "exposureRoute": {
        "coding": [
          {
            "code": "26643006",
            "system": "http://snomed.info/sct",
            "display": "Oral route"
          }
        ]
      }
    }
  ]
}