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

FHIR IG analytics

Packagefhir.kenyaPSIG
Resource TypeAllergyIntolerance
IdAllergyIntolerance-example-allergy-patient-001.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 example-allergy-patient-001

Profile: AllergyIntolerance Profile - KPS version: 0.1.0

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

criticality: High Risk

patient: Hawa Mohamed Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#NationalIdIdentifierNamingSystem#28765432)

onset: 2021-05-01

Reactions

-SubstanceManifestationDescriptionSeverityNote
*NornicotineJaundiceDevelops severe Jaundice after penicillinSevere

Carry epinephrine auto-injector at all times.


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "example-allergy-patient-001",
  "meta": {
    "profile": [
      "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-allergy-intolerance|0.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed"
      }
    ]
  },
  "type": "allergy",
  "criticality": "high",
  "patient": {
    "reference": "Patient/ExamplePatientKPS"
  },
  "onsetDateTime": "2021-05-01",
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/kps-substances-cs",
            "code": "1018001",
            "display": "Nornicotine"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/manifestation-cs",
              "code": "JAUNDICE",
              "display": "Jaundice"
            }
          ]
        }
      ],
      "description": "Develops severe Jaundice after penicillin",
      "severity": "severe",
      "note": [
        {
          "text": "Carry epinephrine auto-injector at all times."
        }
      ]
    }
  ]
}