S ICD10 Chapter block pattern table: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
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..."
 
Line 12: Line 12:
|| '''chapter_name''' || text(255) ||  
|| '''chapter_name''' || text(255) ||  
|-
|-
|| '''block_nr''' || text(255) ||  
|| '''block_nr''' || number(integer) ||  
|-
|-
|| '''block_name''' || text(255) ||  
|| '''block_name''' || text(255) ||  
|-
|-
|| '''block_start''' || text(255) ||  
|| '''block_start''' || text(5) ||  
|-
|-
|| '''block_end''' || text(255) ||  
|| '''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)

Related Articles

Related articles: