You are on page 1of 3

<requestAccountRequest xmlns:xsi="http://www.w3.

org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="xsd/RequestAccountRequest.xsd">
<header>
<source>NEXUS</source>
<country>GB</country>
</header>
<body>
<loginInfo>
<password>Hello@1</password>
</loginInfo>
<personalInfo>
<firstName>userFname</firstName>
<lastName>userLname</lastName>
<birthDate>04.08.1989</birthDate>
<preferredLanguage>en_GB</preferredLanguage>
<diabetesType>T1</diabetesType>
</personalInfo>
<contactInfo>
<addressType>residence</addressType>
<addressLine1>10 Downing</addressLine1>
<addressLine2>Street</addressLine2>
<town>London</town>
<postalcode>SW1A 2AA</postalcode>
<country>GB</country>
<homePhone>04198989819</homePhone>
<patientEmail>GBMMCuser3861170926@yopmail.com</patientEmail>
<hospitalName>testing</hospitalName>
</contactInfo>
<optInInfo>
<patientEmailOptIn>true</patientEmailOptIn>
<patientEmailOptInDate>26.02.2021</patientEmailOptInDate>
<patientPostalOptIn>true</patientPostalOptIn>
<patientPostalOptInDate>26.02.2021</patientPostalOptInDate>
<patientPhoneOptIn>true</patientPhoneOptIn>
<patientPhoneOptInDate>26.02.2021</patientPhoneOptInDate>
<patientEmailNewsOptIn>true</patientEmailNewsOptIn>
<patientEmailNewsOptInDate>26.02.2021</patientEmailNewsOptInDate>
<patientEmailEduOptIn>true</patientEmailEduOptIn>
<patientEmailEduOptInDate>26.02.2021</patientEmailEduOptInDate>
<patientEmailSurveyOptIn>true</patientEmailSurveyOptIn>
<patientEmailSurveyOptInDate>26.02.2021</patientEmailSurveyOptInDate>
<patientPostalNewsOptIn>true</patientPostalNewsOptIn>
<patientPostalNewsOptInDate>26.02.2021</patientPostalNewsOptInDate>
<patientPostalEduOptIn>true</patientPostalEduOptIn>
<patientPostalEduOptInDate>26.02.2021</patientPostalEduOptInDate>
<patientPostalSurveyOptIn>true</patientPostalSurveyOptIn>
<patientPostalSurveyOptInDate>26.02.2021</patientPostalSurveyOptInDate>
<patientPhoneEduOptIn>true</patientPhoneEduOptIn>
<patientPhoneEduOptInDate>26.02.2021</patientPhoneEduOptInDate>
<patientPhoneSurveyOptIn>true</patientPhoneSurveyOptIn>
<patientPhoneSurveyOptInDate>26.02.2021</patientPhoneSurveyOptInDate>
<patientDataOptIn>true</patientDataOptIn>
<patientDataOptInDate>26.02.2021</patientDataOptInDate>
<patientCloudOptIn>true</patientCloudOptIn>
<patientCloudOptInDate>26.02.2021</patientCloudOptInDate>
<patientOOWdataOptIn>true</patientOOWdataOptIn>
<patientOOWdataOptInDate>26.02.2021</patientOOWdataOptInDate>
<patientEmailPromoOptIn>true</patientEmailPromoOptIn>
<patientEmailPromoOptInDate>26.02.2021</patientEmailPromoOptInDate>
<patientPostalPromoOptIn>true</patientPostalPromoOptIn>
<patientPostalPromoOptInDate>26.02.2021</patientPostalPromoOptInDate>
<patientPhonePromOptIn>true</patientPhonePromOptIn>
<patientPhonePromOptInDate>26.02.2021</patientPhonePromOptInDate>
<patientAnonymizeOptIn>true</patientAnonymizeOptIn>
<patientAnonymizeOptInDate>26.02.2021</patientAnonymizeOptInDate>
<patientGuardianOptIn>true</patientGuardianOptIn>
<patientGuardianOptInDate>26.02.2021</patientGuardianOptInDate>
<patientStartRightOptIn>true</patientStartRightOptIn>
<patientStartRightOptInDate>26.02.2021</patientStartRightOptInDate>
</optInInfo>
<pumpInfo>
<therapyInfo>true</therapyInfo>
<pumpTherapy>true</pumpTherapy>
<pumpBrand>MiniMed640G</pumpBrand>
<pumpSerialNumber>GB3662025A</pumpSerialNumber>
<pumpTrainingDate>26.02.2021</pumpTrainingDate>
<currentTherapyType>MINI_MED_640G</currentTherapyType>
<startRightProgram>

<minimed670GUseage>FULL_SYSTEM_PUMP_AND_CGM</minimed670GUseage>
<startDate670G>26.02.2021</startDate670G>
<startDateCGM>26.02.2021</startDateCGM>
<preferredCommunicationLanguage>
</preferredCommunicationLanguage>
</startRightProgram>
<trainingInfos>
<trainingInfo>

<trainingType>TECHNICAL_TRAINING_INSULIN_PUMP</trainingType>
<trainerName>Doctor 1</trainerName>
<trainingDate>26.02.2021</trainingDate>
<confirmation>true</confirmation>
</trainingInfo>
<trainingInfo>

<trainingType>TECHNICAL_TRAINING_CGM_AND_SMARTGUARD</trainingType>
<trainerName>Doctor 2</trainerName>
<trainingDate>26.02.2021</trainingDate>
<confirmation>false</confirmation>
</trainingInfo>
</trainingInfos>
<SubscribedProducts>
<subscribedProduct>
<productCode>ZEUS_UK</productCode>
<subscribedDate>20.01.2021</subscribedDate>
</subscribedProduct>
<subscribedProduct>
<productCode>PumpCode</productCode>
<subscribedDate>17.03.2021</subscribedDate>
</subscribedProduct>
</SubscribedProducts>
</pumpInfo>
<otherInfo>
<role>PATIENT</role>
<customerConsent>true</customerConsent>
<source>NEXUS</source>

<accountVerifyBaseUrl>https://preprod.medtronic-diabetes.co.uk</accountVerifyBaseUr
l>
</otherInfo>
</body>
</requestAccountRequest>
RESPONSE HEADERS
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<requestAccountResponse>
<header>
<success>true</success>
</header>
<body>
<customerID>C000120190</customerID>
</body>
</requestAccountResponse>

You might also like