-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NIAD-2853: Fixed issue with coding text being set from incorrect place when mapping allergy intolerances #324
NIAD-2853: Fixed issue with coding text being set from incorrect place when mapping allergy intolerances #324
Conversation
…t is present) when populating the text of the codeable concept Add unit test to ensure correct mapping Add snomed codes system to the codeable concepts in the unit tests for accuracy Add xml source file for unit test Update payload_part.xml to include new test case and removed confusing incorrect data which was already present Update expectedBundle.json to reflect the changes made
Very confusing title, I think Medicus is only incidentally involved here. I much prefer the text in the CHANGELOG.md "Fixed issue with coding text being set from incorrect place when mapping allergy intolerances." |
...translator/src/main/java/uk/nhs/adaptors/pss/translator/mapper/AllergyIntoleranceMapper.java
Show resolved
Hide resolved
...r/src/test/resources/xml/AllergyIntolerance/allergy-structure-with-original-text-in-code.xml
Show resolved
Hide resolved
Add identifier ids to ignoreList in EhrExtractHandlingIT
…he changes made for the UK06 test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the mapping documentation need updating with this change?
What
This code change is to make the allergy intolerance mapper use the
displayName
of the block when setting the value forcode.text
.It also fixes some bad data in the related test data for the EhrExtractHandlingIT tests and introduces an additional unit test.
Why
This issue was raised by under NIAD-2853 and will provide more relevant content when the Json Bundle is used by the consumer
Type of change
Please delete options that are not relevant.
Checklist: