FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageke.fhir.core
Resource TypeMeasure
IdMeasure-example-measure-anc4-coverage.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/Measure-example-measure-anc4-coverage.html
URLhttps://fhir.dha.go.ke/ig/core/Measure/example-measure-anc4-coverage
Version1.0.0
Statusactive
Date2026-01-15
NameANC4CoverageMeasure
TitleFourth Antenatal Care Visit Coverage
DescriptionMeasures the proportion of pregnant clients who completed a fourth antenatal care (ANC4) visit during the reporting period.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Source1

{
  "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"
          }
        }
      ]
    }
  ]
}