Skip to content

Commit 16b36e0

Browse files
author
Adrian Clay
authored
Add AllergyIntollerance mapping fix to CHANGELOG (#609)
Following on from 0d0d781
1 parent bdf1dbf commit 16b36e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Fixed
10+
- When mapping an `AllergyIntollerance` to an `ObservationStatement`, both the `availabilityTime` and `effectiveTime`
11+
fields were previously mapped from the `onset` field and the `assertedDate` field was ignored.
12+
Now, the `effectiveTime` is populated with the `onset` field, and the `availabilityTime` is populated with the
13+
`assertedDate` field.
14+
915
## [2.0.0] - 2024-02-19
1016

1117
**Breaking change**: This release creates a minimum version requirement of 1.0.0 for the [GP Connect Consumer Adaptor][gpcc-adaptor].

0 commit comments

Comments
 (0)