Skip to content

Commit

Permalink
concept_relationship_manual insert fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IrynaZherka committed Dec 13, 2021
1 parent 6827cd9 commit 0c210c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ICD10/manual_work/crm_changes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ with mapping AS
(
SELECT DISTINCT icd_code AS concept_code_1,
repl_by_code AS concept_code_2,
'ICD10CM' AS vocabulary_id_1,
'ICD10' AS vocabulary_id_1,
repl_by_vocabulary AS vocabulary_id_2,
repl_by_relationship AS relationship_id,
current_date AS valid_start_date,
Expand Down

0 comments on commit 0c210c9

Please sign in to comment.