We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf1dbf commit 16b36e0Copy full SHA for 16b36e0
CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
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
+
15
## [2.0.0] - 2024-02-19
16
17
**Breaking change**: This release creates a minimum version requirement of 1.0.0 for the [GP Connect Consumer Adaptor][gpcc-adaptor].
0 commit comments