Sample Soap Request for Method: List listDonor( DonorSearchCriteria criteria )

Request: Get a list of DWL donors, filtered on case = OPEN and age from 10 to 25.

<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:listDonor> <arg0> <caseStatuses> <bizRef>OPEN</bizRef> </caseStatuses> <ageFrom>10</ageFrom> <ageTo>25</ageTo> </arg0> </ctr:listDonor> </soapenv:Body> </soapenv:Envelope>

Response: The filtered donor list.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:listDonorResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <nationalDonorId>CTD000006</nationalDonorId> <localDonorId>bc88888</localDonorId> <firstName>xyz</firstName> <lastName>Gender-Other</lastName> <dateOfBirth>2000-07-30</dateOfBirth> <gender> <id>3</id> <bizRef>OTHER</bizRef> </gender> <registryEnterDate>2020-07-30T14:48:10-04:00</registryEnterDate> <caseStatus> <id>1</id> <bizRef>OPEN</bizRef> </caseStatus> <caseChangeDate>2020-07-30T14:48:11-04:00</caseChangeDate> <donorType> <id>1</id> <bizRef>DECEASED</bizRef> </donorType> <breastFed> <id>2</id> <bizRef>NO</bizRef> </breastFed> <facilities> <id>17</id> <facilityName>British Columbia Transplant</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>BC-BCT</facilityCode> <corrCode>90000</corrCode> </facilities> <facilities> <id>3</id> <facilityName>Vancouver General Hospital - Immunology Lab</facilityName> <facilityType> <id>2</id> <bizRef>HLA_LAB</bizRef> </facilityType> <facilityCode>BC-VAN-HLA</facilityCode> <corrCode>90101</corrCode> </facilities> <hasExceptionalDistribution>true</hasExceptionalDistribution> <consentedOrgans> <consentedOrganId>33</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>1</id> <bizRef>HEART</bizRef> </organ> <organType> <id>101</id> <bizRef>HEART</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>34</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>3</id> <bizRef>DOUBLE_LUNG</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>35</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>1</id> <bizRef>RIGHT_LUNG</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>36</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>2</id> <bizRef>LEFT_LUNG</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>37</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>6</id> <bizRef>WHOLE_LIVER</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>38</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>4</id> <bizRef>RIGHT_LOBE</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>39</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>5</id> <bizRef>LEFT_LOBE</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>40</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>6</id> <bizRef>SMALL_BOWEL</bizRef> </organ> <organType> <id>106</id> <bizRef>SMALL_BOWEL</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>41</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>7</id> <bizRef>STOMACH</bizRef> </organ> <organType> <id>107</id> <bizRef>STOMACH</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>42</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>9</id> <bizRef>WHOLE_PANCREAS</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>43</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>11</id> <bizRef>SEGMENT1</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>44</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>12</id> <bizRef>SEGMENT2</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>45</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>10</id> <bizRef>ISLETS</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>46</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>14</id> <bizRef>DOUBLE_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> <organNotOfferedReason> <id>7</id> <bizRef>UNSTABLE_DONOR</bizRef> </organNotOfferedReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>47</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>7</id> <bizRef>RIGHT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> <organNotOfferedReason> <id>7</id> <bizRef>UNSTABLE_DONOR</bizRef> </organNotOfferedReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>48</consentedOrganId> <nationalDonorId>CTD000006</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>8</id> <bizRef>LEFT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> <organNotOfferedReason> <id>7</id> <bizRef>UNSTABLE_DONOR</bizRef> </organNotOfferedReason> </consentedOrgans> <duplicate>false</duplicate> <donorDeath> <countryOfDeath> <id>1</id> <bizRef>CAN</bizRef> </countryOfDeath> <province_StateOfDeath> <id>2</id> <bizRef>BC</bizRef> </province_StateOfDeath> <id>4</id> </donorDeath> </return> <return> <nationalDonorId>CTD000007</nationalDonorId> <localDonorId>bc77777</localDonorId> <firstName>xyz</firstName> <lastName>GenderUknknown</lastName> <dateOfBirth>2000-07-30</dateOfBirth> <height>150</height> <weight>50</weight> <gender> <id>4</id> <bizRef>UNKNOWN</bizRef> </gender> <bloodType> <id>3</id> <bizRef>O</bizRef> </bloodType> <rh> <id>2</id> <bizRef>MINUS</bizRef> </rh> <registryEnterDate>2020-07-30T14:55:42-04:00</registryEnterDate> <caseStatus> <id>1</id> <bizRef>OPEN</bizRef> </caseStatus> <caseChangeDate>2020-07-30T14:55:42-04:00</caseChangeDate> <donorType> <id>1</id> <bizRef>DECEASED</bizRef> </donorType> <breastFed> <id>2</id> <bizRef>NO</bizRef> </breastFed> <facilities> <id>17</id> <facilityName>British Columbia Transplant</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>BC-BCT</facilityCode> <corrCode>90000</corrCode> </facilities> <facilities> <id>3</id> <facilityName>Vancouver General Hospital - Immunology Lab</facilityName> <facilityType> <id>2</id> <bizRef>HLA_LAB</bizRef> </facilityType> <facilityCode>BC-VAN-HLA</facilityCode> <corrCode>90101</corrCode> </facilities> <consentedOrgans> <consentedOrganId>64</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>8</id> <bizRef>LEFT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>49</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>1</id> <bizRef>HEART</bizRef> </organ> <organType> <id>101</id> <bizRef>HEART</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>50</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>3</id> <bizRef>DOUBLE_LUNG</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>51</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>1</id> <bizRef>RIGHT_LUNG</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>52</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>2</id> <bizRef>LEFT_LUNG</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>53</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>6</id> <bizRef>WHOLE_LIVER</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>54</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>4</id> <bizRef>RIGHT_LOBE</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>55</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>5</id> <bizRef>LEFT_LOBE</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>56</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>6</id> <bizRef>SMALL_BOWEL</bizRef> </organ> <organType> <id>106</id> <bizRef>SMALL_BOWEL</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>57</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>7</id> <bizRef>STOMACH</bizRef> </organ> <organType> <id>107</id> <bizRef>STOMACH</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>58</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>9</id> <bizRef>WHOLE_PANCREAS</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>59</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>11</id> <bizRef>SEGMENT1</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>60</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>12</id> <bizRef>SEGMENT2</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>61</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>10</id> <bizRef>ISLETS</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>62</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>14</id> <bizRef>DOUBLE_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>63</consentedOrganId> <nationalDonorId>CTD000007</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>7</id> <bizRef>RIGHT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <duplicate>false</duplicate> <donorDeath> <deathType> <id>2</id> <bizRef>DCD</bizRef> </deathType> <countryOfDeath> <id>1</id> <bizRef>CAN</bizRef> </countryOfDeath> <province_StateOfDeath> <id>2</id> <bizRef>BC</bizRef> </province_StateOfDeath> <id>3</id> </donorDeath> </return> <return> <nationalDonorId>CTD000009</nationalDonorId> <localDonorId>xyz1234</localDonorId> <firstName>aFirst-Name</firstName> <lastName>myLastName</lastName> <dateOfBirth>2000-02-01</dateOfBirth> <gender> <id>2</id> <bizRef>FEMALE</bizRef> </gender> <registryEnterDate>2020-07-31T11:50:09-04:00</registryEnterDate> <caseStatus> <id>1</id> <bizRef>OPEN</bizRef> </caseStatus> <caseChangeDate>2020-07-31T11:50:09-04:00</caseChangeDate> <donorType> <id>1</id> <bizRef>DECEASED</bizRef> </donorType> <breastFed> <id>2</id> <bizRef>NO</bizRef> </breastFed> <facilities> <id>17</id> <facilityName>British Columbia Transplant</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>BC-BCT</facilityCode> <corrCode>90000</corrCode> </facilities> <facilities> <id>2077</id> <facilityName>British Columbia Children's Hospital</facilityName> <facilityType> <id>6</id> <bizRef>DONOR_RECOVERY_HOSPITAL</bizRef> </facilityType> </facilities> <facilities> <id>3</id> <facilityName>Vancouver General Hospital - Immunology Lab</facilityName> <facilityType> <id>2</id> <bizRef>HLA_LAB</bizRef> </facilityType> <facilityCode>BC-VAN-HLA</facilityCode> <corrCode>90101</corrCode> </facilities> <consentedOrgans> <consentedOrganId>65</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>1</id> <bizRef>HEART</bizRef> </organ> <organType> <id>101</id> <bizRef>HEART</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>66</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>3</id> <bizRef>DOUBLE_LUNG</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>67</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>1</id> <bizRef>RIGHT_LUNG</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>68</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>2</id> <bizRef>LEFT_LUNG</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>69</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>6</id> <bizRef>WHOLE_LIVER</bizRef> </organType> <consentedState> <id>2</id> <bizRef>NOT_CONSENTED</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>3</id> <bizRef>NOT_CONSENTED_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>5</id> <bizRef>NOT_CONSENTED_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>22</id> <bizRef>NOT_CONSENTED_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>70</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>4</id> <bizRef>RIGHT_LOBE</bizRef> </organType> <consentedState> <id>2</id> <bizRef>NOT_CONSENTED</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>3</id> <bizRef>NOT_CONSENTED_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>5</id> <bizRef>NOT_CONSENTED_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>22</id> <bizRef>NOT_CONSENTED_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>71</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>5</id> <bizRef>LEFT_LOBE</bizRef> </organType> <consentedState> <id>2</id> <bizRef>NOT_CONSENTED</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>3</id> <bizRef>NOT_CONSENTED_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>5</id> <bizRef>NOT_CONSENTED_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>22</id> <bizRef>NOT_CONSENTED_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>72</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>6</id> <bizRef>SMALL_BOWEL</bizRef> </organ> <organType> <id>106</id> <bizRef>SMALL_BOWEL</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>73</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>7</id> <bizRef>STOMACH</bizRef> </organ> <organType> <id>107</id> <bizRef>STOMACH</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>74</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>9</id> <bizRef>WHOLE_PANCREAS</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>75</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>11</id> <bizRef>SEGMENT1</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>76</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>12</id> <bizRef>SEGMENT2</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>77</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>10</id> <bizRef>ISLETS</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>78</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>14</id> <bizRef>DOUBLE_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>79</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>7</id> <bizRef>RIGHT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>80</consentedOrganId> <nationalDonorId>CTD000009</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>8</id> <bizRef>LEFT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <duplicate>false</duplicate> <donorDeath> <deathType> <id>1</id> <bizRef>NDD</bizRef> </deathType> <countryOfDeath> <id>1</id> <bizRef>CAN</bizRef> </countryOfDeath> <province_StateOfDeath> <id>11</id> <bizRef>QC</bizRef> </province_StateOfDeath> <id>5</id> </donorDeath> </return> <return> <nationalDonorId>CTD000010</nationalDonorId> <localDonorId>bc-d123</localDonorId> <dateOfBirth>2000-08-04</dateOfBirth> <gender> <id>1</id> <bizRef>MALE</bizRef> </gender> <registryEnterDate>2020-08-04T12:31:23-04:00</registryEnterDate> <caseStatus> <id>1</id> <bizRef>OPEN</bizRef> </caseStatus> <caseChangeDate>2020-08-04T12:31:24-04:00</caseChangeDate> <donorType> <id>1</id> <bizRef>DECEASED</bizRef> </donorType> <breastFed> <id>2</id> <bizRef>NO</bizRef> </breastFed> <facilities> <id>17</id> <facilityName>British Columbia Transplant</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>BC-BCT</facilityCode> <corrCode>90000</corrCode> </facilities> <facilities> <id>3</id> <facilityName>Vancouver General Hospital - Immunology Lab</facilityName> <facilityType> <id>2</id> <bizRef>HLA_LAB</bizRef> </facilityType> <facilityCode>BC-VAN-HLA</facilityCode> <corrCode>90101</corrCode> </facilities> <consentedOrgans> <consentedOrganId>96</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>8</id> <bizRef>LEFT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>81</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>1</id> <bizRef>HEART</bizRef> </organ> <organType> <id>101</id> <bizRef>HEART</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>82</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>3</id> <bizRef>DOUBLE_LUNG</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>83</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>1</id> <bizRef>RIGHT_LUNG</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>84</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>2</id> <bizRef>LEFT_LUNG</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>85</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>6</id> <bizRef>WHOLE_LIVER</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>86</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>4</id> <bizRef>RIGHT_LOBE</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>87</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>5</id> <bizRef>LEFT_LOBE</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>88</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>6</id> <bizRef>SMALL_BOWEL</bizRef> </organ> <organType> <id>106</id> <bizRef>SMALL_BOWEL</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>89</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>7</id> <bizRef>STOMACH</bizRef> </organ> <organType> <id>107</id> <bizRef>STOMACH</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>90</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>9</id> <bizRef>WHOLE_PANCREAS</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>91</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>11</id> <bizRef>SEGMENT1</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>92</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>12</id> <bizRef>SEGMENT2</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>93</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>10</id> <bizRef>ISLETS</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>94</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>14</id> <bizRef>DOUBLE_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>95</consentedOrganId> <nationalDonorId>CTD000010</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>7</id> <bizRef>RIGHT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <duplicate>false</duplicate> </return> <return> <nationalDonorId>CTD000040</nationalDonorId> <localDonorId>bc-hsh111</localDonorId> <dateOfBirth>2000-06-19</dateOfBirth> <height>150</height> <weight>50</weight> <gender> <id>1</id> <bizRef>MALE</bizRef> </gender> <bloodType> <id>1</id> <bizRef>A</bizRef> </bloodType> <registryEnterDate>2020-11-03T14:47:04-05:00</registryEnterDate> <caseStatus> <id>1</id> <bizRef>OPEN</bizRef> </caseStatus> <caseChangeDate>2020-11-03T14:47:06.710-05:00</caseChangeDate> <donorType> <id>1</id> <bizRef>DECEASED</bizRef> </donorType> <breastFed> <id>2</id> <bizRef>NO</bizRef> </breastFed> <facilities> <id>17</id> <facilityName>British Columbia Transplant</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>BC-BCT</facilityCode> <corrCode>90000</corrCode> </facilities> <facilities> <id>3</id> <facilityName>Vancouver General Hospital - Immunology Lab</facilityName> <facilityType> <id>2</id> <bizRef>HLA_LAB</bizRef> </facilityType> <facilityCode>BC-VAN-HLA</facilityCode> <corrCode>90101</corrCode> </facilities> <consentedOrgans> <consentedOrganId>256</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>10</id> <bizRef>ISLETS</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>241</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>14</id> <bizRef>DOUBLE_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>1</id> <bizRef>NOT_RECOVERED_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>25</id> <bizRef>NOT_APPLICABLE</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>23</id> <bizRef>OTHER_ORGAN_TYPE_TRANSPLANTED</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>242</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>7</id> <bizRef>RIGHT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> <recoveredState> <id>3</id> <bizRef>RECOVERED</bizRef> </recoveredState> <recoveredStateDisposition> <id>1</id> <bizRef>TRANSPLANT</bizRef> </recoveredStateDisposition> <shippedState> <id>8</id> <bizRef>SHIPPED</bizRef> </shippedState> <transplantedState> <id>5</id> <bizRef>TRANSPLANTED</bizRef> </transplantedState> <organDeviceUsed> <id>1</id> <bizRef>KIDNEY_PERFUSION_PUMP</bizRef> </organDeviceUsed> <offerId>107</offerId> </consentedOrgans> <consentedOrgans> <consentedOrganId>243</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>8</id> <bizRef>LEFT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>1</id> <bizRef>NOT_RECOVERED_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>30</id> <bizRef>ORGAN_DAMAGED_DURING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>24</id> <bizRef>NOT_RECOVERED_FOR_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>244</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>1</id> <bizRef>HEART</bizRef> </organ> <organType> <id>101</id> <bizRef>HEART</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>245</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>3</id> <bizRef>DOUBLE_LUNG</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>246</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>1</id> <bizRef>RIGHT_LUNG</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>247</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>2</id> <bizRef>LEFT_LUNG</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>248</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>6</id> <bizRef>WHOLE_LIVER</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>249</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>4</id> <bizRef>RIGHT_LOBE</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>250</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>5</id> <bizRef>LEFT_LOBE</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>251</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>6</id> <bizRef>SMALL_BOWEL</bizRef> </organ> <organType> <id>106</id> <bizRef>SMALL_BOWEL</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>252</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>7</id> <bizRef>STOMACH</bizRef> </organ> <organType> <id>107</id> <bizRef>STOMACH</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>253</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>9</id> <bizRef>WHOLE_PANCREAS</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>254</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>11</id> <bizRef>SEGMENT1</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>255</consentedOrganId> <nationalDonorId>CTD000040</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>12</id> <bizRef>SEGMENT2</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <duplicate>false</duplicate> <donorDeath> <deathType> <id>1</id> <bizRef>NDD</bizRef> </deathType> <countryOfDeath> <id>1</id> <bizRef>CAN</bizRef> </countryOfDeath> <province_StateOfDeath> <id>2</id> <bizRef>BC</bizRef> </province_StateOfDeath> <id>10</id> </donorDeath> </return> <return> <nationalDonorId>CTD000041</nationalDonorId> <localDonorId>bc-hsp123</localDonorId> <dateOfBirth>2000-01-19</dateOfBirth> <height>180</height> <weight>80</weight> <gender> <id>1</id> <bizRef>MALE</bizRef> </gender> <bloodType> <id>3</id> <bizRef>O</bizRef> </bloodType> <registryEnterDate>2020-11-03T15:12:35-05:00</registryEnterDate> <caseStatus> <id>1</id> <bizRef>OPEN</bizRef> </caseStatus> <caseChangeDate>2020-11-03T15:12:37.554-05:00</caseChangeDate> <donorType> <id>1</id> <bizRef>DECEASED</bizRef> </donorType> <breastFed> <id>2</id> <bizRef>NO</bizRef> </breastFed> <facilities> <id>3</id> <facilityName>Vancouver General Hospital - Immunology Lab</facilityName> <facilityType> <id>2</id> <bizRef>HLA_LAB</bizRef> </facilityType> <facilityCode>BC-VAN-HLA</facilityCode> <corrCode>90101</corrCode> </facilities> <facilities> <id>17</id> <facilityName>British Columbia Transplant</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>BC-BCT</facilityCode> <corrCode>90000</corrCode> </facilities> <consentedOrgans> <consentedOrganId>257</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>14</id> <bizRef>DOUBLE_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>258</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>7</id> <bizRef>RIGHT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>259</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>8</id> <bizRef>LEFT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>260</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>1</id> <bizRef>HEART</bizRef> </organ> <organType> <id>101</id> <bizRef>HEART</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>261</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>3</id> <bizRef>DOUBLE_LUNG</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>262</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>1</id> <bizRef>RIGHT_LUNG</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>263</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>2</id> <bizRef>LEFT_LUNG</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>264</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>6</id> <bizRef>WHOLE_LIVER</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>265</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>4</id> <bizRef>RIGHT_LOBE</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>266</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>5</id> <bizRef>LEFT_LOBE</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>267</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>6</id> <bizRef>SMALL_BOWEL</bizRef> </organ> <organType> <id>106</id> <bizRef>SMALL_BOWEL</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>268</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>7</id> <bizRef>STOMACH</bizRef> </organ> <organType> <id>107</id> <bizRef>STOMACH</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>269</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>9</id> <bizRef>WHOLE_PANCREAS</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>270</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>11</id> <bizRef>SEGMENT1</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>271</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>12</id> <bizRef>SEGMENT2</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>272</consentedOrganId> <nationalDonorId>CTD000041</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>10</id> <bizRef>ISLETS</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <duplicate>false</duplicate> <donorDeath> <deathType> <id>1</id> <bizRef>NDD</bizRef> </deathType> <countryOfDeath> <id>1</id> <bizRef>CAN</bizRef> </countryOfDeath> <province_StateOfDeath> <id>2</id> <bizRef>BC</bizRef> </province_StateOfDeath> <id>11</id> </donorDeath> </return> <return> <nationalDonorId>CTD000042</nationalDonorId> <localDonorId>bc-hsh456</localDonorId> <dateOfBirth>2000-01-19</dateOfBirth> <gender> <id>1</id> <bizRef>MALE</bizRef> </gender> <registryEnterDate>2020-11-03T17:08:47-05:00</registryEnterDate> <caseStatus> <id>1</id> <bizRef>OPEN</bizRef> </caseStatus> <caseChangeDate>2020-11-03T17:08:48.309-05:00</caseChangeDate> <donorType> <id>1</id> <bizRef>DECEASED</bizRef> </donorType> <breastFed> <id>2</id> <bizRef>NO</bizRef> </breastFed> <facilities> <id>17</id> <facilityName>British Columbia Transplant</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>BC-BCT</facilityCode> <corrCode>90000</corrCode> </facilities> <facilities> <id>3</id> <facilityName>Vancouver General Hospital - Immunology Lab</facilityName> <facilityType> <id>2</id> <bizRef>HLA_LAB</bizRef> </facilityType> <facilityCode>BC-VAN-HLA</facilityCode> <corrCode>90101</corrCode> </facilities> <consentedOrgans> <consentedOrganId>288</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>10</id> <bizRef>ISLETS</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>273</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>1</id> <bizRef>HEART</bizRef> </organ> <organType> <id>101</id> <bizRef>HEART</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>274</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>3</id> <bizRef>DOUBLE_LUNG</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>275</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>1</id> <bizRef>RIGHT_LUNG</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>276</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>2</id> <bizRef>LEFT_LUNG</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>277</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>6</id> <bizRef>WHOLE_LIVER</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>278</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>4</id> <bizRef>RIGHT_LOBE</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>279</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>5</id> <bizRef>LEFT_LOBE</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>280</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>14</id> <bizRef>DOUBLE_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>281</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>7</id> <bizRef>RIGHT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>282</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>8</id> <bizRef>LEFT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>283</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>6</id> <bizRef>SMALL_BOWEL</bizRef> </organ> <organType> <id>106</id> <bizRef>SMALL_BOWEL</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>284</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>7</id> <bizRef>STOMACH</bizRef> </organ> <organType> <id>107</id> <bizRef>STOMACH</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>285</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>9</id> <bizRef>WHOLE_PANCREAS</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>286</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>11</id> <bizRef>SEGMENT1</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <consentedOrgans> <consentedOrganId>287</consentedOrganId> <nationalDonorId>CTD000042</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>12</id> <bizRef>SEGMENT2</bizRef> </organType> <consentedState> <id>7</id> <bizRef>NOT_PARTICIPATING</bizRef> </consentedState> <recoveredState> <id>4</id> <bizRef>NOT_RECOVERED</bizRef> </recoveredState> <shippedState> <id>9</id> <bizRef>NOT_SHIPPED</bizRef> </shippedState> <notShippedStateReason> <id>2</id> <bizRef>NOT_PARTICIPATING_FOR_TRANSPLANT</bizRef> </notShippedStateReason> <notRecoveredStateReason> <id>4</id> <bizRef>NOT_PARTICIPATING_RECOVERY</bizRef> </notRecoveredStateReason> <transplantedState> <id>6</id> <bizRef>NOT_TRANSPLANTED</bizRef> </transplantedState> <notTransplantedStateReason> <id>3</id> <bizRef>NOT_PARTICIPATING_TRANSPLANT</bizRef> </notTransplantedStateReason> </consentedOrgans> <duplicate>false</duplicate> <donorDeath> <deathType> <id>1</id> <bizRef>NDD</bizRef> </deathType> <countryOfDeath> <id>1</id> <bizRef>CAN</bizRef> </countryOfDeath> <province_StateOfDeath> <id>2</id> <bizRef>BC</bizRef> </province_StateOfDeath> <id>12</id> </donorDeath> </return> <return> <nationalDonorId>CTD000043</nationalDonorId> <localDonorId>BC-54545</localDonorId> <firstName>hhh</firstName> <lastName>MissingHealthData</lastName> <dateOfBirth>2000-11-16</dateOfBirth> <gender> <id>1</id> <bizRef>MALE</bizRef> </gender> <registryEnterDate>2020-11-16T14:48:52-05:00</registryEnterDate> <caseStatus> <id>1</id> <bizRef>OPEN</bizRef> </caseStatus> <caseChangeDate>2020-11-16T14:48:52-05:00</caseChangeDate> <donorType> <id>1</id> <bizRef>DECEASED</bizRef> </donorType> <breastFed> <id>2</id> <bizRef>NO</bizRef> </breastFed> <facilities> <id>17</id> <facilityName>British Columbia Transplant</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>BC-BCT</facilityCode> <corrCode>90000</corrCode> </facilities> <facilities> <id>3</id> <facilityName>Vancouver General Hospital - Immunology Lab</facilityName> <facilityType> <id>2</id> <bizRef>HLA_LAB</bizRef> </facilityType> <facilityCode>BC-VAN-HLA</facilityCode> <corrCode>90101</corrCode> </facilities> <consentedOrgans> <consentedOrganId>289</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>1</id> <bizRef>HEART</bizRef> </organ> <organType> <id>101</id> <bizRef>HEART</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>290</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>3</id> <bizRef>DOUBLE_LUNG</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>291</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>1</id> <bizRef>RIGHT_LUNG</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>292</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>2</id> <bizRef>LUNG</bizRef> </organ> <organType> <id>2</id> <bizRef>LEFT_LUNG</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>293</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>6</id> <bizRef>WHOLE_LIVER</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>294</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>4</id> <bizRef>RIGHT_LOBE</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>295</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>3</id> <bizRef>LIVER</bizRef> </organ> <organType> <id>5</id> <bizRef>LEFT_LOBE</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>296</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>6</id> <bizRef>SMALL_BOWEL</bizRef> </organ> <organType> <id>106</id> <bizRef>SMALL_BOWEL</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>297</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>7</id> <bizRef>STOMACH</bizRef> </organ> <organType> <id>107</id> <bizRef>STOMACH</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>298</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>9</id> <bizRef>WHOLE_PANCREAS</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>299</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>11</id> <bizRef>SEGMENT1</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>300</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>12</id> <bizRef>SEGMENT2</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>301</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>4</id> <bizRef>PANCREAS</bizRef> </organ> <organType> <id>10</id> <bizRef>ISLETS</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>302</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>14</id> <bizRef>DOUBLE_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>303</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>7</id> <bizRef>RIGHT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <consentedOrgans> <consentedOrganId>304</consentedOrganId> <nationalDonorId>CTD000043</nationalDonorId> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>8</id> <bizRef>LEFT_KIDNEY</bizRef> </organType> <consentedState> <id>1</id> <bizRef>CONSENTED</bizRef> </consentedState> </consentedOrgans> <duplicate>false</duplicate> </return> </ns2:listDonorResponse> </soap:Body> </soap:Envelope>