Eliminating a diagnosis from collection: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
m (→‎CCMDB.accdb: confirmed these are set up in ccmdb.mbd)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
When we eliminate a diagnosis from collection we need to accomodate any instances of it that are in our data.  
When we eliminate a diagnosis or procedure from collection we need to accommodate any instances of it that are in our data.  


==[[CCMDB.mdb]]==
==[[CCMDB.accdb]]==
=== [[:Category:Pre-ICD10 Diagnosis]] ===
Dxs in [[ICD10]]/[[CCI]] 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
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 ===
{{Data Integrity Check List|}}
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 ==
== Related articles ==  
The process uses the query [[Check eliminated dx]].
{{Related Articles}}


 
[[Category:ICD10 Dx check]]
[[Category: Diagnosis Coding | z]]
[[Category:CCI Px check]]

Latest revision as of 16:00, 2021 August 4

When we eliminate a diagnosis or procedure from collection we need to accommodate any instances of it that are in our data.

CCMDB.accdb

Dxs in ICD10/CCI are active only if the current date is after the " active_start" and before the " active_end" in s_ICD10 table is

Data Integrity Checks (automatic list)

 AppStatus
Query check eliminated CCI CompCCMDB.accdbimplemented
Query check eliminated CCI PickCCMDB.accdbimplemented
Query check eliminated ICD10CCMDB.accdbimplemented
Check eliminated dxCCMDB.accdbretired

Related articles

Related articles: