Skip to content

Commit b5e04ab

Browse files
authored
Merge pull request #14 from WorldHealthOrganization/br-fix-includes
Comment out references to undefined liquid templates
2 parents 0485009 + 0727ffb commit b5e04ab

File tree

5 files changed

+100
-18
lines changed

5 files changed

+100
-18
lines changed

ig.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[IG]
2-
ig = fsh-generated/resources/ImplementationGuide-who.fhir.smart-ig-empty.json
2+
ig = fsh-generated/resources/ImplementationGuide-smart.who.int.ig-empty.json
33

44
#template = #local-template
55
template = who.template.root#current

input/pagecontent/functional-requirements.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ These requirements are taken from Component 8 and Web Annex D of the WHO Digital
44

55
Please note that these are not exhaustive lists and should be modified according to context and user persona needs
66

7-
{% include fragment-functionalrequirements.liquid %}
7+
<!-- Cannot find this dependency -->
8+
<!--{ % include fragment-functionalrequirements.liquid %}-->

input/pagecontent/index.md

Lines changed: 61 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,64 @@
11
<!-- please keep only this for L2 DAK -->
22
{% include index-dak.md %}
33

4-
<!-- please keep only this for L3 FHIR IG -->
5-
{% include index-ig.md %}
4+
<div>
5+
<p> This implementation guide and set of artifacts are still undergoing development. </p>
6+
<p> Content is for demonstration purposes only. </p>
7+
</div>{:.stu-note}
8+
9+
10+
### Summary
11+
This implementation guide includes a machine-readable representation of WHO guidelines for <mark>[insert health domain here]</mark>, as documented in the WHO Digital Adaptation Kit for <mark>[insert health domain here]</mark> (link forthcoming) and explicitly encodes computer-interoperable logic, including data models, terminologies, and logic expressions, in a computable language to support implementation of <mark>[insert health domain here]</mark> use cases by WHO Member States.
12+
13+
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 <mark>[insert health domain here]</mark> Digital Adaptation Kit (link forthcoming).
14+
15+
Supporting guidance, recommendations, resources, and standards are included in the <a href="references.html">References</a> and <a href="dependencies.html">Dependencies</a>.
16+
17+
### About this implementation guide
18+
19+
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):
20+
- <a href="index.html">Home</a> - contains references to the guidance, guidelines, policies and recommendations underpinning this implementation guide.
21+
- <a href="business-requirements.html">Business Requirements</a> - contains the requirements for this implementation guide including the definition of key concepts, use cases, and a data dictionary.
22+
- <a href="data-models-and-exchange.html">Data Models and Exchange</a> - contains the data models and data exchange protocols with actors and transactions defined.
23+
- <a href="deployment.html">Deployment Guidance </a> - contains relevant technical specifications and guidance, testing resources, reference implementation materials, and supporting guidance for adaptation to local contexts.
24+
25+
This guide is prepared to facilitate digital implementation of WHO <mark>[insert health domain here]</mark> guidelines by providing FHIR-based computable representations of and implementation guidance for using the key components of the WHO <mark>[insert health domain here]</mark> digital adaptation kit (DAK):
26+
27+
* Health Interventions & Recommendations
28+
* Generic Personas
29+
* User Scenarios
30+
* Business Processes & Workflows
31+
* Core Data Elements
32+
* Decision Support Logic
33+
* Indicators & Monitoring
34+
* Functional & Non-functional Requirements
35+
36+
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.
37+
38+
This guide assumes use of the following resources:
39+
* [IPS Patient](http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips)
40+
* [CPG ActivityDefinitions](https://hl7.org/fhir/uv/cpg/artifacts.html#activitydefinition-index)
41+
42+
- For a complete listing of the artifacts defined in this implementation guide, refer to the [Artifact Index](artifacts.html).
43+
- A complete offline copy of this implementation guide can be found on the [Downloads](downloads.html) page.
44+
45+
- 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.
46+
47+
### Disclaimer
48+
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.
49+
50+
### Dependencies
51+
52+
{% include dependency-table-short.xhtml %}
53+
54+
### Cross Version Analysis
55+
56+
{% include cross-version-analysis.xhtml %}
57+
58+
### Global Profiles
59+
60+
{% include globals-table.xhtml %}
61+
62+
### IP Statements
63+
64+
{% include ip-statements.xhtml %}

input/pagecontent/personas.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ key competences of are defined in the following table.
1212

1313
**Descriptions of key generic personas**
1414

15-
{% include fragment-actors.liquid %}
15+
<!-- Cannot find this dependency -->
16+
<!--{ % include fragment-actors.liquid %}-->
1617

1718
<br/>

sushi-config.yaml

Lines changed: 34 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,50 @@
1-
id: who.fhir.smart-ig-empty
2-
canonical: http://worldhealthorganization.github.io/smart
3-
name: SMART
4-
title: SMART Empty IG
1+
id: smart.who.int.ig-empty
2+
canonical: http://smart.who.int/ig-empty
3+
name: IGEmpty
4+
title: Empty IG
55
description: An empty Implementation Guide to be used as a starting point for building SMART Guidelines Implementation Guides
66
status: draft # draft | active | retired | unknown
7+
experimental: false
78
version: 0.1.0
8-
fhirVersion: 4.3.0 # https://www.hl7.org/fhir/valueset-FHIR-version.html
9+
fhirVersion: 4.0.1 # https://www.hl7.org/fhir/valueset-FHIR-version.html
10+
#fhirVersion: 4.3.0 # https://www.hl7.org/fhir/valueset-FHIR-version.html
911
copyrightYear: 2023+
1012
releaseLabel: ci-build # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use
11-
# license: CC0-1.0 # https://www.hl7.org/fhir/valueset-spdx-license.html
12-
# jurisdiction: urn:iso:std:iso:3166#US "United States of America" # https://www.hl7.org/fhir/valueset-jurisdiction.html
13+
license: CC-BY-SA-3.0-IGO # https://www.hl7.org/fhir/valueset-spdx-license.html
14+
jurisdiction: http://unstats.un.org/unsd/methods/m49/m49.htm#001 "World" # https://www.hl7.org/fhir/valueset-jurisdiction.html
1315
publisher:
1416
name: WHO
1517
url: http://who.int
1618
# email: test@example.org
1719

20+
dependencies:
21+
# hl7.fhir.core:
22+
# id: r4b
23+
# version: 4.6.0
24+
# reason: |
25+
# This IG leverages subscription constructs pre-adopted from R4B. Importing this IG makes the relevant terminologies available.
26+
# NOTE: These dependencies are required because SUSHI doesn't load transitive dependencies
27+
# See the zulip thread here: https://chat.fhir.org/#narrow/stream/215610-shorthand/search/transitive
28+
hl7.terminology: 5.5.0
29+
hl7.fhir.uv.extensions.r4: 5.1.0
30+
hl7.fhir.uv.cql: 1.0.0
31+
hl7.fhir.uv.crmi: 1.0.0
32+
hl7.fhir.uv.sdc: 3.0.0
33+
hl7.fhir.uv.cpg: 2.0.0
34+
hl7.fhir.us.cqfmeasures: 5.0.0
35+
# Actual dependencies
36+
smart.who.int.base:
37+
id: sb
38+
version: 0.1.0
39+
reason: This IG uses SMART base computable guideline capabilities
40+
smart.who.int.base-clinical:
41+
id: sbc
42+
version: dev
43+
reason: This IG uses SMART base clinical capabilities
1844

1945
meta:
2046
profile:
21-
- SMARTImplementationGuide
47+
- http://smart.who.int/base/StructureDefinition/SGImplementationGuide
2248

2349
pages:
2450
index.md:
@@ -256,8 +282,3 @@ menu:
256282
# if InstanceOf references a profile:
257283
#
258284
# setId: always # always | standalone-only
259-
dependencies:
260-
smart.who.int.base: current
261-
hl7.fhir.uv.sdc: 3.0.0
262-
hl7.fhir.uv.cpg: current
263-
# hl7.fhir.us.cqfmeasures: current

0 commit comments

Comments
 (0)