Sample Soap Request for Method: runHSPMatchOnDonor( String nationalId )

Request: Run an “IPOS Kidney” allocation for a donor with no/incomplete/notConfirmed serology results.

<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:getHSPMatchforDonor> <arg0>CTD000040</arg0> </ctr:getHSPMatchforDonor> </soapenv:Body> </soapenv:Envelope>

Response: Error.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:getHSPMatchforDonorResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>57</id> <organRequestRank>1</organRequestRank> <allocationDate>2020-11-15T15:29:33-05:00</allocationDate> <nationalDonorId>CTD000040</nationalDonorId> <donorAtThreshold>false</donorAtThreshold> <recipientAtThreshold>false</recipientAtThreshold> <nationalRecipientId>CTR000002</nationalRecipientId> <age>5.3</age> <bloodGroup> <id>4</id> <bizRef>AB</bizRef> </bloodGroup> <bloodGroupMatch xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <transplantType> <id>3</id> <bizRef>MULTIPLE</bizRef> </transplantType> <cPRA>95</cPRA> <adjustedCPRA xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <wtcCrossedAntigens xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <organRequestId>23</organRequestId> <organRequired> <id>5</id> <bizRef>KIDNEY</bizRef> </organRequired> <organrequestStatus> <id>2</id> <bizRef>ACTIVE</bizRef> </organrequestStatus> <organrequestReason> <id>31</id> <bizRef>ACTIVE_RECIPIENT_ON_WAITLIST</bizRef> </organrequestReason> <listDateTime>2020-07-21T01:15:00-04:00</listDateTime> <organMedicalStatus> <id>27</id> <bizRef>KIDNEY_1</bizRef> </organMedicalStatus> <daysAtCurrentStatus>0</daysAtCurrentStatus> <daysOnDialysis>0</daysOnDialysis> <highlySensitized>false</highlySensitized> <otherActiveRors> <relatedOrganRequestId>25</relatedOrganRequestId> <organ>LIVER</organ> <organId>3</organId> <organMedicalStatus>LIVER_4</organMedicalStatus> <organMedicalStatusId>10</organMedicalStatusId> <requestState>ACTIVE</requestState> <requestStateId>2</requestStateId> </otherActiveRors> <otherActiveRors> <relatedOrganRequestId>26</relatedOrganRequestId> <organ>STOMACH</organ> <organId>7</organId> <organMedicalStatus>STOMACH_NORMAL</organMedicalStatus> <organMedicalStatusId>32</organMedicalStatusId> <requestState>ACTIVE</requestState> <requestStateId>2</requestStateId> </otherActiveRors> <otherActiveRors> <relatedOrganRequestId>27</relatedOrganRequestId> <organ>HEART</organ> <organId>1</organId> <organMedicalStatus>HEART_4</organMedicalStatus> <organMedicalStatusId>2</organMedicalStatusId> <requestState>ACTIVE</requestState> <requestStateId>2</requestStateId> </otherActiveRors> <inUtero>false</inUtero> <comment><![CDATA[<span style='font-weight:bold'>Kidney:</span> accept incompatible ABO,accept hep b+,accept hep c+,xm<br><span style='font-weight:bold'>Liver:</span> accept incompatible ABO,accept hep c+<br><span style='font-weight:bold'>Stomach:</span> accept incompatible ABO,accept hep b+,accept hep c+<br><span style='font-weight:bold'>Heart:</span> accept incompatible ABO,accept hep b+,accept hep c+]]></comment> <vxm xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <odo> <id>17</id> <facilityName>British Columbia Transplant</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>BC-BCT</facilityCode> <corrCode>90000</corrCode> </odo> <recipientTXCenter> <id>29</id> <facilityName>St. Paul's Hospital, Providence Health Care</facilityName> <facilityType> <id>1</id> <bizRef>TX_CENTRE</bizRef> </facilityType> <facilityCode>BC-VAN-SPH</facilityCode> <corrCode>90102</corrCode> </recipientTXCenter> </return> </ns2:getHSPMatchforDonorResponse> </soap:Body> </soap:Envelope>