From dd19383e110df603a10c6aaa44b791d36e960ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Costa=20Teixeira?= Date: Tue, 21 Apr 2020 23:01:21 +0200 Subject: [PATCH] add links to additional documentation --- ig.ini | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/ig.ini b/ig.ini index 9541e00..477ea60 100644 --- a/ig.ini +++ b/ig.ini @@ -29,13 +29,22 @@ examples: # it's possible to specify a specific version of the template #template = fhir.base.template#0.1.0 -# or the current version: +# or the current version: #template = fhir.base.template#current -# if no version is specified, the publisher will take the #current version +# if no version is specified, the publisher will take the #current version -# local templates can be used by prefixing a relative path with # : +# local templates can be used by prefixing a relative path with # : #template = #mylocaltemplate #template = #..\templates\mytesttemplate1 -# local templates can also use absolute paths: +# 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 + +