Kenya eClaims 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-eClaims-FHIR-IG/ and changes regularly. See the Directory of published versions
: Stub Observation for DiagnosticReport - TTL Representation
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ECLM-OBS-001"] ; #
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: Observation ECLM-OBS-001</b></p><a name=\"ECLM-OBS-001\"> </a><a name=\"hcECLM-OBS-001\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 718-7}\">Hemoglobin [Mass/volume] in Blood</span></p><p><b>subject</b>: <a href=\"Patient-ECLM-PT-001.html\">John Mwangi Kamau (official) Male, DoB: 1985-06-15 ( National ID: 12345678 (use: official, ))</a></p><p><b>effective</b>: 2025-11-02 09:00:00+0300</p><p><b>performer</b>: <a href=\"Practitioner-ECLM-PRA-001.html\">Practitioner Dr. James Ochieng (official)</a></p><p><b>value</b>: 13.5 g/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg/dL = 'g/dL')</span></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:718-7 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "718-7" ] ;
fhir:display [ fhir:v "Hemoglobin [Mass/volume] in Blood" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/ECLM-PT-001 ;
fhir:reference [ fhir:v "Patient/ECLM-PT-001" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2025-11-02T09:00:00+03:00"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:l fhir:Practitioner/ECLM-PRA-001 ;
fhir:reference [ fhir:v "Practitioner/ECLM-PRA-001" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 13.5 ] ;
fhir:unit [ fhir:v "g/dL" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "g/dL" ]
] . #