| 9 | |
| 10 | = Implementation |
| 11 | |
| 12 | Version 2 of the i2b2 pathology data integration load is written as the SQL Server Integration Services (SSIS) packages i2b2ImportPathologyObservations.dtsx and i2b2BuildPathologyOntoloy.dtsx. The mapping, ontology and logging data is stored in the i2b2ClinDataIntegration database on the UHLSQLBRICCSDB\UHLBRICCSDB server. |
| 13 | |
| 14 | == i2b2ClinDataIntegration Database |
| 15 | |
| 16 | The database contains the following tables used by the two pathology integration packages: |
| 17 | |
| 18 | ||= Table =||= Description =|| |
| 19 | || PathologyHierarchy || The hierarchy nodes used to build the tree structure in the pathology ontology || |
| 20 | || PathologyCodes || The relevant LOINC codes used in the pathology ontology, linked to their place in the hierarchy || |
| 21 | || PathologyMapping || The mapping of LOINC codes to iLab codes. Each LOINC code can be mapped to more than one iLab code, but each iLab Code can only be mapped to one LOINC code. || |
| 22 | || ETLHistory || Log file showing when each job was last run for each destination database. || |
| 23 | || Failed_Observation_Fact || Log file showing Observation_Fact records that could not be loaded into the Observation_Fact table, when they were loaded and what the error message was. || |
| 24 | |