This project is sponsored by the World Health Organization (WHO) to create shareable and computable clinical decision support artifacts for the WHO recommendations on antenatal care for a positive pregnancy experience (WHO Antenatal Care Guidelines (ANC)).
The current draft of the implementation guide is available here.
The guide is published under a Creative Commons license.
This guide is in active development, beginning with the Iron and Folic Acid Supplementation guidelines, Recommendation A2.1 and A2.2.
Feedback and issues can be submitted via the issues page, and will be incorporated into subsequent releases as time and resources allow.
This repository contains the source for the WHO ANC CDS Implementation Guide, and uses the FHIR Implementation Guide publisher to produce a FHIR Implementation Guide.
Commits to this repository will automatically trigger a new build of the IG, which will then be published to the following location:
http://build.fhir.org/ig/WorldHealthOrganization/smart-anc/
Build log is available here:
http://build.fhir.org.s3-website-us-east-1.amazonaws.com/logs/WorldHealthOrganization/smart-anc
Debugging information is available here:
http://build.fhir.org/ig/WorldHealthOrganization/smart-anc/debug.tgz
The HL7 IG Publisher can be downloaded locally to make building as easy as possible. To build locally, download the publisher tooling locally using the _updatePublisher script:
_updatePublisher
Once the publication tooling is cached locally, use the _genOnce script to build locally:
_genOnce
The output will be available in the output
folder.