Kenya Core Implementation Guide
1.0.0 - release
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
<MeasureReport xmlns="http://hl7.org/fhir">
<id value="example-measurereport-anc4-knh-202608"/>
<meta>
<profile
value="https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-measurereport|1.0.0"/>
</meta>
<text>
<status value="generated"/>
<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 --> 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>
</text>
<identifier>
<use value="official"/>
<type>
<text value="MeasureReport Identifier"/>
</type>
<system value="https://fhir.sha.go.ke/fhir/identifier/measurereport"/>
<value value="MSRPT-ANC4-KNH-202608"/>
</identifier>
<status value="complete"/>
<type value="summary"/>
<measure
value="https://fhir.dha.go.ke/ig/core/Measure/example-measure-anc4-coverage"/>
<date value="2026-09-02"/>
<reporter>🔗
<reference value="Organization/example-organization-knh"/>
</reporter>
<period>
<start value="2026-08-01"/>
<end value="2026-08-31"/>
</period>
<group>
<population>
<code>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/measure-population"/>
<code value="numerator"/>
<display value="Numerator"/>
</coding>
</code>
<count value="132"/>
</population>
<population>
<code>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/measure-population"/>
<code value="denominator"/>
<display value="Denominator"/>
</coding>
</code>
<count value="180"/>
</population>
<measureScore>
<value value="0.733"/>
</measureScore>
</group>
</MeasureReport>