diff --git a/_genonce.new.sh b/_genonce.new.sh new file mode 100644 index 0000000..4f981f0 --- /dev/null +++ b/_genonce.new.sh @@ -0,0 +1,30 @@ +#!/bin/bash +publisher_jar=publisher.jar +input_cache_path=./input-cache/ +echo Checking internet connection... +curl -sSf tx.fhir.org > /dev/null + +if [ $? -eq 0 ]; then + echo "Online" + txoption="" +else + echo "Offline" + txoption="-tx n/a" +fi + +echo "$txoption" + +export JAVA_TOOL_OPTIONS="$JAVA_TOOL_OPTIONS -Dfile.encoding=UTF-8" + +publisher=$input_cache_path/$publisher_jar +if test -f "$publisher"; then + java -jar $publisher -ig . $txoption $* + +else + publisher=../$publisher_jar + if test -f "$publisher"; then + java -jar $publisher -ig . $txoption $* + else + echo IG Publisher NOT FOUND in input-cache or parent folder. Please run _updatePublisher. Aborting... + fi +fi diff --git a/input/business-processes/.gitignore b/input/business-processes/.gitignore new file mode 100644 index 0000000..2c0d4a3 --- /dev/null +++ b/input/business-processes/.gitignore @@ -0,0 +1 @@ +Empty file to keep the folder structure \ No newline at end of file diff --git a/input/decision-logic/.gitignore b/input/decision-logic/.gitignore new file mode 100644 index 0000000..2c0d4a3 --- /dev/null +++ b/input/decision-logic/.gitignore @@ -0,0 +1 @@ +Empty file to keep the folder structure \ No newline at end of file diff --git a/input/dictionary/.gitignore b/input/dictionary/.gitignore new file mode 100644 index 0000000..2c0d4a3 --- /dev/null +++ b/input/dictionary/.gitignore @@ -0,0 +1 @@ +Empty file to keep the folder structure \ No newline at end of file diff --git a/input/indicators/.gitignore b/input/indicators/.gitignore new file mode 100644 index 0000000..2c0d4a3 --- /dev/null +++ b/input/indicators/.gitignore @@ -0,0 +1 @@ +Empty file to keep the folder structure \ No newline at end of file diff --git a/input/pagecontent/feedback.md b/input/pagecontent/feedback.md new file mode 100644 index 0000000..0b2f770 --- /dev/null +++ b/input/pagecontent/feedback.md @@ -0,0 +1,10 @@ + +

+ Feedback specific to this specification can provided through: +

+ + diff --git a/input/pagecontent/index-dak.md b/input/pagecontent/index-dak.md new file mode 100644 index 0000000..dbc9fee --- /dev/null +++ b/input/pagecontent/index-dak.md @@ -0,0 +1,59 @@ + +
+

This DAK and set of implementation tools are still undergoing development.

+

Content is for demonstration purposes only.

+
{:.stu-note} + + +### Summary +This WHO [insert health domain here] DAK add content here + +### L1 Narrative guidelines +[insert content here] + +### L2 Operational guidelines +The L2 [insert health domain here] Digital adaptation kit publications and implementations tools can be found here: + + +- [Published DAK Document]() + +- [Link to core data dictionary]() + +- [Link to decision support logic]() + +- [Link to scheduling logic]() + +- [Link to indicators table]() + +- [Link to functional and non functional requirements]() + +### L3 Machine readable guidelines +The L3 FHIR Implementation Guide for the [insert health domain here] SMART Guidelines is yet to be published. Links will be published here as soon as they're available. + +### L4 Executable guidelines +Reference implementations representing the L4 layer for the [insert health domain here] SMART Guidelines are not yet available. Links will be published here as soon as they're available. + +### L5 Dynamic guidelines +Content representing the L5 layer for the [insert health domain here] SMART Guidelines are not yet available. Links will be published here as soon as they're available. + +### News + +### Contact Us +

Please let us know about your experience in using the DAK and questions you may have by contacting us at SMART@who.int

+ +### License +This work is licensed under a +[Creative Commons Attribution-NonCommercial-ShareAlike 3.0 IGO License][cc-by]. + +[![CC BY 3.0][cc-by-image]][cc-by] + +[cc-by]: http://creativecommons.org/licenses/by-nc-sa/3.0/igo/ +[cc-by-image]: https://i.creativecommons.org/l/by-nc-sa/3.0/igo/88x31.png +[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%203.0-lightgrey.svg + +### Providing Feedback +{% include feedback.md %} + + +### Disclaimer +The specification herewith documented is a demo working specification and may not be used for any implementation purposes. This draft is provided without warranty of completeness or consistency and the official publication supersedes this draft. No liability can be inferred from the use or misuse of this specification or its consequences. \ No newline at end of file diff --git a/input/pagecontent/index-ig.md b/input/pagecontent/index-ig.md new file mode 100644 index 0000000..d0e4e5f --- /dev/null +++ b/input/pagecontent/index-ig.md @@ -0,0 +1,47 @@ +This WHO [insert health domain here] Implementation Guide details how to use Health Level 7 (HL7) Fast Healthcare Interoperability Resources (FHIR) for consistent digital representation of [insert health domain here] services. + +
+

This implementation guide and set of artifacts are still undergoing development.

+

Content is for demonstration purposes only.

+
{:.stu-note} + + +### Summary +This implementation guide includes a machine-readable representation of WHO guidelines for [insert health domain here], as documented in the WHO Digital Adaptation Kit for [insert health domain here] (link forthcoming) and explicitly encodes computer-interoperable logic, including data models, terminologies, and logic expressions, in a computable language to support implementation of [insert health domain here] use cases by WHO Member States. + +The guide is part of the [WHO SMART Guidelines approach](https://www.who.int/teams/digital-health-and-innovation/smart-guidelines) to support countries to integrate WHO global health and data recommendations into digital systems accurately and consistently. It defines a series of FHIR Resources, Profiles, Extensions, and Terminology based on the WHO [insert health domain here] Digital Adaptation Kit (link forthcoming). + +Supporting guidance, recommendations, resources, and standards are included in the References and Dependencies. + +### About this implementation guide + +This implementation guide is broken into the following levels of [knowledge representation](https://hl7.org/fhir/uv/cpg/documentation-approach-06-01-levels-of-knowledge-representation.html): +- Home - contains references to the guidance, guidelines, policies and recommendations underpinning this implementation guide. +- Business Requirements - contains the requirements for this implementation guide including the definition of key concepts, use cases, and a data dictionary. +- Data Models and Exchange - contains the data models and data exchange protocols with actors and transactions defined. +- Deployment Guidance - contains relevant technical specifications and guidance, testing resources, reference implementation materials, and supporting guidance for adaptation to local contexts. + +This guide is prepared to facilitate digital implementation of WHO [insert health domain here] guidelines by providing FHIR-based computable representations of and implementation guidance for using the key components of the WHO [insert health domain here] digital adaptation kit (DAK): + +* Health Interventions & Recommendations +* Generic Personas +* User Scenarios +* Business Processes & Workflows +* Core Data Elements +* Decision Support Logic +* Indicators & Monitoring +* Functional & Non-functional Requirements + +This guide is a companion to the Digital Adaptation Kit (DAK) and should be used side-by-side with it. Implementers are strongly encouraged to make use of the Digital Adaptation Kit. The focus of this guide is on the explanation and use of the computable artifacts. + +This guide assumes use of the following resources: +* [IPS Patient](http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips) +* [CPG ActivityDefinitions](https://hl7.org/fhir/uv/cpg/artifacts.html#activitydefinition-index) + +- For a complete listing of the artifacts defined in this implementation guide, refer to the [Artifact Index](artifacts.html). +- A complete offline copy of this implementation guide can be found on the [Downloads](downloads.html) page. + +- This Implementation Guide makes use of [Clinical Quality Language](https://cql.hl7.org/) for the decision support artifacts including the PlanDefinitions and Measures. They are used to express how a calculation should occur and can be used with a CQL engine in order to process the decision or indicator directly from the applicable FHIR resources. Links to this specification, the FHIR Clinical Practice Guidelines Speciciation, and other helpful resources can be found in the Support dropdown. + +### Disclaimer +The specification herewith documented is a demo working specification and may not be used for any implementation purposes. This draft is provided without warranty of completeness or consistency and the official publication supersedes this draft. No liability can be inferred from the use or misuse of this specification or its consequences. diff --git a/input/pagecontent/index.md b/input/pagecontent/index.md index d0e4e5f..1b5d291 100644 --- a/input/pagecontent/index.md +++ b/input/pagecontent/index.md @@ -1,47 +1,5 @@ -This WHO [insert health domain here] Implementation Guide details how to use Health Level 7 (HL7) Fast Healthcare Interoperability Resources (FHIR) for consistent digital representation of [insert health domain here] services. + +{% include index-dak.md %} -
-

This implementation guide and set of artifacts are still undergoing development.

-

Content is for demonstration purposes only.

-
{:.stu-note} - - -### Summary -This implementation guide includes a machine-readable representation of WHO guidelines for [insert health domain here], as documented in the WHO Digital Adaptation Kit for [insert health domain here] (link forthcoming) and explicitly encodes computer-interoperable logic, including data models, terminologies, and logic expressions, in a computable language to support implementation of [insert health domain here] use cases by WHO Member States. - -The guide is part of the [WHO SMART Guidelines approach](https://www.who.int/teams/digital-health-and-innovation/smart-guidelines) to support countries to integrate WHO global health and data recommendations into digital systems accurately and consistently. It defines a series of FHIR Resources, Profiles, Extensions, and Terminology based on the WHO [insert health domain here] Digital Adaptation Kit (link forthcoming). - -Supporting guidance, recommendations, resources, and standards are included in the References and Dependencies. - -### About this implementation guide - -This implementation guide is broken into the following levels of [knowledge representation](https://hl7.org/fhir/uv/cpg/documentation-approach-06-01-levels-of-knowledge-representation.html): -- Home - contains references to the guidance, guidelines, policies and recommendations underpinning this implementation guide. -- Business Requirements - contains the requirements for this implementation guide including the definition of key concepts, use cases, and a data dictionary. -- Data Models and Exchange - contains the data models and data exchange protocols with actors and transactions defined. -- Deployment Guidance - contains relevant technical specifications and guidance, testing resources, reference implementation materials, and supporting guidance for adaptation to local contexts. - -This guide is prepared to facilitate digital implementation of WHO [insert health domain here] guidelines by providing FHIR-based computable representations of and implementation guidance for using the key components of the WHO [insert health domain here] digital adaptation kit (DAK): - -* Health Interventions & Recommendations -* Generic Personas -* User Scenarios -* Business Processes & Workflows -* Core Data Elements -* Decision Support Logic -* Indicators & Monitoring -* Functional & Non-functional Requirements - -This guide is a companion to the Digital Adaptation Kit (DAK) and should be used side-by-side with it. Implementers are strongly encouraged to make use of the Digital Adaptation Kit. The focus of this guide is on the explanation and use of the computable artifacts. - -This guide assumes use of the following resources: -* [IPS Patient](http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips) -* [CPG ActivityDefinitions](https://hl7.org/fhir/uv/cpg/artifacts.html#activitydefinition-index) - -- For a complete listing of the artifacts defined in this implementation guide, refer to the [Artifact Index](artifacts.html). -- A complete offline copy of this implementation guide can be found on the [Downloads](downloads.html) page. - -- This Implementation Guide makes use of [Clinical Quality Language](https://cql.hl7.org/) for the decision support artifacts including the PlanDefinitions and Measures. They are used to express how a calculation should occur and can be used with a CQL engine in order to process the decision or indicator directly from the applicable FHIR resources. Links to this specification, the FHIR Clinical Practice Guidelines Speciciation, and other helpful resources can be found in the Support dropdown. - -### Disclaimer -The specification herewith documented is a demo working specification and may not be used for any implementation purposes. This draft is provided without warranty of completeness or consistency and the official publication supersedes this draft. No liability can be inferred from the use or misuse of this specification or its consequences. + +{% include index-ig.md %} \ No newline at end of file diff --git a/input/pagecontent/system-requirements.md b/input/pagecontent/system-requirements.md new file mode 100644 index 0000000..c7dc616 --- /dev/null +++ b/input/pagecontent/system-requirements.md @@ -0,0 +1,6 @@ +### Functional Requirements +{% include functional-requirements.md %} + + +### Non-functional Requirements +{% include non-functional-requirements.md %} \ No newline at end of file diff --git a/input/scheduling-logic/.gitignore b/input/scheduling-logic/.gitignore new file mode 100644 index 0000000..2c0d4a3 --- /dev/null +++ b/input/scheduling-logic/.gitignore @@ -0,0 +1 @@ +Empty file to keep the folder structure \ No newline at end of file diff --git a/input/system-requirements/.gitignore b/input/system-requirements/.gitignore new file mode 100644 index 0000000..2c0d4a3 --- /dev/null +++ b/input/system-requirements/.gitignore @@ -0,0 +1 @@ +Empty file to keep the folder structure \ No newline at end of file