Prepare v0.2.0 release: Fixed ig.ini
All checks were successful
FHIR IG CI/CD Pipeline / build-ig (push) Successful in 16m6s
FHIR IG CI/CD Pipeline / deploy (push) Successful in 10s

This commit is contained in:
Dr. B. M. Riazul Islam 2025-10-02 10:16:38 +00:00
parent 7bfa246e8e
commit 56353fb6f0
3 changed files with 11 additions and 7 deletions

2
ig.ini
View File

@ -1,7 +1,7 @@
[IG] [IG]
# ini file for the Implementation Guide publisher # ini file for the Implementation Guide publisher
# see comments below for instructions # see comments below for instructions
ig = input/myig.xml ig = input/bd.fhir.core.xml
#template = fhir.base.template#current #template = fhir.base.template#current
template = #bd-national-template template = #bd-national-template
#template = D:\Git\templates\ig-template-base #template = D:\Git\templates\ig-template-base

View File

@ -13,7 +13,7 @@
</extension>--> </extension>-->
<url value="https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"/> <url value="https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"/>
<!-- This version will propagate to all artifacts unless the "propagate-version" extension is overridden --> <!-- This version will propagate to all artifacts unless the "propagate-version" extension is overridden -->
<version value="v0.2.0"/> <version value="0.2.0"/>
<name value="BangladeshCoreFHIRIG"/> <name value="BangladeshCoreFHIRIG"/>
<title value="Bangladesh Core FHIR Implementation Guide"/> <title value="Bangladesh Core FHIR Implementation Guide"/>
<status value="active"/> <status value="active"/>
@ -116,6 +116,10 @@
<code value="releaselabel"/> <code value="releaselabel"/>
<value value="Published by MoHFW"/> <value value="Published by MoHFW"/>
</parameter> </parameter>
<parameter>
<code value="path-history"/>
<value value="https://fhir.dghs.gov.bd/core/history.html"/>
</parameter>
<parameter> <parameter>
<code value="find-other-resources"/> <code value="find-other-resources"/>
<value value="true"/> <value value="true"/>

View File

@ -1,22 +1,22 @@
{ {
"package-id": "bd.fhir.core", "package-id": "bd.fhir.core",
"title": "Bangladesh Core FHIR Implementation Guide", "title": "Bangladesh Core FHIR Implementation Guide",
"canonical": "https://fhir.dghs.gov.bd", "canonical": "https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core",
"introduction": "The Bangladesh Core FHIR IG defines national base profiles, value sets, and extensions for health data interoperability.", "introduction": "The Bangladesh Core FHIR IG defines national base profiles, value sets, and extensions for health data interoperability.",
"list": [ "list": [
{ {
"version": "current", "version": "current",
"desc": "Continuous Integration Build (latest development version)", "desc": "Continuous Integration Build (latest development version)",
"path": "https://fhir.dghs.gov.bd", "path": "https://fhir.dghs.gov.bd/core/build",
"status": "ci-build", "status": "ci-build",
"current": true "current": true
}, },
{ {
"version": "0.2.0", "version": "v0.2.0",
"date": "2025-10-02", "date": "2025-10-02",
"desc": "First draft release of the Bangladesh Core FHIR IG.", "desc": "First draft release of the Bangladesh Core FHIR IG.",
"path": "https://fhir.dghs.gov.bd", "path": "https://fhir.dghs.gov.bd/core/v0.2.0",
"status": "draft", "status": "trial-use",
"sequence": "STU 1" "sequence": "STU 1"
} }
] ]