L ICD10 table: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
m Text replacement - "[[Category: " to "[[Category:"
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''L ICD10''' table in [[CCMDB.mdb]] contains the [[ICD10]] data collected as per [[ICD10 collection]].  
{{DISPLAYTITLE:L_ICD10 table}}The '''L_ICD10''' table in [[CCMDB.accdb]] contains the [[ICD10]] data collected as per [[ICD10 collection]].  


== Data Structure ==
== Data Structure ==
{| class="wikitable sortable"
|-
!| field
!| type
!| description
|-
|| '''[[L_ICD10_ID]]''' || Long Integer(AutoNumber)|| unique ID
|-
|| '''[[Patient_ID]]/[[D_ID]]''' || text || link to [[L_Log table]]
|-
|| '''[[ICD10_ID]]''' || Long Integer || link to [[s_ICD10 table]], defaults to [[No diagnosis entered]] record
|-
|| '''[[Dx_Date]]''' || Date/Time || [[Dx Date]]
|-
|| '''[[Dx_Date_unknown]]''' || Yes/No || check true if date is unavailable for acquired dx
|-
|| '''[[Dx_Type]]''' || text(8) || Acquired, Admit, Comorbid
|-
|| '''[[Dx_Priority]]''' || number/single || groups records and assigns importance
|}
=== auto ===
{{#ask: [[Category:L ICD10 table]]
{{#ask: [[Category:L ICD10 table]]
| ?FieldName
| ?FieldName
| ?FieldDataType
| ?FieldDataType
| ?FieldLength
| ?FieldLength
| ?DataElementSortIndex = order in table
| ?DataElementDescription
|sort=DataElementSortIndex
|sort=DataElementSortIndex
|order=ascending
|order=ascending
Line 40: Line 18:
{{Related Articles}}
{{Related Articles}}


[[Category: Data structure]]
[[Category:Data structure]]
[[Category: ICD10/CCI Conversion]]
[[Category:ICD10/CCI Conversion]]
[[Category: L Table]]
[[Category:L Table]]
[[Category: ICD10]]
[[Category:ICD10]]
[[Category: L_ICD10 table|*]]
[[Category:L_ICD10 table| *]]

Latest revision as of 10:34, 30 July 2025

The L_ICD10 table in CCMDB.accdb contains the ICD10 data collected as per ICD10 collection.

Data Structure

 FieldNameFieldDataTypeFieldLengthDataElementDescription
Pat ID fieldPat_IDnumberLong IntegerThe Pat_ID field contains a unique-per-laptop identifying number for patient ward admissions. See Serial number.
D ID fieldD_IDstring18The unique identifier/index of records in the Critical Care and Medicine Database.
L ICD10 IDL ICD10 IDnumberlongUnique identifier of the L_ICD10 table
ICD10 codeICD10 codestring10The actual ICD10 code collected as part of ICD10 collection.
Dx DateDx_Datedatenot enteredThe date/time of an ICD10 diagnosis.
Dx Date unknownDx_Date_unknownbooleannot enteredTrue for Acquired Diagnosis / Complication when Dx Date legitimately missing.
Dx TypeDx Typestring8The type of an ICD10 diagnosis (Comorbid Diagnosis, Admit Diagnosis or Acquired Diagnosis / Complication)
Dx PriorityDx PrioritynumbersingleThe priority of an ICD10 diagnosis, used to rank and group.
Dx PrimaryDx primarybooleannot enteredCheckbox that is set to true for a single Admit Diagnosis per ward stay that is the Primary Admit Diagnosis

Related Articles

Related articles: