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]
|
[IG]
|
||||||
# ini file for the Implementation Guide publisher
|
# ini file for the Implementation Guide publisher
|
||||||
# see comments below for instructions
|
# see comments below for instructions
|
||||||
ig = input/myig.xml
|
ig = input/bd.fhir.core.xml
|
||||||
#template = fhir.base.template#current
|
#template = fhir.base.template#current
|
||||||
template = #bd-national-template
|
template = #bd-national-template
|
||||||
#template = D:\Git\templates\ig-template-base
|
#template = D:\Git\templates\ig-template-base
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
</extension>-->
|
</extension>-->
|
||||||
<url value="https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"/>
|
<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 -->
|
<!-- 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"/>
|
<name value="BangladeshCoreFHIRIG"/>
|
||||||
<title value="Bangladesh Core FHIR Implementation Guide"/>
|
<title value="Bangladesh Core FHIR Implementation Guide"/>
|
||||||
<status value="active"/>
|
<status value="active"/>
|
||||||
@ -116,6 +116,10 @@
|
|||||||
<code value="releaselabel"/>
|
<code value="releaselabel"/>
|
||||||
<value value="Published by MoHFW"/>
|
<value value="Published by MoHFW"/>
|
||||||
</parameter>
|
</parameter>
|
||||||
|
<parameter>
|
||||||
|
<code value="path-history"/>
|
||||||
|
<value value="https://fhir.dghs.gov.bd/core/history.html"/>
|
||||||
|
</parameter>
|
||||||
<parameter>
|
<parameter>
|
||||||
<code value="find-other-resources"/>
|
<code value="find-other-resources"/>
|
||||||
<value value="true"/>
|
<value value="true"/>
|
||||||
@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"package-id": "bd.fhir.core",
|
"package-id": "bd.fhir.core",
|
||||||
"title": "Bangladesh Core FHIR Implementation Guide",
|
"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.",
|
"introduction": "The Bangladesh Core FHIR IG defines national base profiles, value sets, and extensions for health data interoperability.",
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
"version": "current",
|
"version": "current",
|
||||||
"desc": "Continuous Integration Build (latest development version)",
|
"desc": "Continuous Integration Build (latest development version)",
|
||||||
"path": "https://fhir.dghs.gov.bd",
|
"path": "https://fhir.dghs.gov.bd/core/build",
|
||||||
"status": "ci-build",
|
"status": "ci-build",
|
||||||
"current": true
|
"current": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "0.2.0",
|
"version": "v0.2.0",
|
||||||
"date": "2025-10-02",
|
"date": "2025-10-02",
|
||||||
"desc": "First draft release of the Bangladesh Core FHIR IG.",
|
"desc": "First draft release of the Bangladesh Core FHIR IG.",
|
||||||
"path": "https://fhir.dghs.gov.bd",
|
"path": "https://fhir.dghs.gov.bd/core/v0.2.0",
|
||||||
"status": "draft",
|
"status": "trial-use",
|
||||||
"sequence": "STU 1"
|
"sequence": "STU 1"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Loading…
Reference in New Issue
Block a user