From 56353fb6f09693e188ccbb319e864864deda7ace Mon Sep 17 00:00:00 2001 From: "Dr. B. M. Riazul Islam" Date: Thu, 2 Oct 2025 10:16:38 +0000 Subject: [PATCH] Prepare v0.2.0 release: Fixed ig.ini --- ig.ini | 2 +- input/{myig.xml => bd.fhir.core.xml} | 6 +++++- package-list.json => package-list.json.backup | 10 +++++----- 3 files changed, 11 insertions(+), 7 deletions(-) rename input/{myig.xml => bd.fhir.core.xml} (97%) rename package-list.json => package-list.json.backup (69%) diff --git a/ig.ini b/ig.ini index 9c16c24..c3f173c 100644 --- a/ig.ini +++ b/ig.ini @@ -1,7 +1,7 @@ [IG] # ini file for the Implementation Guide publisher # see comments below for instructions -ig = input/myig.xml +ig = input/bd.fhir.core.xml #template = fhir.base.template#current template = #bd-national-template #template = D:\Git\templates\ig-template-base diff --git a/input/myig.xml b/input/bd.fhir.core.xml similarity index 97% rename from input/myig.xml rename to input/bd.fhir.core.xml index 5e6c516..d2a27fb 100644 --- a/input/myig.xml +++ b/input/bd.fhir.core.xml @@ -13,7 +13,7 @@ --> - + <status value="active"/> @@ -116,6 +116,10 @@ <code value="releaselabel"/> <value value="Published by MoHFW"/> </parameter> + <parameter> + <code value="path-history"/> + <value value="https://fhir.dghs.gov.bd/core/history.html"/> + </parameter> <parameter> <code value="find-other-resources"/> <value value="true"/> diff --git a/package-list.json b/package-list.json.backup similarity index 69% rename from package-list.json rename to package-list.json.backup index 048fab3..06db7f6 100644 --- a/package-list.json +++ b/package-list.json.backup @@ -1,22 +1,22 @@ { "package-id": "bd.fhir.core", "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.", "list": [ { "version": "current", "desc": "Continuous Integration Build (latest development version)", - "path": "https://fhir.dghs.gov.bd", + "path": "https://fhir.dghs.gov.bd/core/build", "status": "ci-build", "current": true }, { - "version": "0.2.0", + "version": "v0.2.0", "date": "2025-10-02", "desc": "First draft release of the Bangladesh Core FHIR IG.", - "path": "https://fhir.dghs.gov.bd", - "status": "draft", + "path": "https://fhir.dghs.gov.bd/core/v0.2.0", + "status": "trial-use", "sequence": "STU 1" } ]