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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeAllergyIntolerance
IdAllergyIntolerance-ExampleSGHIAllergyIntolerance.json
FHIR VersionR5

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 ExampleSGHIAllergyIntolerance

identifier: Medical Record Number/ALL123456789 (use: official, )

clinicalStatus: Active

verificationStatus: Confirmed

type: allergy

category: Food

criticality: High Risk

code: Meat Allergy

patient: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)

encounter: Encounter: identifier = Visit Number: VN123456789 (use: official, ); status = in-progress; class = Ambulatory

onset: 2025-01-01 10:30:00+0000

recordedDate: 2025-01-22

Participants

-Actor
*James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)

reaction

substance: Meat

Manifestations

-Reference
*Observation

description: Severe rash and difficulty breathing

severity: Severe

exposureRoute: Oral


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "ExampleSGHIAllergyIntolerance",
  "meta": {
    "profile": [
      "https://fhir.slade360.co.ke/fhir/StructureDefinition/allergyintolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "value": "ALL123456789",
      "assigner": {
        "reference": "Organization/ExampleSGHIOrganization"
      }
    }
  ],
  "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": [
      {
        "code": "allergy"
      }
    ]
  },
  "category": [
    "food"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "227493005",
        "display": "Meat Allergy"
      }
    ]
  },
  "patient": {
    "reference": "Patient/ExampleSGHIPatient"
  },
  "encounter": {
    "reference": "Encounter/ExampleSGHIEncounter"
  },
  "onsetDateTime": "2025-01-01T10:30:00Z",
  "recordedDate": "2025-01-22",
  "participant": [
    {
      "actor": {
        "reference": "Patient/ExampleSGHIPatient"
      }
    }
  ],
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "227493005",
            "display": "Meat"
          }
        ]
      },
      "manifestation": [
        {
          "reference": {
            "reference": "Observation/ExampleSGHIObservation",
            "display": "Observation"
          }
        }
      ],
      "description": "Severe rash and difficulty breathing",
      "severity": "severe",
      "exposureRoute": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/route-codes",
            "code": "oral",
            "display": "Oral"
          }
        ]
      }
    }
  ]
}