BD-Core-FHIR-IG/ig.ini
jobayer 18d97f8d16
Some checks failed
FHIR IG CI/CD Pipeline / build-ig (push) Failing after 1m29s
FHIR IG CI/CD Pipeline / deploy (push) Has been skipped
Enhance README and configuration files for Bangladesh Core FHIR Implementation Guide
- Updated README.md to provide a comprehensive overview and purpose of the guide.
- Added BDLocation profile for immunization locations.
- Modified BDMedicationRequest profile to include additional references.
- Updated immunization profile with improved references and definitions.
- Removed obsolete location profile.
- Commented out sections in sushi-config.yaml for clarity.
2025-09-30 10:57:17 +06:00

44 lines
1.4 KiB
INI

[IG]
# ini file for the Implementation Guide publisher
# see comments below for instructions
ig = input/myig.xml
#template = fhir.base.template#current
template = #bd-national-template
#template = D:\Git\templates\ig-template-base
#template = #local-template
##########################
### 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