S ICD10 table: Difference between revisions
Ttenbergen (talk | contribs) |
Ttenbergen (talk | contribs) |
||
| Line 26: | Line 26: | ||
== Query to populate s_ICD10 table from wiki == | == Query to populate s_ICD10 table from wiki == | ||
To extract data from the wiki to update this table in [[CCMDB.mdb]], click the following link to generate an extract: | |||
{{#ask: [[Category:ICD10 Diagnosis]] | {{#ask: [[Category:ICD10 Diagnosis]] | ||
|?Has ICD10Code=ICD10_code | |?Has ICD10Code=ICD10_code | ||
| Line 31: | Line 32: | ||
|?Has BugRequired=Bug_req | |?Has BugRequired=Bug_req | ||
|?Has MinimumCombinedCodes=min_nr_grouped_with | |?Has MinimumCombinedCodes=min_nr_grouped_with | ||
|?Has StartDate=active_start | |?Has StartDate#ISO=active_start | ||
|?Has StopDate=active_end | |?Has StopDate#ISO=active_end | ||
|format=broadtable | |format=broadtable | ||
|limit=2000 | |limit=2000 | ||
| Line 44: | Line 45: | ||
| sep=; | | sep=; | ||
}} | }} | ||
Then: | |||
* make a structure only copy of s_ICD10 | |||
* In CCMDB.mdb, External Data,text file | |||
* append top the structure only copy table | |||
* delimited; click advanced button, make sure field delimiter is ; | |||
== Related Articles == | == Related Articles == | ||