L ICD10 table: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
m changed to automatic listing of elements through semantic data
Line 2: Line 2:


== 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

Revision as of 20:47, 5 December 2017

The L ICD10 table in CCMDB.mdb 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: