S ICD10 table: Difference between revisions
No edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
| Line 17: | Line 17: | ||
|- | |- | ||
|| '''Bug_req''' || Text(1) || | || '''Bug_req''' || Text(1) || | ||
|- | |- | ||
|| '''min_nr_grouped_with''' || integer || min nr of dxs to be coded with this dx as [[Combined ICD10 codes]] | || '''min_nr_grouped_with''' || integer || min nr of dxs to be coded with this dx as [[Combined ICD10 codes]] | ||
| Line 77: | Line 23: | ||
|- | |- | ||
|| '''active_end''' || single || for enabling and disabling | || '''active_end''' || single || for enabling and disabling | ||
|} | |} | ||
== Query to populate from wiki == | == Query to populate s_ICD10 table from wiki == | ||
{{#ask: [[Category:ICD10 Diagnosis]] | {{#ask: [[Category:ICD10 Diagnosis]] | ||
|?Has ICD10Code=ICD10_code | |?Has ICD10Code=ICD10_code | ||
|?=description | |?=description | ||
|?Has BugRequired | |?Has BugRequired | ||
|format=broadtable | |format=broadtable | ||
|limit= | |limit=2 | ||
|link=all | |link=all | ||
|sort=Has ICD10Code | |sort=Has ICD10Code | ||
|order=ascending | |order=ascending | ||
|headers=show | |headers=show | ||
}} | |||
| format=dsv | | format=dsv | ||
| filename=s_ICD10_wiki_to_table.txt | | filename=s_ICD10_wiki_to_table.txt | ||
| sep=; | | sep=; | ||
== Related Articles == | == Related Articles == | ||