Skip to content

Commit

Permalink
BAH-3951 | Retire custom concept and add a synonym for ceil concept (#10
Browse files Browse the repository at this point in the history
)
  • Loading branch information
SanoferSameera authored Jul 5, 2024
1 parent e020bac commit 24fb575
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion masterdata/configuration/concepts/dosingUnits.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Uuid,Void/Retire,Same as mappings,Fully specified name:en,Short name:en,Description:en,Fully specified name:fr,Synonym 1:en,Synonym 1:en:Preferred,Short name:fr,Description:fr,Data class,Data type,Complex data handler,Answers,Members,Allow decimals,Units,Normal low,Normal high,Absolute low,Absolute high,_version:1,_order:1200
161553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,SNOMED-CT:258684004;CIEL:161553;UCUM:mg,Milligram,mg,Unit of measurement of mass,,mg,TRUE,,,Units of Measure,N/A,,,,,,,,,,,
162263AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:162263;UCUM:mL;SNOMED-CT:258773002,Milliliter,mL,Unit of measurement 1/1000 of a liter,,ml,TRUE,,,Units of Measure,N/A,,,,,,,,,,,
,,,Dosing Units,dosing units,,,,,,,ConvSet,N/A,,,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;1608AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;162263AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;161553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;IU;162356AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;162378AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;162379AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;162381AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,,,,,,,
162264AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,UCUM:IU;CIEL:162264;SNOMED-CT:258997004,International units,IU,Unit of measurement,,IU,TRUE,,,Units of Measure,N/A,,,,,,,,,,,
,,,Dosing Units,dosing units,,,,,,,ConvSet,N/A,,,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;1608AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;162263AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;161553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;162264AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;162356AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;162378AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;162379AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;162381AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,,,,,,,
2 changes: 1 addition & 1 deletion masterdata/configuration/liquibase/liquibase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
SELECT c.concept_id
FROM concept c
JOIN concept_name cn ON c.concept_id = cn.concept_id
WHERE cn.name IN ('Tablet', 'Capsule', 'ml', 'mg', 'Drop', 'Tablespoon', 'Teaspoon', 'Unit(s)')
WHERE cn.name IN ('Tablet', 'Capsule', 'ml', 'mg', 'Drop', 'IU', 'Tablespoon', 'Teaspoon', 'Unit(s)')
AND cn.concept_name_type = 'FULLY_SPECIFIED'
) t ON c.concept_id = t.concept_id
SET c.retired = TRUE
Expand Down

0 comments on commit 24fb575

Please sign in to comment.