Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/worldhealthorganization/smart-core
WHO Core Implementation Guide
https://github.com/worldhealthorganization/smart-core
clinical-decision-support clinical-guidelines cql fhir
Last synced: about 1 month ago
JSON representation
WHO Core Implementation Guide
- Host: GitHub
- URL: https://github.com/worldhealthorganization/smart-core
- Owner: WorldHealthOrganization
- License: other
- Created: 2019-11-15T17:32:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T14:11:00.000Z (over 1 year ago)
- Last Synced: 2024-04-24T06:09:48.615Z (8 months ago)
- Topics: clinical-decision-support, clinical-guidelines, cql, fhir
- Language: Batchfile
- Size: 147 MB
- Stars: 7
- Watchers: 11
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WHO Core Implementation Guide (FHIR R4 (4.0.1))
This implementation guide defines core data element profiles for use across World Health Organization (WHO) computable guideline content.
The profiles here define shared data elements used within content implementation guides such as [WHO Antenatal Care Guidelines (ANC)](http://build.fhir.org/ig/WorldHealthOrganization/smart-anc).
The current draft of the implementation guide is available [here](http://build.fhir.org/ig/WorldHealthOrganization/smart-core/).
The guide is published under a Creative Commons [license](LICENSE.md).
## Change Management and Roadmap
Feedback and issues can be submitted via the [issues](issues) page, and will be incorporated into subsequent releases as time and resources allow.
## Repository and Build Information
This repository contains the source for the WHO Core Implementation Guide, and uses the [FHIR Implementation Guide publisher](http://wiki.hl7.org/index.php?title=IG_Publisher_Documentation) 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-core/](http://build.fhir.org/ig/WorldHealthOrganization/smart-core/)
Build log is available here:
[http://build.fhir.org.s3-website-us-east-1.amazonaws.com/logs/WorldHealthOrganization/smart-core](http://build.fhir.org.s3-website-us-east-1.amazonaws.com/logs/WorldHealthOrganization/smart-core)
Debugging information is available here:
[http://build.fhir.org/ig/WorldHealthOrganization/smart-core/debug.tgz](http://build.fhir.org/ig/WorldHealthOrganization/smart-core/debug.tgz)
### Local Build
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.