Sample Soap Request for Method: updateRecipientByNationalRecipientId( )

Request: Update kidney organ request state and medical status..

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ctr="http://ctr3ws.cbs.com/"> <soapenv:Header> <wsse:Security soapenv:mustUnderstand="0" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-3" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:Username>QT-JP</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">anypw</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ctr:updateRecipientByNationalRecipientId> <arg0>CTR000038</arg0> <arg1> <organRequests> <id>104</id> <organRequired> <id>5</id> <bizRef>KIDNEY</bizRef> </organRequired> <organMedicalStatus> <bizRef>KIDNEY_2MU</bizRef> </organMedicalStatus> <medicalStatusChangeDate>2020-10-26T06:41:00-04:00</medicalStatusChangeDate> <status> <id>2</id> <bizRef>ACTIVE</bizRef> </status> </organRequests> </arg1> </ctr:updateRecipientByNationalRecipientId> </soapenv:Body> </soapenv:Envelope>

Response: the CTR recipient records

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updateRecipientByNationalRecipientIdResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>38</id> <age> <days>4</days> <negative>false</negative> <weeks>38</weeks> <years>29</years> </age> <bloodGroup> <id>4</id> <bizRef>AB</bizRef> </bloodGroup> <bmi>36.6</bmi> <deathInHospital>false</deathInHospital> <suddenDeath>false</suddenDeath> <city>Montreal</city> <confirmBloodType>TRUE</confirmBloodType> <confirmRh>TRUE</confirmRh> <consentReceivedByCbs>false</consentReceivedByCbs> <dateOfBirth>1991-02-01T00:00:00-05:00</dateOfBirth> <firstName>myFirstName</firstName> <gender> <id>2</id> <bizRef>FEMALE</bizRef> </gender> <height>155</height> <hlaLab> <id>93</id> <facilityName>Transplant-Québec</facilityName> <facilityType> <id>2</id> <bizRef>HLA_LAB</bizRef> </facilityType> <facilityCode>QC-TQ-HLA</facilityCode> <corrCode>40000</corrCode> </hlaLab> <InUtero>false</InUtero> <isOffListDuplicate>false</isOffListDuplicate> <isOffListWithdrewConsent>false</isOffListWithdrewConsent> <KPDWithdrewConsent>false</KPDWithdrewConsent> <lastName>myLast-name</lastName> <mostRecentDialysisStartDate>2018-01-01T00:00:00-05:00</mostRecentDialysisStartDate> <nationalRecipientId>CTR000038</nationalRecipientId> <onDialysis>true</onDialysis> <opo> <id>23</id> <facilityName>Transplant-Québec</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>QC-TQ</facilityCode> <corrCode>40000</corrCode> </opo> <organRequests> <id>104</id> <organRequired> <id>5</id> <bizRef>KIDNEY</bizRef> </organRequired> <organMedicalStatus> <id>28</id> <bizRef>KIDNEY_2MU</bizRef> </organMedicalStatus> <listDateTime>2019-11-20T00:00:00-05:00</listDateTime> <status> <id>2</id> <bizRef>ACTIVE</bizRef> </status> <program> <id>2</id> <bizRef>DECEASED_WAITLIST</bizRef> </program> <reason> <id>31</id> <bizRef>ACTIVE_RECIPIENT_ON_WAITLIST</bizRef> </reason> <medicalStatusChangeDate>2020-10-26T06:41:00-04:00</medicalStatusChangeDate> <organStatusChangeDate>2020-10-28T13:38:56-04:00</organStatusChangeDate> <dwlEligible>false</dwlEligible> </organRequests> <phin>QT-776655</phin> <phinProvince> <id>9</id> <bizRef>ON</bizRef> </phinProvince> <province> <id>11</id> <bizRef>QC</bizRef> </province> <registeredOnLDPE>false</registeredOnLDPE> <registryEnterDate>2020-10-28T13:38:49-04:00</registryEnterDate> <rh> <id>2</id> <bizRef>MINUS</bizRef> </rh> <timeOnDialysisInDays>1031</timeOnDialysisInDays> <transplantCentre> <id>92</id> <facilityName>Transplant-Québec</facilityName> <facilityType> <id>1</id> <bizRef>TX_CENTRE</bizRef> </facilityType> <facilityCode>QC-TQ-TXC</facilityCode> <corrCode>40000</corrCode> </transplantCentre> <transplantType> <id>1</id> <bizRef>SINGLE</bizRef> </transplantType> <weight>88</weight> </return> </ns2:updateRecipientByNationalRecipientIdResponse> </soap:Body> </soap:Envelope>