Kenya Core Implementation Guide
1.0.0 - release Kenya flag

Kenya Core Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 1.0.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-core-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example DiagnosticReport - Full Haemogram - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/example-diagnosticreport-amina-fhg> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-diagnosticreport-amina-fhg"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.dha.go.ke/core/StructureDefinition/kenya-core-diagnosticreport" ;
       fhir:index 0 ;
       fhir:link <https://fhir.dha.go.ke/core/StructureDefinition/kenya-core-diagnosticreport>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport example-diagnosticreport-amina-fhg</b></p><a name=\"example-diagnosticreport-amina-fhg\"> </a><a name=\"hcexample-diagnosticreport-amina-fhg\"> </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-kenya-core-diagnosticreport.html\">Kenya Core DiagnosticReport Profile</a></p></div><h2><span title=\"Codes:{http://loinc.org 58410-2}\">CBC panel</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Amina Hassan Female, DoB: 1990-05-14 ( https://fhir.sha.go.ke/fhir/identifier/phonenumber#+254712345678 (use: official, ))</td></tr><tr><td>Relevant Time</td><td>2026-08-03 09:40:00+0300</td></tr><tr><td>Reported</td><td>2026-08-03 10:00:00+0300</td></tr><tr><td>Performer</td><td> <a href=\"Organization-example-organization-knh.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></tr><tr><td><a href=\"Observation-example-observation-amina-hgb.html\"><span title=\"Codes:{http://loinc.org 718-7}\">Hemoglobin [Mass/volume] in Blood</span></a></td><td>10.2 g/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg/dL = 'g/dL')</span></td><td>Final</td></tr></table></div>"
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ] ;
       fhir:Coding.code [ fhir:value "LAB" ] ;
       fhir:Coding.display [ fhir:value "Laboratory" ]
     ]
  ] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:58410-2 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "58410-2" ] ;
       fhir:Coding.display [ fhir:value "CBC panel" ]
     ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:link <http://hl7.org/fhir/Patient/CR2026080100001-1> ;
     fhir:Reference.reference [ fhir:value "Patient/CR2026080100001-1" ]
  ] ;
  fhir:DiagnosticReport.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/example-encounter-amina-outpatient> ;
     fhir:Reference.reference [ fhir:value "Encounter/example-encounter-amina-outpatient" ]
  ] ;
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2026-08-03T09:40:00+03:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.issued [ fhir:value "2026-08-03T10:00:00+03:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/example-organization-knh> ;
     fhir:Reference.reference [ fhir:value "Organization/example-organization-knh" ]
  ] ;
  fhir:DiagnosticReport.result [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Observation/example-observation-amina-hgb> ;
     fhir:Reference.reference [ fhir:value "Observation/example-observation-amina-hgb" ]
  ] .

<http://hl7.org/fhir/Patient/CR2026080100001-1> a fhir:Patient .

<http://hl7.org/fhir/Encounter/example-encounter-amina-outpatient> a fhir:Encounter .

<http://hl7.org/fhir/Organization/example-organization-knh> a fhir:Organization .

<http://hl7.org/fhir/Observation/example-observation-amina-hgb> a fhir:Observation .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/example-diagnosticreport-amina-fhg.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DiagnosticReport/example-diagnosticreport-amina-fhg.ttl> .