Prepare v0.2.0 release: Fixed ig.ini
This commit is contained in:
parent
7bfa246e8e
commit
56353fb6f0
2
ig.ini
2
ig.ini
@ -1,7 +1,7 @@
|
||||
[IG]
|
||||
# ini file for the Implementation Guide publisher
|
||||
# see comments below for instructions
|
||||
ig = input/myig.xml
|
||||
ig = input/bd.fhir.core.xml
|
||||
#template = fhir.base.template#current
|
||||
template = #bd-national-template
|
||||
#template = D:\Git\templates\ig-template-base
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
</extension>-->
|
||||
<url value="https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"/>
|
||||
<!-- This version will propagate to all artifacts unless the "propagate-version" extension is overridden -->
|
||||
<version value="v0.2.0"/>
|
||||
<version value="0.2.0"/>
|
||||
<name value="BangladeshCoreFHIRIG"/>
|
||||
<title value="Bangladesh Core FHIR Implementation Guide"/>
|
||||
<status value="active"/>
|
||||
@ -116,6 +116,10 @@
|
||||
<code value="releaselabel"/>
|
||||
<value value="Published by MoHFW"/>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<code value="path-history"/>
|
||||
<value value="https://fhir.dghs.gov.bd/core/history.html"/>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<code value="find-other-resources"/>
|
||||
<value value="true"/>
|
||||
@ -1,22 +1,22 @@
|
||||
{
|
||||
"package-id": "bd.fhir.core",
|
||||
"title": "Bangladesh Core FHIR Implementation Guide",
|
||||
"canonical": "https://fhir.dghs.gov.bd",
|
||||
"canonical": "https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core",
|
||||
"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://fhir.dghs.gov.bd",
|
||||
"path": "https://fhir.dghs.gov.bd/core/build",
|
||||
"status": "ci-build",
|
||||
"current": true
|
||||
},
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"version": "v0.2.0",
|
||||
"date": "2025-10-02",
|
||||
"desc": "First draft release of the Bangladesh Core FHIR IG.",
|
||||
"path": "https://fhir.dghs.gov.bd",
|
||||
"status": "draft",
|
||||
"path": "https://fhir.dghs.gov.bd/core/v0.2.0",
|
||||
"status": "trial-use",
|
||||
"sequence": "STU 1"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user