WHO Antenatal Care Guideline Implementation Guide
0.3.0 - CI Build International flag

WHO Antenatal Care Guideline Implementation Guide, published by World Health Organization (WHO). This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-anc/ and changes regularly. See the Directory of published versions

Library: ANC.DT.05 Evaluating labour

Official URL: http://smart.who.int/anc/Library/ANCDT05 Version: 0.3.0
Active as of 2025-06-25 Computable Name: ANCDT05
Other Identifiers: ANC.DT.05 (use: official, )

During a cervical exam, if cervical dilation is greater than 2 cm evaluate the possibility of labour

Title: ANC.DT.05 Evaluating labour
Id: ANCDT05
Version: 0.3.0
Url: ANC.DT.05 Evaluating labour
Official

ANC.DT.05

Type:

system: http://terminology.hl7.org/CodeSystem/library-type

code: logic-library

Date: 2025-06-25 03:25:20+0000
Publisher: World Health Organization (WHO)
Description:

During a cervical exam, if cervical dilation is greater than 2 cm evaluate the possibility of labour

Jurisdiction: 001
Related Artifacts:

Dependencies

Parameters:
NameTypeMinMaxIn/Out
PatientPatient01Out
Should Evaluate labour > 37 weeksboolean01Out
Should Evaluate labour < 37 weekboolean01Out
Data Requirements:
TypeProfileMSCode Filter
Patient http://hl7.org/fhir/StructureDefinition/Patient
Content: text/cql
library ANCDT05

using FHIR version '4.0.1'

include FHIRHelpers version '4.0.1'

include ANCConfig called Config
include ANCConcepts called Cx
include ANCDataElements called PatientData
include ANCContactDataElements called ContactData

context Patient

/*
("Cervical dilation" > 2 cm)
  AND ("Gestational age" > 37 weeks)
*/
define "Should Evaluate labour > 37 weeks":
  ContactData."Cervical dilation" > 2 'cm'
    and ContactData."Gestational age" >= 37 'weeks'

/*
("Cervical dilation" > 2cm)
  AND ("Gestational age" < 37 weeks)
*/
define "Should Evaluate labour < 37 week":
  ContactData."Cervical dilation" > 2 'cm'
    and ContactData."Gestational age" < 37 'weeks'
Content: application/elm+json
Encoded data (21332 characters)