forked from HL7/davinci-deqm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d42716a
commit c6cae9f
Showing
1 changed file
with
47 additions
and
50 deletions.
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,50 +1,47 @@ | ||
[IG] | ||
# ini file for the Implementation Guide publisher | ||
# see comments below for instructions | ||
|
||
ig = input/ig.json | ||
template = hl7.davinci.template#current | ||
|
||
dependencies: | ||
hl7.fhir.us.core: 4.0.1 | ||
|
||
########################## | ||
### ig.ini parameters: ### | ||
########################## | ||
|
||
# ig: the name of the implementation guide resource file. | ||
#examples: | ||
# ig = input/myig.xml | ||
# ig = input/implementationguide-example2.xml | ||
|
||
|
||
|
||
# template: the IG template that will be used to create the implementation guide (normally be a package name, but can be a local folder). | ||
# base fhir template: | ||
#template = fhir.base.template | ||
|
||
# HL7 (non-FHIR) IG template: | ||
#template = hl7.base.template | ||
|
||
# HL7 FHIR template: | ||
#template = hl7.fhir.template | ||
|
||
# it's possible to specify a specific version of the template | ||
#template = fhir.base.template#0.1.0 | ||
# or the current version: | ||
#template = fhir.base.template#current | ||
# if no version is specified, the publisher will take the #current version | ||
|
||
# local templates can be used by prefixing a relative path with # : | ||
#template = #mylocaltemplate | ||
#template = #..\templates\mytesttemplate1 | ||
|
||
# local templates can also use absolute paths: | ||
#template = #C:\MyWork\ImplementationGuides\mytemplates\mytesttemplate1 | ||
|
||
|
||
# other parameters are defined in the ImplementationGuide resource: | ||
# https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters | ||
|
||
# for more documentation on implementation guides and templates, see the FHIR Guidance ImplementationGuide | ||
# http://build.fhir.org/ig/FHIR/ig-guidance | ||
[IG] | ||
# ini file for the Implementation Guide publisher | ||
# see comments below for instructions | ||
|
||
ig = input/ig.json | ||
template = hl7.davinci.template#current | ||
|
||
dependencies: | ||
hl7.fhir.us.core: 4.0.1 | ||
|
||
########################## | ||
### ig.ini parameters: ### | ||
########################## | ||
|
||
# ig: the name of the implementation guide resource file. | ||
#examples: | ||
# ig = input/myig.xml | ||
# ig = input/implementationguide-example2.xml | ||
|
||
# template: the IG template that will be used to create the implementation guide (normally be a package name, but can be a local folder). | ||
# base fhir template: | ||
#template = fhir.base.template | ||
|
||
# HL7 (non-FHIR) IG template: | ||
#template = hl7.base.template | ||
|
||
# HL7 FHIR template: | ||
#template = hl7.fhir.template | ||
|
||
# it's possible to specify a specific version of the template | ||
#template = fhir.base.template#0.1.0 | ||
# or the current version: | ||
#template = fhir.base.template#current | ||
# if no version is specified, the publisher will take the #current version | ||
|
||
# local templates can be used by prefixing a relative path with # : | ||
#template = #mylocaltemplate | ||
#template = #..\templates\mytesttemplate1 | ||
|
||
# local templates can also use absolute paths: | ||
#template = #C:\MyWork\ImplementationGuides\mytemplates\mytesttemplate1 | ||
|
||
# other parameters are defined in the ImplementationGuide resource: | ||
# https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters | ||
|
||
# for more documentation on implementation guides and templates, see the FHIR Guidance ImplementationGuide | ||
# http://build.fhir.org/ig/FHIR/ig-guidance |