Skip to content

Commit 031aa67

Browse files
Update CHANGELOG.md (#347)
* Update CHANGELOG.md with changes related to the mismapped codeableConcept fields.
1 parent 7df2808 commit 031aa67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## Unreleased
8+
9+
- [Breaking Change] When mapping `Observation[Condition] / code` in the input XML, the values for `code` and `codeSystem` were swapped in the resultant JSON. The adaptor now correctly maps `[Condition] / code @code` to `Resource[Condtion].code.coding[0].code` and `[Condition] / code @codeSystem` to `Resource[Condtion].code.coding[0].system` as intented.
10+
11+
712
## [1.0.5-amd64 & 1.0.5-arm64]
813
- Rabbit AMQP 0.9.1 support has been added to allow configuration with a different queue protocol.
914
- Readme has been updated to include the configuration details for AMQP 0.9.1

0 commit comments

Comments
 (0)