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 loinc: <https://loinc.org/rdf/> .
@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:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "srvreq-procedure-001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/kenya-eprescription-serviceRequestProcedure"^^xsd:anyURI ;
fhir:l <http://example.org/StructureDefinition/kenya-eprescription-serviceRequestProcedure> ] [
fhir:v "http://example.org/fhir/StructureDefinition/kenya-eprescription-serviceRequestProcedure"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/StructureDefinition/kenya-eprescription-serviceRequestProcedure> ] )
] ; #
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: ServiceRequest srvreq-procedure-001</b></p><a name=\"srvreq-procedure-001\"> </a><a name=\"hcsrvreq-procedure-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-serviceRequestProcedure.html\">Service Request - Procedure/Imaging</a>, <code>http://example.org/fhir/StructureDefinition/kenya-eprescription-serviceRequestProcedure</code></p></div><p><b>identifier</b>: <code>http://moh.health.go.ke/servicerequest-ids</code>/PROC-REQ-2025-0001</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-category imaging}\">Imaging</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 36626-8}\">CT Chest</span></p><p><b>subject</b>: <code>Example-KenyaEPrescriptionPatient</code></p><p><b>encounter</b>: <code>Example-KenyaEPrescriptionEncounter</code></p><p><b>occurrence</b>: 2025-02-12 10:30:00+0300</p><p><b>authoredOn</b>: 2025-02-10 09:00:00+0300</p><p><b>requester</b>: <code>Example-KenyaEPrescriptionPractitioner</code></p><p><b>performer</b>: <code>Example-KenyaEPrescriptionOrganization</code></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 267036007}\">Chest pain</span></p><p><b>specimen</b>: <code>Example-Specimen</code></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 51185008}\">Thoracic region</span></p><p><b>note</b>: </p><blockquote><div><p>Urgent request due to worsening symptoms.</p>\n</div></blockquote><p><b>patientInstruction</b>: Please avoid eating 4 hours before the scan.</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://moh.health.go.ke/servicerequest-ids"^^xsd:anyURI ;
fhir:l <http://moh.health.go.ke/servicerequest-ids> ] ;
fhir:value [ fhir:v "PROC-REQ-2025-0001" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/service-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/service-category> ] ;
fhir:code [ fhir:v "imaging" ] ;
fhir:display [ fhir:v "Imaging" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:36626-8 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "36626-8" ] ;
fhir:display [ fhir:v "CT Chest" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Example-KenyaEPrescriptionPatient ;
fhir:reference [ fhir:v "Example-KenyaEPrescriptionPatient" ]
] ; #
fhir:encounter [
fhir:l fhir:Example-KenyaEPrescriptionEncounter ;
fhir:reference [ fhir:v "Example-KenyaEPrescriptionEncounter" ]
] ; #
fhir:occurrence [
a fhir:DateTime ;
fhir:v "2025-02-12T10:30:00+03:00"^^xsd:dateTime
] ; #
fhir:authoredOn [ fhir:v "2025-02-10T09:00:00+03:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:l fhir:Example-KenyaEPrescriptionPractitioner ;
fhir:reference [ fhir:v "Example-KenyaEPrescriptionPractitioner" ]
] ; #
fhir:performer ( [
fhir:l fhir:Example-KenyaEPrescriptionOrganization ;
fhir:reference [ fhir:v "Example-KenyaEPrescriptionOrganization" ]
] ) ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:267036007 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "267036007" ] ;
fhir:display [ fhir:v "Chest pain" ] ] )
] ) ; #
fhir:specimen ( [
fhir:l fhir:Example-Specimen ;
fhir:reference [ fhir:v "Example-Specimen" ]
] ) ; #
fhir:bodySite ( [
( fhir:coding [
a sct:51185008 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "51185008" ] ;
fhir:display [ fhir:v "Thoracic region" ] ] )
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Urgent request due to worsening symptoms." ]
] ) ; #
fhir:patientInstruction [ fhir:v "Please avoid eating 4 hours before the scan."] . #
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