Example

This example shows the elements in a MedML file that is used to transfer several subjects. Note that each pair of PATIENTSITECHANGE attributes defines current and destination site information for one subject.
<?xml version="1.0"?>
<CLINICALDATA>
    <PATIENTSITECHANGE REASON="new patient address">
        <NEWSITE SITEMNEMONIC="MCLEAN"/>
        <CURRENTSITE SITEMNEMONIC="PF" PATIENTNUMBER="1003"/>
    </PATIENTSITECHANGE>
<!----For subject1001 the file specifies a new subject number because a subject already exists at the McLean Hospital site with the same subject number.
<PATIENTSITECHANGE REASON="new patient address">
        <NEWSITE SITENAME="McLean Hospital" PATIENTNUMBER="1002"/>
        <CURRENTSITE SITEMNEMONIC="PF" PATIENTNUMBER="1001"/>
    </PATIENTSITECHANGE>
<!----The DUPLICATEORDER attribute indicates that subject DDD is the second subject with those initials to be screened at the McLean Hospital site.
<PATIENTSITECHANGE REASON="new patient address">
        <NEWSITE SITEMNEMONIC="MCLEAN"/>
        <CURRENTSITE SITENAME="McLean Hospital" PATIENTINITIALS="DDD" 
            DUPLICATEORDER="2"/>
    </PATIENTSITECHANGE>
</CLINICALDATA>