Sample Soap Request for Method: addRecipientByNationalRecipientId()

Request: Add a new recipient to the CTR registry with 'OnDialysis = null' and 'Pre-Emptive = null'.

<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:addRecipientByNationalRecipientId> <arg0> <firstName>Fn-16638757691</firstName> <lastName>Ln-16638757691</lastName> <city>Montreal</city> <province> <id>11</id> <!--<bizRef>QC</bizRef>--> </province> <dateOfBirth>1990-09-09</dateOfBirth> <gender> <id>2</id> </gender> <height>192</height> <weight>40</weight> <localRecipientId>localId-16638757691</localRecipientId> <phin>QT-16638757691</phin> <transplantType> <id>1</id> </transplantType> <bloodGroup> <id>3</id> </bloodGroup> <rh> <id>1</id> </rh> <organRequests> <id>0</id> <organMedicalStatus> <id>27</id> </organMedicalStatus> <organRequired> <id>5</id> </organRequired> <listDateTime>2016-06-03</listDateTime> <status> <id>2</id> </status> </organRequests> <opo> <!--<id>23</id>--> <id>23</id> <!--<facilityName>Transplant-Québec</facilityName>--> </opo> <transplantCentre> <id>92</id> </transplantCentre> <hlaLab> <id>93</id> </hlaLab> <phinProvince> <id>11</id> </phinProvince> </arg0> </ctr:addRecipientByNationalRecipientId> </soapenv:Body> </soapenv:Envelope>

Response: the CTR recipient record

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:addRecipientByNationalRecipientIdResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>44353</id> <age> <days>6</days> <negative>false</negative> <weeks>1</weeks> <years>32</years> </age> <bloodGroup> <id>3</id> <bizRef>O</bizRef> </bloodGroup> <bmi>10.9</bmi> <deathInHospital>false</deathInHospital> <suddenDeath>false</suddenDeath> <city>Montreal</city> <confirmBloodType>TRUE</confirmBloodType> <confirmRh>TRUE</confirmRh> <consentReceivedByCbs>false</consentReceivedByCbs> <dateOfBirth>1990-09-09T00:00:00-04:00</dateOfBirth> <firstName>Fn-16638757691</firstName> <gender> <id>2</id> <bizRef>FEMALE</bizRef> </gender> <height>192</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>Ln-16638757691</lastName> <localRecipientId>localId-16638757691</localRecipientId> <localRecipientSource>ODO</localRecipientSource> <nationalRecipientId>CTR044353</nationalRecipientId> <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>151545</id> <organRequired> <id>5</id> <bizRef>KIDNEY</bizRef> </organRequired> <organMedicalStatus> <id>27</id> <bizRef>KIDNEY_1</bizRef> </organMedicalStatus> <listDateTime>2016-06-03T00:00:00-04: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>2022-09-22T15:42:57-04:00</medicalStatusChangeDate> <organStatusChangeDate>2022-09-22T15:43:01-04:00</organStatusChangeDate> <dwlEligible>false</dwlEligible> </organRequests> <phin>QT-16638757691</phin> <phinProvince> <id>11</id> <bizRef>QC</bizRef> </phinProvince> <province> <id>11</id> <bizRef>QC</bizRef> </province> <registeredOnLDPE>false</registeredOnLDPE> <registryEnterDate>2022-09-22T15:42:57-04:00</registryEnterDate> <rh> <id>1</id> <bizRef>PLUS</bizRef> </rh> <timeOnDialysisInDays>0</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>40</weight> </return> </ns2:addRecipientByNationalRecipientIdResponse> </soap:Body> </soap:Envelope>