Kenya-ePrescription-IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:AllergyIntolerance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-kenya-allergyintolerance-001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/kenya-eprescription-allergyintolerance"^^xsd:anyURI ;
fhir:l <http://example.org/StructureDefinition/kenya-eprescription-allergyintolerance> ] [
fhir:v "http://example.org/fhir/StructureDefinition/kenya-eprescription-allergyintolerance"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/StructureDefinition/kenya-eprescription-allergyintolerance> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://moh.health.go.ke/allergy-id"^^xsd:anyURI ;
fhir:l <http://moh.health.go.ke/allergy-id> ] ;
fhir:value [ fhir:v "AINT-2025-0001" ]
] ) ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical> ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ] )
] ; #
fhir:verificationStatus [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-verification> ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ] ] )
] ; #
fhir:type [ fhir:v "allergy"] ; #
fhir:category ( [ fhir:v "medication"] ) ; #
fhir:criticality [ fhir:v "high"] ; #
fhir:code [
( fhir:coding [
a sct:372687004 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "372687004" ] ;
fhir:display [ fhir:v "Amoxicillin" ] ] ) ;
fhir:text [ fhir:v "Allergy to amoxicillin" ]
] ; #
fhir:patient [
fhir:l fhir:Patient/kenya-eprescription-patient-001 ;
fhir:reference [ fhir:v "Patient/kenya-eprescription-patient-001" ]
] ; #
fhir:encounter [
fhir:l fhir:Encounter/kenya-eprescription-encounter-001 ;
fhir:reference [ fhir:v "Encounter/kenya-eprescription-encounter-001" ]
] ; #
fhir:onset [
a fhir:DateTime ;
fhir:v "2024-11-15T09:30:00+03:00"^^xsd:dateTime
] ; #
fhir:recordedDate [ fhir:v "2024-11-16T10:00:00+03:00"^^xsd:dateTime] ; #
fhir:reaction ( [
fhir:substance [
( fhir:coding [
a sct:372687004 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "372687004" ] ;
fhir:display [ fhir:v "Amoxicillin" ] ] ) ] ;
( fhir:manifestation [
( fhir:coding [
a sct:271807003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "271807003" ] ;
fhir:display [ fhir:v "Skin rash" ] ] ) ] ) ;
fhir:severity [ fhir:v "moderate" ] ;
fhir:exposureRoute [
( fhir:coding [
a sct:26643006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral route" ] ] ) ]
] ) . #
IG © 2025+ IntelliSOFT Kenya. Package fhir.eprescription.ig#0.1.0 based on FHIR 4.0.1. Generated 2025-12-09
Links: Table of Contents |
QA Report