S ICD10 Chapter block pattern table: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) Created page with "The {{PAGENAME}} table in CCMDB.mdb contains ranges of ICD10 codes that are used by Query s ICD10 Chapter block dxs to group the ICD10 Diagnoses by blocks and..." |
Ttenbergen (talk | contribs) |
||
Line 12: | Line 12: | ||
|| '''chapter_name''' || text(255) || | || '''chapter_name''' || text(255) || | ||
|- | |- | ||
|| '''block_nr''' || | || '''block_nr''' || number(integer) || | ||
|- | |- | ||
|| '''block_name''' || text(255) || | || '''block_name''' || text(255) || | ||
|- | |- | ||
|| '''block_start''' || text( | || '''block_start''' || text(5) || | ||
|- | |- | ||
|| '''block_end''' || text( | || '''block_end''' || text(5) || | ||
|} | |} | ||
Revision as of 23:09, 2019 January 10
The S ICD10 Chapter block pattern table table in CCMDB.mdb contains ranges of ICD10 codes that are used by Query s ICD10 Chapter block dxs to group the ICD10 Diagnoses by blocks and chapters.
Data Structure
field | type | description |
---|---|---|
chapter_nr | number(byte) | |
chapter_name | text(255) | |
block_nr | number(integer) | |
block_name | text(255) | |
block_start | text(5) | |
block_end | text(5) |