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 @@
-->
-
+
@@ -116,6 +116,10 @@
+
+
+
+
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"
}
]