S ICD10 Chapter block pattern table: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) |
||
Line 23: | Line 23: | ||
== Content == | == Content == | ||
{{DT | 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. }} | {{DT | 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. }} | ||
{{DiscussTask | | |||
* The range of dx codes that make up a chapter. These ranges do not completely map the possible space of ICD10 codes. Since several official references do it like that we for now do it the same rather than filling space. Would it make sense to tweak the ranges to not leave those map gaps? }} | |||
References: | |||
* https://en.wikipedia.org/wiki/ICD-10#List | |||
* https://www.cihi.ca/en/icd-10-ca-chapters | |||
== Related Articles == | == Related Articles == |
Revision as of 09:19, 2019 March 21
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. |
References: