Kenya-ePrescription-IG
0.1.0 - ci-build
Kenya-ePrescription-IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "AllergyIntolerance",
"id" : "example-kenya-allergyintolerance-001",
"meta" : {
"profile" : [
🔗 "http://example.org/StructureDefinition/kenya-eprescription-allergyintolerance",
"http://example.org/fhir/StructureDefinition/kenya-eprescription-allergyintolerance"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance example-kenya-allergyintolerance-001</b></p><a name=\"example-kenya-allergyintolerance-001\"> </a><a name=\"hcexample-kenya-allergyintolerance-001\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-kenya-eprescription-allergyintolerance.html\">AllerygyIntolerance - ePrescription</a>, <code>http://example.org/fhir/StructureDefinition/kenya-eprescription-allergyintolerance</code></p></div><p><b>identifier</b>: <code>http://moh.health.go.ke/allergy-id</code>/AINT-2025-0001</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Medication</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 372687004}\">Allergy to amoxicillin</span></p><p><b>patient</b>: <a href=\"Patient/kenya-eprescription-patient-001\">Patient/kenya-eprescription-patient-001</a></p><p><b>encounter</b>: <a href=\"Encounter/kenya-eprescription-encounter-001\">Encounter/kenya-eprescription-encounter-001</a></p><p><b>onset</b>: 2024-11-15 09:30:00+0300</p><p><b>recordedDate</b>: 2024-11-16 10:00:00+0300</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Substance</b></td><td><b>Manifestation</b></td><td><b>Severity</b></td><td><b>ExposureRoute</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 372687004}\">Amoxicillin</span></td><td><span title=\"Codes:{http://snomed.info/sct 271807003}\">Skin rash</span></td><td>Moderate</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route</span></td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://moh.health.go.ke/allergy-id",
"value" : "AINT-2025-0001"
}
],
"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" : "allergy",
"category" : [
"medication"
],
"criticality" : "high",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "372687004",
"display" : "Amoxicillin"
}
],
"text" : "Allergy to amoxicillin"
},
"patient" : {
"reference" : "Patient/kenya-eprescription-patient-001"
},
"encounter" : {
"reference" : "Encounter/kenya-eprescription-encounter-001"
},
"onsetDateTime" : "2024-11-15T09:30:00+03:00",
"recordedDate" : "2024-11-16T10:00:00+03:00",
"reaction" : [
{
"substance" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "372687004",
"display" : "Amoxicillin"
}
]
},
"manifestation" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "271807003",
"display" : "Skin rash"
}
]
}
],
"severity" : "moderate",
"exposureRoute" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "26643006",
"display" : "Oral route"
}
]
}
}
]
}