From 39717d3c1d24d331ace8fcabd89bcd9440da656b Mon Sep 17 00:00:00 2001 From: "Dr. B. M. Riazul Islam" Date: Fri, 6 Mar 2026 23:10:01 +0600 Subject: [PATCH] Prepare for 0.2.2 release with complete version history --- input/bd.fhir.core.xml | 2 +- input/package-list.json | 31 +++++++++++++++++++++++++++++++ package-list.json | 12 ++++++++++-- 3 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 input/package-list.json diff --git a/input/bd.fhir.core.xml b/input/bd.fhir.core.xml index 37462db..0bb79cd 100644 --- a/input/bd.fhir.core.xml +++ b/input/bd.fhir.core.xml @@ -13,7 +13,7 @@ --> - + <status value="active"/> diff --git a/input/package-list.json b/input/package-list.json new file mode 100644 index 0000000..5e0f80a --- /dev/null +++ b/input/package-list.json @@ -0,0 +1,31 @@ +{ + "package-id": "bd.fhir.core", + "title": "Bangladesh Core FHIR Implementation Guide", + "canonical": "https://fhir.dghs.gov.bd/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 in development)", + "path": "https://fhir.dghs.gov.bd/core/", + "status": "ci-build", + "current": true + }, + { + "version": "0.2.1", + "date": "2025-10-06", + "desc": "Second draft release of the Bangladesh Core FHIR IG", + "path": "https://fhir.dghs.gov.bd/core/0.2.1/", + "status": "trial-use", + "sequence": "STU 1" + }, + { + "version": "0.2.0", + "date": "2025-10-02", + "desc": "First draft release of the Bangladesh Core FHIR IG", + "path": "https://fhir.dghs.gov.bd/core/0.2.0/", + "status": "trial-use", + "sequence": "STU 1" + } + ] +} \ No newline at end of file diff --git a/package-list.json b/package-list.json index e4d3f10..5e0f80a 100644 --- a/package-list.json +++ b/package-list.json @@ -1,7 +1,7 @@ { "package-id": "bd.fhir.core", "title": "Bangladesh Core FHIR Implementation Guide", - "canonical": "https://fhir.dghs.gov.bd/core/", + "canonical": "https://fhir.dghs.gov.bd/core", "introduction": "The Bangladesh Core FHIR IG defines national base profiles, value sets, and extensions for health data interoperability.", "list": [ { @@ -11,6 +11,14 @@ "status": "ci-build", "current": true }, + { + "version": "0.2.1", + "date": "2025-10-06", + "desc": "Second draft release of the Bangladesh Core FHIR IG", + "path": "https://fhir.dghs.gov.bd/core/0.2.1/", + "status": "trial-use", + "sequence": "STU 1" + }, { "version": "0.2.0", "date": "2025-10-02", @@ -20,4 +28,4 @@ "sequence": "STU 1" } ] -} +} \ No newline at end of file