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.38 Deworming and malaria prophylaxis

Official URL: http://fhir.org/guides/who/anc-cds/Library/ANCDT38 Version: 0.3.0
Active as of 2024-02-13 Computable Name: ANCDT38
Other Identifiers: ANC.DT.38 (use: OFFICIAL)

IF the woman is currently in a malaria-endemic setting, or in an area where there is greater than 20% prevalence of infection with any soil-transmitted helminths, THEN she should receive preventative treatment accordingly

Id: ANCDT38
Url: ANC.DT.38 Deworming and malaria prophylaxis
Version: 0.3.0
Identifier:

value: ANC.DT.38

Name: ANCDT38
Title: ANC.DT.38 Deworming and malaria prophylaxis
Status: active
Experimental: false
Type:

system: LibraryType

code: logic-library

Date: 2024-02-13 15:17:14+0000
Publisher: World Health Organization (WHO)
Description: IF the woman is currently in a malaria-endemic setting, or in an area where there is greater than 20% prevalence of infection with any soil-transmitted helminths, THEN she should receive preventative treatment accordingly
Jurisdiction: 001
Related Artifacts:

Dependencies

Parameters:
NameTypeMinMaxIn/Out
encounterstring01in
PatientPatient01out
Should Provide malaria prophylaxisboolean01out
Should Do not give IPTp-SP, because woman is taking co-trimoxazoleboolean01out
Should Conduct dewormingboolean01out
Data Requirements:
TypeProfileMSCode Filter
Patient http://hl7.org/fhir/StructureDefinition/Patient
Observation http://hl7.org/fhir/StructureDefinition/Observation ;;;;; code filter:
path: code
value set: http://fhir.org/guides/who/anc-cds/ValueSet/anc-b6-de109
Content: text/cql
library ANCDT38

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

/*
Malaria-endemic setting = TRUE
*/
define "Should Provide malaria prophylaxis":
  Config."Malaria-endemic setting" = true

/*
(Malaria-endemic setting = TRUE)
  AND (Current medications" = "Co-trimoxazole")
*/
define "Should Do not give IPTp-SP, because woman is taking co-trimoxazole":
  Config."Malaria-endemic setting" = true
    and ContactData."Current medications" in Cx."Current Medications - Co-trimoxazole Choices"

/*
("Population prevalence of soil-transmitted helminth infection" ≥ 20% )
  OR ("Population prevalence of anaemia" ≥ 40%)
*/
define "Should Conduct deworming":
  Config."Population prevalence of soil-transmitted helminth infection" >= 20 '%'
    or Config."Population prevalence of anaemia" >= 40 '%'
Content: application/elm+xml
Encoded data (14276 characters)
Content: application/elm+json
Encoded data (23408 characters)