Sample Soap Request for Method: updateHSPTransplant( WSTransplantInput input )

Request: Add a record for a Right-Kidney transplant, change transplanted organ-type from offered LEFT-Kidney to transplanted RIGHT-Kidney.

note: The donor offer will automatically be modified such that the offered organ type aligns with the transplanted organ type. This correction is not occur when the offered organ type is a Double-Kidney and the transplanted organ type is RIGHT-Kidney or LEFT-Kidney.
<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>421</offerID> <recipientOrganRequestID>987</recipientOrganRequestID> <intendedRecipient>true</intendedRecipient> <transplantDate>2021-07-22</transplantDate> <donorOrganType> <bizRef>RIGHT_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>141</recipientTransplantRecordID> <nationalRecipientId>CTR001747</nationalRecipientId> <organRequest> <id>987</id> <nationalRecipientId>CTR001747</nationalRecipientId> <organRequired> <id>5</id> <bizRef>KIDNEY</bizRef> </organRequired> <organTypeRequired> <id>8</id> <bizRef>R</bizRef> </organTypeRequired> <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-22T11:13:29-04:00</statusChangeDateTime> <listDateTime>2021-05-12T14:24:00-04:00</listDateTime> <dwlEligible>false</dwlEligible> <acceptanceCriteria> <id>987</id> <acceptDCD>true</acceptDCD> <acceptHepBCoreAB>true</acceptHepBCoreAB> <acceptHepC>true</acceptHepC> <acceptIncompatibleBloodGroups>false</acceptIncompatibleBloodGroups> <crossMatchRequired>false</crossMatchRequired> <localDonorOnly>false</localDonorOnly> <organRequestId>987</organRequestId> <recipientID>1747</recipientID> </acceptanceCriteria> </organRequest> <donorOrganType> <id>7</id> <bizRef>RIGHT_KIDNEY</bizRef> </donorOrganType> <offer> <id>421</id> <lastUpdated>2021-07-22T10:31:59.080-04:00</lastUpdated> <statusChangedDate>2021-07-22T10:31:59-04:00</statusChangedDate> <donorOrgan> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>7</id> <bizRef>RIGHT_KIDNEY</bizRef> </organType> <nationalDonorId>CTD002166</nationalDonorId> <consentedOrganId>18879</consentedOrganId> </donorOrgan> <opoOffering> <id>23</id> <facilityName>Transplant-Québec</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>QC-TQ</facilityCode> <corrCode>40000</corrCode> </opoOffering> <nationalRecipientId>CTR001747</nationalRecipientId> <organRequestId>987</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>62:02</offerDuration> <donorOrganTransplantState> <id>5</id> <bizRef>TRANSPLANTED</bizRef> </donorOrganTransplantState> </offer> <Enbloc>false</Enbloc> <intendedRecipient>true</intendedRecipient> <transplantCenterId>92</transplantCenterId> <transplantDate>2021-07-22T00:00:00-04:00</transplantDate> </return> </ns2:updateHSPTransplantResponse> </soap:Body> </soap:Envelope>