Prepare v0.2.0 release: Fixed package name canonical url
All checks were successful
FHIR IG CI/CD Pipeline / build-ig (push) Successful in 6m52s
FHIR IG CI/CD Pipeline / deploy (push) Successful in 10s

This commit is contained in:
Dr. B. M. Riazul Islam 2025-10-02 10:51:40 +00:00
parent 441ba94e45
commit 7c70cbd667
3 changed files with 5 additions and 9 deletions

View File

@ -13,7 +13,7 @@
- Unique Health ID (UHID) - Unique Health ID (UHID)
- **Bangladesh Address profile** with Division, District, Upazila, and Union levels. - **Bangladesh Address profile** with Division, District, Upazila, and Union levels.
- Initial **examples** for Patient and Practitioner resources. - Initial **examples** for Patient and Practitioner resources.
- Configured **myig.xml** with canonical URL `https://fhir.dghs.gov.bd/core`. - Configured **bd.fhir.core.xml** with canonical URL `https://fhir.dghs.gov.bd`.
### Notes ### Notes
- This is a **pre-release draft** (`0.x.x` series). - This is a **pre-release draft** (`0.x.x` series).

View File

@ -11,7 +11,7 @@
<!-- <extension url="http://hl7.org/fhir/tools/StructureDefinition/igpublisher-spreadsheet"> <!-- <extension url="http://hl7.org/fhir/tools/StructureDefinition/igpublisher-spreadsheet">
<valueString value="resources-spreadsheet.xml"/> <valueString value="resources-spreadsheet.xml"/>
</extension>--> </extension>-->
<url value="https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"/> <url value="https://fhir.dghs.gov.bd/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="0.2.0"/> <version value="0.2.0"/>
<name value="BangladeshCoreFHIRIG"/> <name value="BangladeshCoreFHIRIG"/>
@ -116,10 +116,6 @@
<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,13 +1,13 @@
{ {
"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/core/ImplementationGuide/bd.fhir.core", "canonical": "https://fhir.dghs.gov.bd/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/core/build", "path": "https://fhir.dghs.gov.bd/build",
"status": "ci-build", "status": "ci-build",
"current": true "current": true
}, },
@ -15,7 +15,7 @@
"version": "v0.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/core/v0.2.0", "path": "https://fhir.dghs.gov.bd/v0.2.0",
"status": "trial-use", "status": "trial-use",
"sequence": "STU 1" "sequence": "STU 1"
} }