Releases: d4l-data4life/hc-fhir-sdk-java
Releases · d4l-data4life/hc-fhir-sdk-java
v1.3.0
v1.2.1
v1.2.0
Changed
- BREAKING module name changed from
hc-fhir-sdk-java
tofhir-java
Migration
You need to update your Gradle dependency declaration from "care.data4life.hc-fhir-sdk-java:hc-fhir-sdk-java:{version}" to:
dependencies {
implementation("care.data4life.hc-fhir-sdk-java:fhir-java:1.2.0")
}
v1.1.0
Added
- common FHIR version interface to provide version and resource type information for FHIR 3 and 4
- test to verify FHIR 4 implementation
Changed
- Migration guide for 1.0.0 to include FHIR model property order change
Fixed
- FHIR 4 AttachmentHelper to use FHIR 4 resources instead of FHIR 3 ones
1.0.0
Added
- Add FHIR R4 generated models
- Add parser config for FHIR R4 model generation
- Add Encounter to supported models
Changed
- Breaking: CodeSystems are now splitted into single classes
- Breaking: Moved STU3 models into
fhir.stu3.model
package
Updated
- Updated timezone implementation to reflect the time correctly during daylight saving time
- Update fhir-parser to use support FHIR R4 model generation
Bumped
- Gradle 5.2.1 -> 6.7
- Gradle Dependency Updated Plugin 0.20.0 -> 0.34.0
- AndroidStudio 3.3.1 -> 4.1