This implementation guide defines core data element profiles for use for the World Health Organization (WHO) Immunization computable guideline content.
The current draft of the implementation guide is available here.
The guide is published under a Creative Commons license.
Feedback and issues can be submitted via the issues page, and will be incorporated into subsequent releases as time and resources allow.
- PlanDefinitions
- ActivityDefinitions
- Measures
- CQL libraries for Indicators
- CQL libraries for Decision Support
- Examples
This repository contains the source for the WHO Core 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 implementation guide, which will then be published to the following location:
https://build.fhir.org/ig/WorldHealthOrganization/smart-immunizations/branches/main
Build log is available here:
Debugging information is available here:
http://build.fhir.org/ig/WorldHealthOrganization/smart-immunization/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.
The CQF tooling can be installed or updated using the _updateCQFTooling script:
_updateCQFTooling
Once that has been updated the _refresh script can be used to generate the CQL Libraries and create test bundles for the applicable PlanDefinitions.
_refresh
The tests were generated using BulkFSH repo).
Use the _testMagick.sh scrip to sort the tests into the appropriate folders to execute the CQL tests.
Using a CQL plugin in Atom or VSCode, right click on your CQL file and click "Execute Tests"
After running the _testMagick.sh script this should produce an output file with the results of how each CQL file executed against your test patients.