Kenya Patient Summary FHIR Implementation Guide, published by Digital Health Agency of Kenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/ and changes regularly. See the Directory of published versions
: DiagnosticReportKPS - TTL Representation
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DiagnosticReportKPS"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://localhost:8085/fhir/StructureDefinition/ke-kps-diagnostic-report"^^xsd:anyURI ;
fhir:l <http://localhost:8085/fhir/StructureDefinition/ke-kps-diagnostic-report> ] )
] ; #
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: DiagnosticReport DiagnosticReportKPS</b></p><a name=\"DiagnosticReportKPS\"> </a><a name=\"hcDiagnosticReportKPS\"> </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\">Profile: <a href=\"StructureDefinition-ke-kps-diagnostic-report.html\">Diagnostic Report Profile - KPS</a></p></div><h2><span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/ksp-investigation-cs 718-7}\">Hemoglobin Measurement</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Amina Mohamed Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#12345678)</td></tr><tr><td>When For</td><td>2026-05-20 08:20:00+0300</td></tr><tr><td>Reported</td><td>2026-05-20 09:00:00+0300</td></tr><tr><td>Performer</td><td> <a href=\"Organization-OrganizationKPS.html\">Organization Kenyatta National Hospital</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-ObservationKPS.html\"><span title=\"Codes:\">Hemoglobin result</span></a></td><td>13.2 g/dL</td><td>Final</td><td>2026-05-20 08:15:00+0300</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0074> ] ;
fhir:code [ fhir:v "LAB" ] ;
fhir:display [ fhir:v "Laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [
fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/ksp-investigation-cs"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/ksp-investigation-cs> ] ;
fhir:code [ fhir:v "718-7" ] ;
fhir:display [ fhir:v "Hemoglobin Measurement" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/PatientKPS ;
fhir:reference [ fhir:v "Patient/PatientKPS" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2026-05-20T08:20:00+03:00"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2026-05-20T09:00:00+03:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:l fhir:Organization/OrganizationKPS ;
fhir:reference [ fhir:v "Organization/OrganizationKPS" ]
] ) ; #
fhir:specimen ( [
fhir:l fhir:Specimen/SpecimenKPS ;
fhir:reference [ fhir:v "Specimen/SpecimenKPS" ]
] ) ; #
fhir:result ( [
fhir:l fhir:Observation/ObservationKPS ;
fhir:reference [ fhir:v "Observation/ObservationKPS" ]
] ) . #