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-latex-allergy.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

Latex Allergy

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "allergyIntolerance-latex-allergy",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-allergy-intolerance"
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "patient": {
    "reference": "Patient/patient-with-israeli-id"
  },
  "clinicalStatus": {
    "coding": [
      {
        "code": "active",
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "code": "confirmed",
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"
      }
    ]
  },
  "type": "allergy",
  "criticality": "low",
  "code": {
    "coding": [
      {
        "code": "1003755004",
        "system": "http://snomed.info/sct",
        "display": "Allergy to Hevea brasiliensis latex protein (finding)"
      }
    ]
  },
  "category": [
    "biologic"
  ],
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "code": "111088007",
            "system": "http://snomed.info/sct",
            "display": "Latex (substance)"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "code": "271807003",
              "system": "http://snomed.info/sct",
              "display": "Eruption of skin (disorder)"
            }
          ]
        },
        {
          "coding": [
            {
              "code": "418290006",
              "system": "http://snomed.info/sct",
              "display": "Itching (finding)"
            }
          ]
        }
      ],
      "severity": "mild",
      "exposureRoute": {
        "coding": [
          {
            "code": "6064005",
            "system": "http://snomed.info/sct",
            "display": "Topical route (qualifier value)"
          }
        ]
      }
    }
  ]
}