-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ConceptMap issue caused by NON NULL requirement in combination
with intended behavior in FHIR 4.0.1 database: - TerminologyDatabase: - Remove general non-null constraint from column target_code in conceptmaps table - Add constraint to conceptmaps table to allow for null values in target_code column only if equivalence is 'unmatched' - Remove translations with equivalence of 'unmatched' from query result when calling $translate
- Loading branch information
pbehrend
committed
Aug 26, 2024
1 parent
80836b0
commit 6a8704f
Showing
2 changed files
with
7 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,5 @@ logging.log | |
!/database/.gitkeep | ||
|
||
/.commit | ||
/.kotlin/ | ||
/index/ |
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