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.11 Syphilis testing

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

Depending on the contact schedule, and woman’s syphilis diagnosis, test for syphilis

Id: ANCDT11
Url: ANC.DT.11 Syphilis testing
Version: 0.3.0
Identifier:

value: ANC.DT.11

Name: ANCDT11
Title: ANC.DT.11 Syphilis testing
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 contact schedule, and woman's syphilis diagnosis, test for syphilis
Jurisdiction: 001
Related Artifacts:

Dependencies

Parameters:
NameTypeMinMaxIn/Out
encounterstring01in
PatientPatient01out
Should Conduct syphilis testboolean01out
Should Conduct syphilis test 2boolean01out
Should No syphilis test required boolean01out
Data Requirements:
TypeProfileMSCode Filter
Patient http://hl7.org/fhir/StructureDefinition/Patient
Encounter http://hl7.org/fhir/StructureDefinition/Encounter ;
Observation http://hl7.org/fhir/StructureDefinition/Observation ;;;; code filter:
path: code
value set: http://fhir.org/guides/who/anc-cds/ValueSet/anc-b6-de17
Observation http://hl7.org/fhir/StructureDefinition/Observation ;;;; code filter:
path: code
value set: http://fhir.org/guides/who/anc-cds/ValueSet/anc-b9-de110
Content: text/cql
library ANCDT11

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

/*
"ANC contact number" = 1
*/
define "Should Conduct syphilis test":
  ContactData."ANC contact number" = 1

/*
"Gestational age" ≥ 29 weeks
*/
define "Should Conduct syphilis test 2":
  ContactData."Gestational age" >= 29 'weeks'

/*
"Syphilis diagnosis" = "Syphilis positive"
*/
define "Should No syphilis test required ":
  ContactData."Syphilis diagnosis" in Cx."Syphilis diagnosis - Syphilis positive Choices"
Content: application/elm+xml
Encoded data (10804 characters)
Content: application/elm+json
Encoded data (17260 characters)