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.26 Calcium and vitamin A supplementation

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

Depending on the population, additional calcium and/or vitamin A supplements maybe required

Id: ANCDT26
Url: ANC.DT.26 Calcium and vitamin A supplementation
Version: 0.3.0
Identifier:

value: ANC.DT.26

Name: ANCDT26
Title: ANC.DT.26 Calcium and vitamin A supplementation
Status: active
Experimental: false
Type:

system: LibraryType

code: logic-library

Date: 2024-02-13 15:17:14+0000
Publisher: World Health Organization (WHO)
Description: Depending on the population, additional calcium and/or vitamin A supplements maybe required
Jurisdiction: 001
Related Artifacts:

Dependencies

Parameters:
NameTypeMinMaxIn/Out
PatientPatient01out
Should Provide calcium supplementationboolean01out
Should Do not provide calcium supplementationboolean01out
Should Provide vitamin A supplementationboolean01out
Data Requirements:
TypeProfileMSCode Filter
Patient http://hl7.org/fhir/StructureDefinition/Patient
Content: text/cql
library ANCDT26

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

/*
IF "Population with low dietary calcium intake" = TRUE
*/
define "Should Provide calcium supplementation":
  Config."Population with low dietary calcium intake" = true

/*
IF "Population with low dietary calcium intake" = FALSE
*/
define "Should Do not provide calcium supplementation":
  Config."Population with low dietary calcium intake" = true

/*
IF "Population with vitamin A deficiency" = TRUE
*/
define "Should Provide vitamin A supplementation":
  Config."Population with vitamin A deficiency" = true
Content: application/elm+xml
Encoded data (10048 characters)
Content: application/elm+json
Encoded data (15864 characters)