BD-Core-FHIR-IG/package-list.json
Dr. B. M. Riazul Islam 1c19dd476c
All checks were successful
FHIR IG CI/CD Pipeline / build-ig (push) Successful in 7m3s
FHIR IG CI/CD Pipeline / deploy (push) Successful in 10s
Prepare v0.2.0 release: Fixed package-list.json and added package-feed.xml
2025-10-02 07:33:33 +00:00

24 lines
806 B
JSON

{
"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" : "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"
}
]
}