| Step |
Description |
Method |
Sample Soap Request |
Comment |
| 1 |
Add a new recipient to the CTR registry with an organ request for heart. |
addRecipientByNationalRecipientId() |
cs2step1 |
- The recipient added to CTR with a kidney organ request has organ request state: 'NEW' [id: 1 , bizRef: REFERRAL] and organ medical status: [id: 27 , bizRef: KIDNEY_1].
- The input field [medicalStatusChangeDate] is used by the IPOS Heart allocation algorithm as a tie breaker, please enter an accurate date.
- Steps 1 & 2 can be combined into a single call, for clarity, a 2 step usecase is outlined.
|
| 2 |
Update the heart organ request state and medical status. |
updateRecipientByNationalRecipientId() |
cs2step2 |
The kidney organ request has organ request state: 'ACTIVE' and organ medical status: [id: 2 , bizRef: HEART_4] |
| 3 |
Add recipient's HLA serum test results. |
updateRecipientHlaSerumTestResult() |
cs2step3 |
note: set the input field 'confirmAntibodies' = true |
| 4 |
Add recipient's HLA typing. |
updateHlaTyping() |
cs2step4 |
note: set the input field 'confirmHLATyping' = true |
| 5 |
Verify that the heart organ request is included on the 'National Wait List' as well as it's DWL eligibility status, etc... |
listWaitlistRecipients() |
cs2step5 |
note: this step is optional. |