L ICD10 table: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) m →Data Structure: fields |
Ttenbergen (talk | contribs) m m |
||
| Line 12: | Line 12: | ||
|| '''[[Patient_ID]]/[[D_ID]]''' || text || link to [[L_Log table]] | || '''[[Patient_ID]]/[[D_ID]]''' || text || link to [[L_Log table]] | ||
|- | |- | ||
|| '''CCI_ID''' || Long Integer || link to [[s_CCI table]] | || '''CCI_ID''' || Long Integer || link to [[s_CCI table]], defaults to "No Dx Entered" Record | ||
|- | |- | ||
|| '''Px_Date''' || Date/Time || date diagnosis made; mandatory for Acquired Dx | || '''Px_Date''' || Date/Time || date diagnosis made; mandatory for Acquired Dx | ||
Revision as of 16:25, 20 September 2017
The L ICD10 table in CCMDB.mdb contains the ICD10 data collected as per ICD10 collection.
Data Structure
| field | type | description |
|---|---|---|
| L_ICD10_ID | Long Integer(AutoNumber) | unique ID |
| Patient_ID/D_ID | text | link to L_Log table |
| CCI_ID | Long Integer | link to s_CCI table, defaults to "No Dx Entered" Record |
| Px_Date | Date/Time | date diagnosis made; mandatory for Acquired Dx |
| Px_Type | text(8) | Acquired, Admit, Comorbid |
Dx_Date
This is only collected for acquired diagnoses, not Admits or Comorbids.