-
Notifications
You must be signed in to change notification settings - Fork 21
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
Changes from 2 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
4c0980c
Comment out references to undefined liquid templates
brynrhodes 582a3b9
Fixed package id
brynrhodes 1efab54
Merge branch 'main' into br-fix-includes
brynrhodes 01bae44
Added transitive dependencies for SUSHI
brynrhodes 532dbd7
Merge branch 'br-fix-includes' of https://github.com/WorldHealthOrgan…
brynrhodes 88e074d
Updated dependency versions for cpg and cqf
brynrhodes d445b4d
Merge branch 'main' into br-fix-includes
brynrhodes 0727ffb
Fixed name, title, and initial version
brynrhodes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
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: | ||
|
@@ -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 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brynrhodes @costateixeira
There was a problem hiding this comment.
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