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

FHIR IG analytics

Packagecsiro.fhir.au.gpccmp
Resource TypeAllergyIntolerance
IdAllergyIntolerance-latex-foreman-caterina.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 latex-foreman-caterina

clinicalStatus: Active

code: Latex

patient: Caterina FOREMAN (official) Female, DoB: 1970-07-24 ( IHI: Austalian Healthcare Identifier - Individual#8003608666976386)

onset: 2025-08-27 13:47:21+0000

note:

Has reacted soon after exposure as well as a delayed reaction to latex, with a rash appearing 24 hours after exposure.

Reactions

-Manifestation
*Rash

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "latex-foreman-caterina",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-allergyintolerance",
      "https://gpccmp.csiro.au/ig/StructureDefinition/GPCCMPAllergyIntolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "111088007",
        "display": "Latex"
      }
    ]
  },
  "patient": {
    "reference": "Patient/foreman-caterina"
  },
  "onsetDateTime": "2025-08-27T13:47:21.154+00:00",
  "note": [
    {
      "text": "Has reacted soon after exposure as well as a delayed reaction to latex, with a rash appearing 24 hours after exposure."
    }
  ],
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "271807003",
              "display": "Rash"
            }
          ]
        }
      ]
    }
  ]
}