-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* issue #3712 - check all CodeSystem concept designations 1. Split `validateDisplay` into two flavors; now validateCode(CodeSystem, Coding, ValidationParameters) will use the passed CodeSystem to determine case sensitivity (instead of looking it up via the registry) 2. When the Coding.display doesn't match the lookup display, we now look for a match within the CodesSystem.concept.designation values before calling it invalid. 3. Added a designation to a couple sample code systems and added testValidateDisplay tests for both case-sensitive and case-insensitive behavior. Signed-off-by: Lee Surprenant <lmsurpre@merative.com> * Apply suggestions from code review Signed-off-by: Lee Surprenant <lmsurpre@merative.com>
- Loading branch information
Showing
4 changed files
with
154 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters