Eliminating a diagnosis from collection: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) m Text replacement - "S_AllDiagnoses table" to "s_AllDiagnoses table" |
Ttenbergen (talk | contribs) mNo edit summary |
||
Line 2: | Line 2: | ||
==[[CCMDB.mdb]]== | ==[[CCMDB.mdb]]== | ||
=== [[:Category:Pre-ICD10 Diagnosis]] === | |||
For CCMDB.mdb, this is done by setting [[s_AllDiagnoses table]].collection_allowed to false for the eliminated diagnosis. | For CCMDB.mdb, this is done by setting [[s_AllDiagnoses table]].collection_allowed to false for the eliminated diagnosis. | ||
Doing this will result in the following: | Doing this will result in the following: | ||
Line 9: | Line 10: | ||
* tmpChecker runs a test to ensure any record that is already set to complete is also caught | * tmpChecker runs a test to ensure any record that is already set to complete is also caught | ||
=== ICD10 === | |||
Dxs in [[ICD10]] are active only if the current date is after the "[[Property:Has StartDate | active_start]]" and before the "[[Property:Has StopDate | active_end]]" in [[s_ICD10 table]] is | |||
== Cross Checks == | |||
The process uses the query [[Check eliminated dx]]. | The process uses the query [[Check eliminated dx]]. | ||
[[Category: Diagnosis Coding | z]] | [[Category: Diagnosis Coding | z]] |
Revision as of 08:38, 2018 September 20
When we eliminate a diagnosis from collection we need to accomodate any instances of it that are in our data.
CCMDB.mdb
Category:Pre-ICD10 Diagnosis
For CCMDB.mdb, this is done by setting s_AllDiagnoses table.collection_allowed to false for the eliminated diagnosis. Doing this will result in the following:
- dx no longer available in dropdown
- any previously entered instances turn "blank"
- record can not be set to "complete", ie can't be sent
- tmpChecker runs a test to ensure any record that is already set to complete is also caught
ICD10
Dxs in ICD10 are active only if the current date is after the " active_start" and before the " active_end" in s_ICD10 table is
Cross Checks
The process uses the query Check eliminated dx.