3254. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:50:00 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

3254.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:00 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-db\src\main\resources\gov\va\nvap\db nvap-changelog-1.0.xml Wed Jun 7 05:18:26 2017 UTC

3254.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 1068
Removed 0 0

3254.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

3254.4 Active regular expressions

No regular expressions were active.

3254.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" UTF-8" 
        4     standalone ="no"
        5   ?>
        6   <databaseC hangeLog 
        7     xmlns="htt p://www.li quibase.or g/xml/ns/d bchangelog "
        8           
        9     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce"
        10           
        11     xsi:schema Location=" http://www .liquibase .org/xml/n s/dbchange log http:/ /www.liqui base.org/x ml/ns/dbch angelog/db changelog- 2.0.xsd"
        12   >
        13    
        14             
        15     <changeSet  
        16      author="ba rryegbert"  
        17      id="1"
        18     >
        19                       
        20      <createTab le 
        21       tableName= "ALLOWED_O RG"
        22      >
        23                                 
        24       <column 
        25        autoIncrem ent="true"  
        26        name="ORG_ ID" 
        27        type="BIGI NT"
        28       >
        29                                           
        30        <constrain ts 
        31         nullable=" false" 
        32         primaryKey ="true" 
        33        />
        34                                  
        35       </column>
        36                                 
        37       <column 
        38        name="ACTI VE" 
        39        type="CHAR (1)"
        40       >
        41                                           
        42        <constrain ts 
        43         nullable=" false" 
        44        />
        45                                  
        46       </column>
        47                                 
        48       <column 
        49        name="ORG_ PHONE_NUMB ER" 
        50        type="VARC HAR(255)" 
        51       />
        52                                 
        53       <column 
        54        name="ORG_ COMMUNITY_ ID_PREFIX"  
        55        type="VARC HAR(255)"
        56       >
        57                                           
        58        <constrain ts 
        59         nullable=" false" 
        60        />
        61                                  
        62       </column>
        63                                 
        64       <column 
        65        name="ORG_ CONTACT" 
        66        type="VARC HAR(255)" 
        67       />
        68                                 
        69       <column 
        70        name="ORG_ DOMAIN" 
        71        type="VARC HAR(255)"
        72       >
        73                                           
        74        <constrain ts 
        75         nullable=" false" 
        76        />
        77                                  
        78       </column>
        79                                 
        80       <column 
        81        name="ORG_ NAME" 
        82        type="VARC HAR(255)"
        83       >
        84                                           
        85        <constrain ts 
        86         nullable=" false" 
        87        />
        88                                  
        89       </column>
        90                                 
        91       <column 
        92        name="ORG_ NUMBER" 
        93        type="VARC HAR(255)"
        94       >
        95                                           
        96        <constrain ts 
        97         nullable=" false" 
        98        />
        99                                  
        100       </column>
        101                                 
        102       <column 
        103        name="ORG_ OID" 
        104        type="VARC HAR(255)"
        105       >
        106                                           
        107        <constrain ts 
        108         nullable=" false" 
        109        />
        110                                  
        111       </column>
        112                        
        113      </createTa ble>
        114              
        115     </changeSe t>
        116             
        117     <changeSet  
        118      author="ba rryegbert"  
        119      id="2"
        120     >
        121                       
        122      <createTab le 
        123       tableName= "ANNOUNCEM ENT"
        124      >
        125                                 
        126       <column 
        127        autoIncrem ent="true"  
        128        name="ANNO UNCEMENT_I D" 
        129        type="BIGI NT"
        130       >
        131                                           
        132        <constrain ts 
        133         nullable=" false" 
        134         primaryKey ="true" 
        135        />
        136                                  
        137       </column>
        138                                 
        139       <column 
        140        name="ANNO UNCEMENT_R ESULT" 
        141        type="${cl ob.type}" 
        142       />
        143                                 
        144       <column 
        145        name="BATC H_ID" 
        146        type="VARC HAR(255)" 
        147       />
        148                                 
        149       <column 
        150        name="COMP LETED_TS" 
        151        type="DATE TIME" 
        152       />
        153                                 
        154       <column 
        155        name="CREA TED_TS" 
        156        type="DATE TIME" 
        157       />
        158                                 
        159       <column 
        160        name="SCHE DULED_TS" 
        161        type="DATE TIME" 
        162       />
        163                                 
        164       <column 
        165        name="USER _ID" 
        166        type="VARC HAR(255)" 
        167       />
        168                                 
        169       <column 
        170        name="CONS ENT_DIR_ID
        171        type="BIGI NT"
        172       >
        173                                           
        174        <constrain ts 
        175         nullable=" false" 
        176        />
        177                                  
        178       </column>
        179                                 
        180       <column 
        181        name="ORGA NIZATION_I D" 
        182        type="BIGI NT"
        183       >
        184                                           
        185        <constrain ts 
        186         nullable=" false" 
        187        />
        188                                  
        189       </column>
        190                        
        191      </createTa ble>
        192              
        193     </changeSe t>
        194             
        195     <changeSet  
        196      author="ba rryegbert"  
        197      id="3"
        198     >
        199                       
        200      <createTab le 
        201       tableName= "AUTHORITY "
        202      >
        203                                 
        204       <column 
        205        autoIncrem ent="true"  
        206        name="AUTH ORITY_ID" 
        207        type="BIGI NT"
        208       >
        209                                           
        210        <constrain ts 
        211         nullable=" false" 
        212         primaryKey ="true" 
        213        />
        214                                  
        215       </column>
        216                                 
        217       <column 
        218        name="AUTH ORITY_NAME
        219        type="VARC HAR(255)" 
        220       />
        221                                 
        222       <column 
        223        name="OID"  
        224        type="VARC HAR(255)" 
        225       />
        226                        
        227      </createTa ble>
        228              
        229     </changeSe t>
        230             
        231     <changeSet  
        232      author="ba rryegbert"  
        233      id="4"
        234     >
        235                       
        236      <createTab le 
        237       tableName= "CONSENT_A UDIT"
        238      >
        239                                 
        240       <column 
        241        autoIncrem ent="true"  
        242        name="CONS ENT_AUDIT_ ID" 
        243        type="BIGI NT"
        244       >
        245                                           
        246        <constrain ts 
        247         nullable=" false" 
        248         primaryKey ="true" 
        249        />
        250                                  
        251       </column>
        252                                 
        253       <column 
        254        name="ACTI ON_TYPE" 
        255        type="VARC HAR(255)" 
        256       />
        257                                 
        258       <column 
        259        name="CONS ENT_TYPE" 
        260        type="VARC HAR(255)" 
        261       />
        262                                 
        263       <column 
        264        name="CREA TED_DATE" 
        265        type="DATE TIME" 
        266       />
        267                                 
        268       <column 
        269        name="DETA IL" 
        270        type="${cl ob.type}" 
        271       />
        272                                 
        273       <column 
        274        name="FACI LITY" 
        275        type="VARC HAR(255)" 
        276       />
        277                                 
        278       <column 
        279        name="OPTO UT_REASON"  
        280        type="${cl ob.type}" 
        281       />
        282                                 
        283       <column 
        284        name="PATI ENT_GIVEN_ NAME" 
        285        type="VARC HAR(255)" 
        286       />
        287                                 
        288       <column 
        289        name="PATI ENT_ID" 
        290        type="VARC HAR(255)" 
        291       />
        292                                 
        293       <column 
        294        name="PATI ENT_LAST_N AME" 
        295        type="VARC HAR(255)" 
        296       />
        297                                 
        298       <column 
        299        name="PATI ENT_SSN" 
        300        type="VARC HAR(255)" 
        301       />
        302                                 
        303       <column 
        304        name="TIME _OF_EVENT"  
        305        type="DATE TIME" 
        306       />
        307                                 
        308       <column 
        309        name="USER _ID" 
        310        type="VARC HAR(255)" 
        311       />
        312                        
        313      </createTa ble>
        314              
        315     </changeSe t>
        316             
        317     <changeSet  
        318      author="ba rryegbert"  
        319      id="5"
        320     >
        321                       
        322      <createTab le 
        323       tableName= "CONSENT_T YPE"
        324      >
        325                                 
        326       <column 
        327        autoIncrem ent="true"  
        328        name="OPTI N_CONSENT_ TYPE_ID" 
        329        type="BIGI NT"
        330       >
        331                                           
        332        <constrain ts 
        333         nullable=" false" 
        334         primaryKey ="true" 
        335        />
        336                                  
        337       </column>
        338                                 
        339       <column 
        340        autoIncrem ent="true"  
        341        name="OPTO UT_CONSENT _TYPE_ID" 
        342        type="BIGI NT"
        343       >
        344                                           
        345        <constrain ts 
        346         nullable=" false" 
        347         primaryKey ="true" 
        348        />
        349                                  
        350       </column>
        351                                 
        352       <column 
        353        name="NAME
        354        type="VARC HAR(255)"
        355       >
        356                                           
        357        <constrain ts 
        358         nullable=" false" 
        359        />
        360                                  
        361       </column>
        362                        
        363      </createTa ble>
        364              
        365     </changeSe t>
        366             
        367     <changeSet  
        368      author="ba rryegbert"  
        369      id="6"
        370     >
        371                       
        372      <createTab le 
        373       tableName= "FACILITY"
        374      >
        375                                 
        376       <column 
        377        autoIncrem ent="true"  
        378        name="FACI LITY_ID" 
        379        type="BIGI NT"
        380       >
        381                                           
        382        <constrain ts 
        383         nullable=" false" 
        384         primaryKey ="true" 
        385        />
        386                                  
        387       </column>
        388                                 
        389       <column 
        390        name="ALLO WED" 
        391        type="${bi nary.type} "
        392       >
        393                                           
        394        <constrain ts 
        395         nullable=" false" 
        396        />
        397                                  
        398       </column>
        399                                 
        400       <column 
        401        name="FACI LITY_DNS" 
        402        type="VARC HAR(255)" 
        403       />
        404                                 
        405       <column 
        406        name="FACI LITY_NAME"  
        407        type="VARC HAR(255)" 
        408       />
        409                                 
        410       <column 
        411        name="FACI LITY_STATI ON" 
        412        type="VARC HAR(255)" 
        413       />
        414                        
        415      </createTa ble>
        416              
        417     </changeSe t>
        418             
        419     <changeSet  
        420      author="ba rryegbert"  
        421      id="7"
        422     >
        423                       
        424      <createTab le 
        425       tableName= "FUNCTIONA L_ROLE"
        426      >
        427                                 
        428       <column 
        429        autoIncrem ent="true"  
        430        name="FUNC TIONAL_ROL E_ID" 
        431        type="BIGI NT"
        432       >
        433                                           
        434        <constrain ts 
        435         nullable=" false" 
        436         primaryKey ="true" 
        437        />
        438                                  
        439       </column>
        440                                 
        441       <column 
        442        name="NAME
        443        type="VARC HAR(255)" 
        444       />
        445                        
        446      </createTa ble>
        447              
        448     </changeSe t>
        449             
        450     <changeSet  
        451      author="ba rryegbert"  
        452      id="8"
        453     >
        454                       
        455      <createTab le 
        456       tableName= "LOCATION"
        457      >
        458                                 
        459       <column 
        460        autoIncrem ent="true"  
        461        name="LOCA TION_ID" 
        462        type="BIGI NT"
        463       >
        464                                           
        465        <constrain ts 
        466         nullable=" false" 
        467         primaryKey ="true" 
        468        />
        469                                  
        470       </column>
        471                                 
        472       <column 
        473        name="ACTI VE" 
        474        type="CHAR (1)"
        475       >
        476                                           
        477        <constrain ts 
        478         nullable=" false" 
        479        />
        480                                  
        481       </column>
        482                                 
        483       <column 
        484        name="LOCA TION_CODE"  
        485        type="VARC HAR(255)"
        486       >
        487                                           
        488        <constrain ts 
        489         nullable=" false" 
        490        />
        491                                  
        492       </column>
        493                                 
        494       <column 
        495        name="FACI LITY_ID" 
        496        type="BIGI NT"
        497       >
        498                                           
        499        <constrain ts 
        500         nullable=" false" 
        501        />
        502                                  
        503       </column>
        504                        
        505      </createTa ble>
        506              
        507     </changeSe t>
        508             
        509     <changeSet  
        510      author="ba rryegbert"  
        511      id="9"
        512     >
        513                       
        514      <createTab le 
        515       tableName= "OPTOUT_RE ASON"
        516      >
        517                                 
        518       <column 
        519        autoIncrem ent="true"  
        520        name="OPTO UT_REASON_ ID" 
        521        type="BIGI NT"
        522       >
        523                                           
        524        <constrain ts 
        525         nullable=" false" 
        526         primaryKey ="true" 
        527        />
        528                                  
        529       </column>
        530                                 
        531       <column 
        532        name="TEXT
        533        type="VARC HAR(255)"
        534       >
        535                                           
        536        <constrain ts 
        537         nullable=" false" 
        538        />
        539                                  
        540       </column>
        541                        
        542      </createTa ble>
        543              
        544     </changeSe t>
        545             
        546     <changeSet  
        547      author="ba rryegbert"  
        548      id="10"
        549     >
        550                       
        551      <createTab le 
        552       tableName= "PATIENT_C ONSENT_DIR "
        553      >
        554                                 
        555       <column 
        556        autoIncrem ent="true"  
        557        name="CONS ENT_DIR_ID
        558        type="BIGI NT"
        559       >
        560                                           
        561        <constrain ts 
        562         nullable=" false" 
        563         primaryKey ="true" 
        564        />
        565                                  
        566       </column>
        567                                 
        568       <column 
        569        name="OPTI N_TS" 
        570        type="DATE TIME"
        571       >
        572                                           
        573        <constrain ts 
        574         nullable=" false" 
        575        />
        576                                  
        577       </column>
        578                                 
        579       <column 
        580        name="EXPI RATION_DAT E" 
        581        type="DATE TIME"
        582       >
        583                                           
        584        <constrain ts 
        585         nullable=" false" 
        586        />
        587                                  
        588       </column>
        589                                 
        590       <column 
        591        name="OPTI N_DATE" 
        592        type="DATE TIME"
        593       >
        594                                           
        595        <constrain ts 
        596         nullable=" false" 
        597        />
        598                                  
        599       </column>
        600                                 
        601       <column 
        602        name="OPTO UT_DATE" 
        603        type="DATE TIME"
        604       >
        605                                           
        606        <constrain ts 
        607         nullable=" false" 
        608        />
        609                                  
        610       </column>
        611                                 
        612       <column 
        613        name="OPTO UT_TS" 
        614        type="DATE TIME" 
        615       />
        616                                 
        617       <column 
        618        name="PATI ENT_IEN" 
        619        type="VARC HAR(255)"
        620       >
        621                                           
        622        <constrain ts 
        623         nullable=" false" 
        624        />
        625                                  
        626       </column>
        627                                 
        628       <column 
        629        name="OPTI N_CONSENT_ TYPE_ID" 
        630        type="BIGI NT" 
        631       />
        632                                 
        633       <column 
        634        name="OPTO UT_CONSENT _TYPE_ID" 
        635        type="BIGI NT" 
        636       />
        637                                 
        638       <column 
        639        name="OPTO UT_REASON_ ID" 
        640        type="BIGI NT" 
        641       />
        642                        
        643      </createTa ble>
        644              
        645     </changeSe t>
        646             
        647     <changeSet  
        648      author="ba rryegbert"  
        649      id="11"
        650     >
        651                       
        652      <createTab le 
        653       tableName= "PATIENT_D OCUMENT"
        654      >
        655                                 
        656       <column 
        657        autoIncrem ent="true"  
        658        name="DOCU MENT_ID" 
        659        type="BIGI NT"
        660       >
        661                                           
        662        <constrain ts 
        663         nullable=" false" 
        664         primaryKey ="true" 
        665        />
        666                                  
        667       </column>
        668                                 
        669       <column 
        670        name="DOCU MENT" 
        671        type="LONG BLOB"
        672       >
        673                                           
        674        <constrain ts 
        675         nullable=" false" 
        676        />
        677                                  
        678       </column>
        679                                 
        680       <column 
        681        name="CONS ENT_DIR_ID
        682        type="BIGI NT"
        683       >
        684                                           
        685        <constrain ts 
        686         nullable=" false" 
        687        />
        688                                  
        689       </column>
        690                                 
        691       <column 
        692        name="TYPE
        693        type="BIGI NT"
        694       >
        695                                           
        696        <constrain ts 
        697         nullable=" false" 
        698        />
        699                                  
        700       </column>
        701                        
        702      </createTa ble>
        703              
        704     </changeSe t>
        705             
        706     <changeSet  
        707      author="ba rryegbert"  
        708      id="12"
        709     >
        710                       
        711      <createTab le 
        712       tableName= "PATIENT_D OCUMENT_TY PE"
        713      >
        714                                 
        715       <column 
        716        autoIncrem ent="true"  
        717        name="DOCU MENT_TYPE_ ID" 
        718        type="BIGI NT"
        719       >
        720                                           
        721        <constrain ts 
        722         nullable=" false" 
        723         primaryKey ="true" 
        724        />
        725                                  
        726       </column>
        727                                 
        728       <column 
        729        name="DOCU MENT_NAME"  
        730        type="VARC HAR(255)" 
        731       />
        732                        
        733      </createTa ble>
        734              
        735     </changeSe t>
        736             
        737     <changeSet  
        738      author="ba rryegbert"  
        739      id="13"
        740     >
        741                       
        742      <createTab le 
        743       tableName= "PATIENT_E XCLUDED_OR G"
        744      >
        745                                 
        746       <column 
        747        name="CONS ENT_DIR_ID
        748        type="BIGI NT"
        749       >
        750                                           
        751        <constrain ts 
        752         nullable=" false" 
        753        />
        754                                  
        755       </column>
        756                                 
        757       <column 
        758        name="ORG_ ID" 
        759        type="BIGI NT"
        760       >
        761                                           
        762        <constrain ts 
        763         nullable=" false" 
        764        />
        765                                  
        766       </column>
        767                        
        768      </createTa ble>
        769              
        770     </changeSe t>
        771             
        772     <changeSet  
        773      author="ba rryegbert"  
        774      id="14"
        775     >
        776                       
        777      <createTab le 
        778       tableName= "PURPOSE_O F_USE"
        779      >
        780                                 
        781       <column 
        782        autoIncrem ent="true"  
        783        name="POU_ ID" 
        784        type="BIGI NT"
        785       >
        786                                           
        787        <constrain ts 
        788         nullable=" false" 
        789         primaryKey ="true" 
        790        />
        791                                  
        792       </column>
        793                                 
        794       <column 
        795        name="POU_ VALUE" 
        796        type="VARC HAR(255)"
        797       >
        798                                           
        799        <constrain ts 
        800         nullable=" false" 
        801        />
        802                                  
        803       </column>
        804                                 
        805       <column 
        806        name="URN"  
        807        type="VARC HAR(255)"
        808       >
        809                                           
        810        <constrain ts 
        811         nullable=" false" 
        812        />
        813                                  
        814       </column>
        815                        
        816      </createTa ble>
        817              
        818     </changeSe t>
        819             
        820     <changeSet  
        821      author="ba rryegbert"  
        822      id="15"
        823     >
        824                       
        825      <createTab le 
        826       tableName= "USER_ACCE SS_AUDIT"
        827      >
        828                                 
        829       <column 
        830        autoIncrem ent="true"  
        831        name="USER _ACCESS_AU DIT_ID" 
        832        type="BIGI NT"
        833       >
        834                                           
        835        <constrain ts 
        836         nullable=" false" 
        837         primaryKey ="true" 
        838        />
        839                                  
        840       </column>
        841                                 
        842       <column 
        843        name="CREA TED_DATE" 
        844        type="DATE TIME" 
        845       />
        846                                 
        847       <column 
        848        name="TIME _OF_EVENT"  
        849        type="DATE TIME" 
        850       />
        851                                 
        852       <column 
        853        name="USER _FACILITY"  
        854        type="VARC HAR(255)" 
        855       />
        856                                 
        857       <column 
        858        name="USER _ID" 
        859        type="VARC HAR(255)" 
        860       />
        861                        
        862      </createTa ble>
        863              
        864     </changeSe t>
        865             
        866     <changeSet  
        867      author="ba rryegbert"  
        868      id="16"
        869     >
        870                       
        871      <createInd ex 
        872       indexName= "FK9377354 74FB87B00"  
        873       tableName= "ANNOUNCEM ENT"
        874                                
        875       unique="fa lse"
        876      >
        877                                 
        878       <column 
        879        name="CONS ENT_DIR_ID
        880       />
        881                        
        882      </createIn dex>
        883              
        884     </changeSe t>
        885             
        886     <changeSet  
        887      author="ba rryegbert"  
        888      id="17"
        889     >
        890                       
        891      <createInd ex 
        892       indexName= "FK9377354 772699933"  
        893       tableName= "ANNOUNCEM ENT"
        894                                
        895       unique="fa lse"
        896      >
        897                                 
        898       <column 
        899        name="ORGA NIZATION_I D" 
        900       />
        901                        
        902      </createIn dex>
        903              
        904     </changeSe t>
        905             
        906     <changeSet  
        907      author="ba rryegbert"  
        908      id="18"
        909     >
        910                       
        911      <createInd ex 
        912       indexName= "FK9FF58FB 5AEA4F7B3"  
        913       tableName= "LOCATION"
        914                                
        915       unique="fa lse"
        916      >
        917                                 
        918       <column 
        919        name="FACI LITY_ID" 
        920       />
        921                        
        922      </createIn dex>
        923              
        924     </changeSe t>
        925             
        926     <changeSet  
        927      author="ba rryegbert"  
        928      id="19"
        929     >
        930                       
        931      <createInd ex 
        932       indexName= "FK21939C4 EB2BC33AA"  
        933       tableName= "PATIENT_C ONSENT_DIR "
        934                                
        935       unique="fa lse"
        936      >
        937                                 
        938       <column 
        939        name="OPTO UT_REASON_ ID" 
        940       />
        941                        
        942      </createIn dex>
        943              
        944     </changeSe t>
        945             
        946     <changeSet  
        947      author="ba rryegbert"  
        948      id="20"
        949     >
        950                       
        951      <createInd ex 
        952       indexName= "FK21939C4 EBD8AC16" 
        953       tableName= "PATIENT_C ONSENT_DIR "
        954                                
        955       unique="fa lse"
        956      >
        957                                 
        958       <column 
        959        name="OPTI N_CONSENT_ TYPE_ID" 
        960       />
        961                        
        962      </createIn dex>
        963              
        964     </changeSe t>
        965             
        966             
        967     <changeSet  
        968      author="ba rryegbert"  
        969      id="21"
        970     >
        971                       
        972      <createInd ex 
        973       indexName= "FK6E7F6D3 54FB87B00"  
        974       tableName= "PATIENT_D OCUMENT"
        975                                
        976       unique="fa lse"
        977      >
        978                                 
        979       <column 
        980        name="CONS ENT_DIR_ID
        981       />
        982                        
        983      </createIn dex>
        984              
        985     </changeSe t>
        986             
        987     <changeSet  
        988      author="ba rryegbert"  
        989      id="22"
        990     >
        991                       
        992      <createInd ex 
        993       indexName= "FK6E7F6D3 5BF6BF5B" 
        994       tableName= "PATIENT_D OCUMENT"
        995                                
        996       unique="fa lse"
        997      >
        998                                 
        999       <column 
        1000        name="TYPE
        1001       />
        1002                        
        1003      </createIn dex>
        1004              
        1005     </changeSe t>
        1006             
        1007     <changeSet  
        1008      author="ba rryegbert"  
        1009      id="23"
        1010     >
        1011                       
        1012      <createInd ex 
        1013       indexName= "FK215249E 94FB87B00"  
        1014       tableName= "PATIENT_E XCLUDED_OR G"
        1015                                
        1016       unique="fa lse"
        1017      >
        1018                                 
        1019       <column 
        1020        name="CONS ENT_DIR_ID
        1021       />
        1022                        
        1023      </createIn dex>
        1024              
        1025     </changeSe t>
        1026             
        1027     <changeSet  
        1028      author="ba rryegbert"  
        1029      id="24"
        1030     >
        1031                       
        1032      <createInd ex 
        1033       indexName= "FK215249E 9E739ADE2"  
        1034       tableName= "PATIENT_E XCLUDED_OR G"
        1035                                
        1036       unique="fa lse"
        1037      >
        1038                                 
        1039       <column 
        1040        name="ORG_ ID" 
        1041       />
        1042                        
        1043      </createIn dex>
        1044              
        1045     </changeSe t>
        1046             
        1047     <changeSet  
        1048      author="ba rryegbert"  
        1049      id="25"
        1050     >
        1051                       
        1052      <preCondit ions 
        1053       onFail="CO NTINUE"
        1054      >
        1055                                 
        1056       <dbms 
        1057        type="orac le"
        1058       />
        1059                        
        1060      </preCondi tions>
        1061                       
        1062      <createSeq uence 
        1063       sequenceNa me="HIBERN ATE_SEQUEN CE" 
        1064       startValue ="1001"
        1065      />
        1066              
        1067     </changeSe t>
        1068   </database ChangeLog>