- Add version extraction from IG and tag validation for releases - Update package-list.json and package-feed.xml automatically on releases - Replace Docker-based deployment with direct file upload via SCP/SSH - Add publication request configuration for FHIR registry - Remove obsolete Dockerfile.serve as deployment strategy changed
34 lines
1.3 KiB
XML
34 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
|
<id>https://fhir.dghs.gov.bd/core/package-feed.xml</id>
|
|
<title>Bangladesh Core FHIR IG Package Feed</title>
|
|
<subtitle>FHIR Package Feed for bd.fhir.core</subtitle>
|
|
<link rel="self" href="https://fhir.dghs.gov.bd/core/package-feed.xml"/>
|
|
<link rel="alternate" href="https://fhir.dghs.gov.bd/core/"/>
|
|
<updated>2025-10-02T00:00:00Z</updated>
|
|
<author>
|
|
<name>MIS, Directorate General of Health Services (DGHS), Bangladesh</name>
|
|
<uri>https://dghs.gov.bd</uri>
|
|
</author>
|
|
|
|
<!-- Entries will be automatically added by the CI/CD pipeline -->
|
|
<!-- Example entry structure (will be generated): -->
|
|
<!--
|
|
<entry>
|
|
<title>bd.fhir.core version 0.2.0</title>
|
|
<link rel="alternate" href="https://fhir.dghs.gov.bd/core/0.2.0/"/>
|
|
<id>https://fhir.dghs.gov.bd/core/0.2.0/</id>
|
|
<updated>2025-10-02T00:00:00Z</updated>
|
|
<summary>Release 0.2.0 of Bangladesh Core FHIR Implementation Guide</summary>
|
|
</entry>
|
|
-->
|
|
|
|
<entry>
|
|
<title>bd.fhir.core version 0.2.0</title>
|
|
<link rel="alternate" href="https://fhir.dghs.gov.bd/core/0.2.0/"/>
|
|
<id>https://fhir.dghs.gov.bd/core/0.2.0/</id>
|
|
<updated>2025-10-02T00:00:00Z</updated>
|
|
<summary>First draft release of Bangladesh Core FHIR Implementation Guide</summary>
|
|
</entry>
|
|
</feed>
|