UseCase 1: Create a recipient with an HSP eligible kidney organ request.

Step Description Method Sample Soap Request Comment
1 Add a new recipient to the CTR registry with an organ request for kidney. addRecipientByNationalRecipientId() cs1step1 The recipient added to CTR with a kidney organ request has state 'NEW' [id: 1 , bizRef: REFERRAL] and medical status'KIDNEY_1'.
2 Update the kidney organ request state and medical status. updateRecipientByNationalRecipientId() cs1step2 The kidney organ request has state 'ACTIVE' and medical status 'KIDNEY_2MU'.
note:steps 1 & 2 can be combined into a single call, for clarity, a 2 step usecase is outlined.
3 Add recipient's HLA serum test results. updateRecipientHlaSerumTestResult() cs1step3 note: set the input field 'confirmAntibodies' = true
4 Add recipient's HLA typing. updateHlaTyping() cs1step4 note: set the input field 'confirmHLATyping' = true
5 Verify that the kidney organ request is included on the 'National Wait List' as well as it's DWL eligibility status, etc... listWaitlistRecipients() cs1step5 note: this step is optional.