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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeAllergyIntolerance
IdAllergyIntolerancePutAllergyIntoleranceRequest.Example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "AllergyIntolerance",
  "meta": {
    "profile": [
      "https://fhir.synapxe.sg/StructureDefinition/profile-allergyintolerance"
    ]
  },
  "identifier": [
    {
      "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
      "value": "AI-2026-00891"
    }
  ],
  "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": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/allergy-intolerance-type",
        "code": "allergy",
        "display": "Allergy"
      }
    ]
  },
  "category": [
    "medication"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "372687004",
        "display": "Amoxicillin"
      }
    ],
    "text": "Amoxicillin (Penicillin-type antibiotic)"
  },
  "patient": {
    "type": "Patient",
    "identifier": {
      "system": "https://fhir.synapxe.sg/NamingSystem/nric",
      "value": "S7654321B"
    }
  },
  "onsetDateTime": "2015-03-15T00:00:00+08:00",
  "recordedDate": "2026-02-20T09:00:00+08:00",
  "participant": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "author",
            "display": "Author"
          }
        ]
      },
      "actor": {
        "type": "Practitioner",
        "identifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
          "value": "M56789"
        },
        "display": "Dr. Chan Siew Lin"
      }
    },
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "verifier",
            "display": "Verifier"
          }
        ]
      },
      "actor": {
        "type": "Practitioner",
        "identifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
          "value": "M67890"
        },
        "display": "Dr. Wong Ah Kow"
      }
    }
  ],
  "reaction": [
    {
      "manifestation": [
        {
          "concept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "39579001",
                "display": "Anaphylaxis"
              }
            ],
            "text": "Anaphylactic reaction with urticaria, angioedema, and bronchospasm"
          }
        }
      ],
      "severity": "severe",
      "exposureRoute": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      },
      "note": [
        {
          "authorReference": {
            "type": "Practitioner",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
              "value": "M56789"
            },
            "display": "Dr. Chan Siew Lin"
          },
          "time": "2026-02-20T09:00:00+08:00",
          "text": "Patient developed severe anaphylaxis within 15 minutes of first dose of amoxicillin 500mg oral. Required emergency treatment with adrenaline 0.5mg IM, chlorphenamine 10mg IV, and hydrocortisone 200mg IV. Full recovery achieved."
        }
      ]
    }
  ]
}