Prepare v0.2.0 release: initial draft
This commit is contained in:
parent
a5fbd82834
commit
41ba52b5e8
26
CHANGELOG.md
Normal file
26
CHANGELOG.md
Normal file
@ -0,0 +1,26 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
---
|
||||
|
||||
## [0.2.0] – 2025-10-02
|
||||
**First official draft release of BD-Core-FHIR-IG**
|
||||
|
||||
### Added
|
||||
- **BDPatientProfile** with Bangladesh-specific identifier and address extensions.
|
||||
- **BDPractitionerProfile** to capture practitioner details.
|
||||
- **Identifier CodeSystem and ValueSet** including:
|
||||
- National ID (NID)
|
||||
- Birth Registration Number (BRN)
|
||||
- Unique Health ID (UHID)
|
||||
- **Bangladesh Address profile** with Division, District, Upazila, and Union levels.
|
||||
- Initial **examples** for Patient and Practitioner resources.
|
||||
- Configured **myig.xml** with canonical URL `https://fhir.dghs.gov.bd/core`.
|
||||
|
||||
### Notes
|
||||
- This is a **pre-release draft** (`0.x.x` series).
|
||||
- Backward compatibility is **not guaranteed** until `1.0.0`.
|
||||
- Future drafts may adjust slicing rules, bindings, and extensions.
|
||||
|
||||
---
|
||||
@ -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="0.2.0"/>
|
||||
<version value="v0.2.0"/>
|
||||
<name value="BangladeshCoreFHIRIG"/>
|
||||
<title value="Bangladesh Core FHIR Implementation Guide"/>
|
||||
<status value="active"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user