Sample Soap Request for Method: updateHSPTransplant( WSTransplantInput input )

Request: Add a record for a KIDNEY transplant to an unintended recipient.

note: The basic difference between creating a transplant record for the intended recipient and for an unintended recipient is:
<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>someCTRuser</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:updateHSPTransplant> <arg0> <offerID>445</offerID> <recipientOrganRequestID>326</recipientOrganRequestID> <intendedRecipient>false</intendedRecipient> <notIntendedReason> <id>6</id> <bizRef>RECIPIENT_REFUSED</bizRef> </notIntendedReason> <transplantDate>2021-07-22</transplantDate> <donorOrganType> <bizRef>DOUBLE_KIDNEY</bizRef> </donorOrganType> </arg0> </ctr:updateHSPTransplant> </soapenv:Body> </soapenv:Envelope>

Response: The updated transplant record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updateHSPTransplantResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <recipientTransplantRecordID>145</recipientTransplantRecordID> <nationalRecipientId>CTR000274</nationalRecipientId> <organRequest> <id>326</id> <nationalRecipientId>CTR000274</nationalRecipientId> <organRequired> <id>5</id> <bizRef>KIDNEY</bizRef> </organRequired> <organMedicalStatus> <id>28</id> <bizRef>KIDNEY_2MU</bizRef> </organMedicalStatus> <status> <id>5</id> <bizRef>TRANSPLANTED</bizRef> </status> <stateReason> <id>24</id> <bizRef>TRANSPLANTED_IN_CTR</bizRef> </stateReason> <statusChangeDateTime>2021-07-22T16:45:00-04:00</statusChangeDateTime> <listDateTime>2021-01-08T09:20:00-05:00</listDateTime> <organCPRA>100</organCPRA> <dwlEligible>false</dwlEligible> <acceptanceCriteria> <id>326</id> <acceptDCD>true</acceptDCD> <acceptHepBCoreAB>false</acceptHepBCoreAB> <acceptHepC>false</acceptHepC> <acceptIncompatibleBloodGroups>false</acceptIncompatibleBloodGroups> <crossMatchRequired>false</crossMatchRequired> <localDonorOnly>false</localDonorOnly> <organRequestId>326</organRequestId> <recipientID>274</recipientID> </acceptanceCriteria> </organRequest> <donorOrganType> <id>14</id> <bizRef>DOUBLE_KIDNEY</bizRef> </donorOrganType> <offer> <id>446</id> <statusChangedDate>2021-07-22T16:45:00-04:00</statusChangedDate> <donorOrgan> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>14</id> <bizRef>DOUBLE_KIDNEY</bizRef> </organType> <nationalDonorId>CTD002080</nationalDonorId> <consentedOrganId>18194</consentedOrganId> </donorOrgan> <opoOffering> <id>17</id> <facilityName>British Columbia Transplant</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>BC-BCT</facilityCode> <corrCode>90000</corrCode> </opoOffering> <nationalRecipientId>CTR000274</nationalRecipientId> <organRequestId>326</organRequestId> <opoReceiving> <id>23</id> <facilityName>Transplant-Québec</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>QC-TQ</facilityCode> <corrCode>40000</corrCode> </opoReceiving> <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> <offerState> <id>3</id> <bizRef>ACCEPTED</bizRef> </offerState> <offerDuration>00:00</offerDuration> <donorOrganTransplantState> <id>5</id> <bizRef>TRANSPLANTED</bizRef> </donorOrganTransplantState> </offer> <Enbloc>false</Enbloc> <intendedRecipient>false</intendedRecipient> <notIntendedReason> <id>6</id> <bizRef>RECIPIENT_REFUSED</bizRef> </notIntendedReason> <transplantCenterId>92</transplantCenterId> <transplantDate>2021-07-22T00:00:00-04:00</transplantDate> </return> </ns2:updateHSPTransplantResponse> </soap:Body> </soap:Envelope>