| 18 | |
| 19 | === Phase One (In Test) |
| 20 | |
| 21 | In phase one Richard Bramley and Paul Smalley mapped 68 codes out of the top 100 tests requested by GGH Cario Locations. The tests that were not mapped were either administration codes (e.g., 'Add Another Test'), codes that represented a common group of other tests, or microbiology tests. |
| 22 | |
| 23 | === Phase Two (In Development) |
| 24 | |
| 25 | The remainder of the codes commonly requested by GGH Cardio Locations - 407 codes in total, including those already mapped and admin codes. This time Paul and Richard are to be joined by Simon Hewson, who will be better able to map microbiology tests. |
| 26 | |
| 27 | === Phase Three... (In Planning) |
| 28 | |
| 29 | Map the remaining tests from the pathology system. |
| 30 | |
| 31 | There are 6 potential test results tables in the DWPATH data warehouse database. |
| 32 | |
| 33 | ||= Table =||= Number of Tests Types =||= Test Type Column =|| |
| 34 | || HAEM_TESTS || 1589|| Test_Code_Key || |
| 35 | || MICRO_TESTS || 318|| Test_Code_Key || |
| 36 | || BIOCHEM_TESTS || 0|| Test_Code_Key || |
| 37 | || CLINIC_TESTS || 0|| Test_Code_Key || |
| 38 | || MICRO_ORGANISM_TESTS |||| see below || |
| 39 | || TRANS_PROFILE_TESTS || 99|| Test_Code_Key || |
| 40 | |
| 41 | The MICRO_ORGANISM_TESTS table is a bit different to the rest (If it is a test result table at all). It has two candidate test type columns: MICRO_ORGANISM and MICRO_ORGANISM_TESTS. The second being the first one with a suffix. The number of test types using the different candidate codes is: |
| 42 | |
| 43 | ||= Table =||= Number of Tests Types =||= Test Type Column =|| |
| 44 | || MICRO_ORGANISM_TESTS || 246855|| Test_Code_Key || |
| 45 | || MICRO_ORGANISM_TESTS || 441453|| MICRO_ORGANISM_TESTS|| |
| 46 | |
| 47 | This cannot be correct. The MICRO_ORGANISM_TESTS column is unique. I need to understand what this table represents. |
| 48 | |
| 49 | |
| 50 | |