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 MeasureReport - ANC4 Coverage, August 2026 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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/MeasureReport/example-measurereport-anc4-knh-202608> a fhir:MeasureReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-measurereport-anc4-knh-202608"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-measurereport|1.0.0" ;
       fhir:index 0 ;
       fhir:link <https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-measurereport|1.0.0>
     ]
  ] ;
  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: MeasureReport example-measurereport-anc4-knh-202608</b></p><a name=\"example-measurereport-anc4-knh-202608\"> </a><a name=\"hcexample-measurereport-anc4-knh-202608\"> </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-measurereport.html\">Kenya Core MeasureReport Profile</a> version: 1.0.0</p></div><p><b>identifier</b>: MeasureReport Identifier/MSRPT-ANC4-KNH-202608 (use: official, )</p><p><b>status</b>: Complete</p><p><b>type</b>: Summary</p><p><b>measure</b>: <a href=\"Measure-example-measure-anc4-coverage.html\">Fourth Antenatal Care Visit Coverage</a></p><p><b>date</b>: 2026-09-02</p><p><b>reporter</b>: <a href=\"Organization-example-organization-knh.html\">Organization Kenyatta National Hospital</a></p><p><b>period</b>: 2026-08-01 --&gt; 2026-08-31</p><blockquote><p><b>group</b></p><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population numerator}\">Numerator</span></p><p><b>count</b>: 132</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population denominator}\">Denominator</span></p><p><b>count</b>: 180</p></blockquote><p><b>measureScore</b>: 0.733</p></blockquote></div>"
  ] ;
  fhir:MeasureReport.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.text [ fhir:value "MeasureReport Identifier" ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://fhir.sha.go.ke/fhir/identifier/measurereport" ] ;
     fhir:Identifier.value [ fhir:value "MSRPT-ANC4-KNH-202608" ]
  ] ;
  fhir:MeasureReport.status [ fhir:value "complete"] ;
  fhir:MeasureReport.type [ fhir:value "summary"] ;
  fhir:MeasureReport.measure [
     fhir:value "https://fhir.dha.go.ke/ig/core/Measure/example-measure-anc4-coverage" ;
     fhir:link <https://fhir.dha.go.ke/ig/core/Measure/example-measure-anc4-coverage>
  ] ;
  fhir:MeasureReport.date [ fhir:value "2026-09-02"^^xsd:date] ;
  fhir:MeasureReport.reporter [
     fhir:link <http://hl7.org/fhir/Organization/example-organization-knh> ;
     fhir:Reference.reference [ fhir:value "Organization/example-organization-knh" ]
  ] ;
  fhir:MeasureReport.period [
     fhir:Period.start [ fhir:value "2026-08-01"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2026-08-31"^^xsd:date ]
  ] ;
  fhir:MeasureReport.group [
     fhir:index 0 ;
     fhir:MeasureReport.group.population [
       fhir:index 0 ;
       fhir:MeasureReport.group.population.code [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ] ;
           fhir:Coding.code [ fhir:value "numerator" ] ;
           fhir:Coding.display [ fhir:value "Numerator" ]
         ]
       ] ;
       fhir:MeasureReport.group.population.count [ fhir:value "132"^^xsd:integer ]
     ], [
       fhir:index 1 ;
       fhir:MeasureReport.group.population.code [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ] ;
           fhir:Coding.code [ fhir:value "denominator" ] ;
           fhir:Coding.display [ fhir:value "Denominator" ]
         ]
       ] ;
       fhir:MeasureReport.group.population.count [ fhir:value "180"^^xsd:integer ]
     ] ;
     fhir:MeasureReport.group.measureScore [
       fhir:Quantity.value [ fhir:value "0.733"^^xsd:decimal ]
     ]
  ] .

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

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

<http://hl7.org/fhir/MeasureReport/example-measurereport-anc4-knh-202608.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MeasureReport/example-measurereport-anc4-knh-202608.ttl> .