diff --git a/package-feed.xml b/package-feed.xml new file mode 100644 index 0000000..9714505 --- /dev/null +++ b/package-feed.xml @@ -0,0 +1,30 @@ + + + Bangladesh Core FHIR Packages + New Packages published by DGHS Bangladesh + https://github.com/DGHS-BD/BD-Core-FHIR-IG + DGHS Bangladesh FHIR Publication tooling + Thu, 02 Oct 2025 12:00:00 +0000 + + Thu, 02 Oct 2025 12:00:00 +0000 + en + 600 + + + bd.fhir.core#0.2.0 + The first draft release of the Bangladesh Core FHIR Implementation Guide. + https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG/releases/download/v0.2.0/bd.fhir.core-0.2.0.tgz + https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG/releases/download/v0.2.0/bd.fhir.core-0.2.0.tgz + DGHS Bangladesh + 4.0.1 + IG + Thu, 02 Oct 2025 12:00:00 +0000 + Publication run at 02/10/2025 by DGHS Bangladesh using IG Publisher v1.8.x. Source: BD-Core-FHIR-IG repo + + + + diff --git a/package-list.json b/package-list.json index 774a8d9..d14eb68 100644 --- a/package-list.json +++ b/package-list.json @@ -1,20 +1,23 @@ { - "package-id" : "hl7.fhir.uv.myig", - "title" : "Your User Friendly Name for MyIG Here", - "canonical" : "http://hl7.org/fhir/uv/myig", - "introduction" : "The introduction that should appear in the FHIR IG registry", - "list" : [{ - "version" : "current", - "desc" : "Continuous Integration Build (latest in version control)", - "path" : "http://hl7.org/fhir/ig/HL7/myig", - "status" : "ci-build", - "current" : true - },{ - "version" : "0.1.0", - "date" : "2099-01-01", - "desc" : "Initial STU ballot (Mmm yyyy Ballot)", - "path" : "http://hl7.org/fhir/yyyyMmm/myig.html", - "status" : "ballot", - "sequence" : "DSTU 1" - }] -} \ No newline at end of file + "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" + } + ] +}