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) |
|
Content
|
Need to get the list like S ICD10 Block Dxs table here from wiki, but use something like the Charlson template so the data can be shown on the actual pages.
|
Related Articles