FHIR IG analytics| Package | ke.fhir.core |
| Resource Type | Measure |
| Id | Measure-example-measure-anc4-coverage.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/Measure-example-measure-anc4-coverage.html |
| URL | https://fhir.dha.go.ke/ig/core/Measure/example-measure-anc4-coverage |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-01-15 |
| Name | ANC4CoverageMeasure |
| Title | Fourth Antenatal Care Visit Coverage |
| Description | Measures the proportion of pregnant clients who completed a fourth antenatal care (ANC4) visit during the reporting period. |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Knowledge Artifact Metadata | |
|---|---|
| Name (machine-readable) | ANC4CoverageMeasure |
| Title (human-readable) | Fourth Antenatal Care Visit Coverage |
| Status | Active |
| Experimental | false |
| Description | Measures the proportion of pregnant clients who completed a fourth antenatal care (ANC4) visit during the reporting period. |
| Measure Steward | Digital Health Agency (DHA), Kenya |
| Steward Contact Details | Digital Health Agency (DHA), Kenya: https://dha.go.ke,fhir@dha.go.ke |
| Measure Metadata | |
| Version Number | 1.0.0 |
| Measure Scoring | Proportion |
| Measure Type | Process |
| Measure Population Criteria | |
| Numerator | Description: No description provided |
| Denominator | Description: No description provided |
| Generated using version 0.4.6 of the sample-content-ig Liquid templates | |
{
"resourceType": "Measure",
"id": "example-measure-anc4-coverage",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-measure"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.dha.go.ke/ig/core/Measure/example-measure-anc4-coverage",
"identifier": [
{
"use": "official",
"type": {
"text": "Measure Identifier"
},
"system": "https://fhir.sha.go.ke/fhir/identifier/measure",
"value": "MSR-ANC4-COVERAGE"
}
],
"version": "1.0.0",
"name": "ANC4CoverageMeasure",
"title": "Fourth Antenatal Care Visit Coverage",
"status": "active",
"experimental": false,
"date": "2026-01-15",
"publisher": "Digital Health Agency (DHA), Kenya",
"contact": [
{
"name": "Digital Health Agency (DHA), Kenya",
"telecom": [
{
"system": "url",
"value": "https://dha.go.ke"
},
{
"system": "email",
"value": "fhir@dha.go.ke"
}
]
}
],
"description": "Measures the proportion of pregnant clients who completed a fourth antenatal care (ANC4) visit during the reporting period.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KE",
"display": "Kenya"
}
]
}
],
"scoring": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/measure-scoring",
"code": "proportion",
"display": "Proportion"
}
]
},
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/measure-type",
"code": "process",
"display": "Process"
}
]
}
],
"group": [
{
"population": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/measure-population",
"code": "numerator",
"display": "Numerator"
}
]
},
"criteria": {
"language": "text/cql",
"expression": "ANC4 Visit Completed"
}
},
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/measure-population",
"code": "denominator",
"display": "Denominator"
}
]
},
"criteria": {
"language": "text/cql",
"expression": "Pregnant Clients In Reporting Period"
}
}
]
}
]
}