Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comment out references to undefined liquid templates #14

Merged
merged 8 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ig.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[IG]
ig = fsh-generated/resources/ImplementationGuide-who.fhir.smart-ig-empty.json
ig = fsh-generated/resources/ImplementationGuide-smart.who.int.ig-empty.json

#template = #local-template
template = who.fhir.template#current
3 changes: 2 additions & 1 deletion input/pagecontent/functional-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ These requirements are taken from Component 8 and Web Annex D of the WHO Digital

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

{% include fragment-functionalrequirements.liquid %}
<!-- Cannot find this dependency -->
<!--{ % include fragment-functionalrequirements.liquid %}-->
16 changes: 16 additions & 0 deletions input/pagecontent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,19 @@ This guide assumes use of the following resources:

### 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.

### Dependencies

{% include dependency-table-short.xhtml %}

### Cross Version Analysis

{% include cross-version-analysis.xhtml %}

### Global Profiles

{% include globals-table.xhtml %}

### IP Statements

{% include ip-statements.xhtml %}
3 changes: 2 additions & 1 deletion input/pagecontent/personas.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ key competences of are defined in the following table.

**Descriptions of key generic personas**

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

<br/>
37 changes: 24 additions & 13 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,40 @@
id: who.fhir.smart-ig-empty
canonical: http://worldhealthorganization.github.io/smart
name: SMART
id: smart.who.int.ig-empty
canonical: http://smart.who.int/ig-empty
name: SMARTIGEmpty
title: SMART Empty IG
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name should be IGEmpty , i don't think we've been including SMART in names

I also renamed SMARTBase to Base

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brynrhodes this needs to be fixed before we merge

CC @costateixeira

description: An empty Implementation Guide to be used as a starting point for building SMART Guidelines Implementation Guides
status: draft # draft | active | retired | unknown
version: 0.1.0
fhirVersion: 4.3.0 # https://www.hl7.org/fhir/valueset-FHIR-version.html
experimental: false
version: 1.0.0
fhirVersion: 4.0.1 # https://www.hl7.org/fhir/valueset-FHIR-version.html
#fhirVersion: 4.3.0 # https://www.hl7.org/fhir/valueset-FHIR-version.html
copyrightYear: 2023+
releaseLabel: ci-build # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use
# license: CC0-1.0 # https://www.hl7.org/fhir/valueset-spdx-license.html
# jurisdiction: urn:iso:std:iso:3166#US "United States of America" # https://www.hl7.org/fhir/valueset-jurisdiction.html
license: CC-BY-SA-3.0-IGO # https://www.hl7.org/fhir/valueset-spdx-license.html
jurisdiction: http://unstats.un.org/unsd/methods/m49/m49.htm#001 "World" # https://www.hl7.org/fhir/valueset-jurisdiction.html
publisher:
name: WHO
url: http://who.int
# email: [email protected]

dependencies:
# hl7.fhir.core:
# id: r4b
# version: 4.6.0
# reason: |
# This IG leverages subscription constructs pre-adopted from R4B. Importing this IG makes the relevant terminologies available.
smart.who.int.base:
id: sb
version: dev
reason: This IG uses SMART base computable guideline capabilities
smart.who.int.base-clinical:
id: sbc
version: dev
reason: This IG uses SMART base clinical capabilities

meta:
profile:
- SMARTImplementationGuide
- http://smart.who.int/base/StructureDefinition/SGImplementationGuide

pages:
index.md:
Expand Down Expand Up @@ -253,8 +269,3 @@ menu:
# if InstanceOf references a profile:
#
# setId: always # always | standalone-only
dependencies:
who.fhir.smart-base: dev
hl7.fhir.uv.sdc: 3.0.0
hl7.fhir.uv.cpg: current
# hl7.fhir.us.cqfmeasures: current
Loading