FHIR IG analytics| Package | fhir.kenyaPSIG |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-example-allergy-patient-001.json |
| FHIR Version | R4 |
No resources found
No resources found
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
onset: 2021-05-01
| Substance | Manifestation | Description | Severity | Note |
| Nornicotine | Jaundice | Develops severe Jaundice after penicillin | Severe |
|
{
"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."
}
]
}
]
}