From 7bfa246e8eb11c4bcf8538d2c086b4ae1dd788e1 Mon Sep 17 00:00:00 2001 From: "Dr. B. M. Riazul Islam" Date: Thu, 2 Oct 2025 08:26:26 +0000 Subject: [PATCH] Prepare v0.2.0 release: Fixed package-list.json --- package-list.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package-list.json b/package-list.json index d14eb68..048fab3 100644 --- a/package-list.json +++ b/package-list.json @@ -1,23 +1,23 @@ { - "package-id" : "bd.fhir.core", - "title" : "Bangladesh Core FHIR Implementation Guide", - "canonical" : "https://fhir.dghs.gov.bd", - "introduction" : "The Bangladesh Core FHIR IG defines national base profiles, value sets, and extensions for health data interoperability.", - "list" : [ + "package-id": "bd.fhir.core", + "title": "Bangladesh Core FHIR Implementation Guide", + "canonical": "https://fhir.dghs.gov.bd", + "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://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG/build", - "status" : "ci-build", - "current" : true + "version": "current", + "desc": "Continuous Integration Build (latest development version)", + "path": "https://fhir.dghs.gov.bd", + "status": "ci-build", + "current": true }, { - "version" : "0.2.0", - "date" : "2025-10-02", - "desc" : "First draft release of the Bangladesh Core FHIR IG.", - "path" : "https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG/0.2.0", - "status" : "draft", - "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", + "status": "draft", + "sequence": "STU 1" } ] }