__________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
| Expand |
|---|
| title | What is Match-Connect? |
|---|
|
Match-Connect is an API-based platform designed to streamline and modernise donor-patient communication across registries. Match-Connect replaces the older EMDIS system with a more secure, standardised, and future-proof solution for international collaboration. |
| Expand |
|---|
| title | What are the core components of Match-Connect? |
|---|
|
- Patient API (must be implemented first): Manages patient data and updates.
- Search API (requires Patient API): Initiates and retrieves donor search results.
- Connect API (requires Search API): The third API service that WMDA provides in the secure registry-to-registry communication system. Connect API provides a modern message-based architecture enabling registries to communicate donor exchange requests and responses efficiently, rapidly, and securely.
APIs work behind the scenes and will not change your system’s graphical interface (GUI). You have two options: - Use software that already supports Match-Connect APIs (e.g., contact Steiner Ltd, Czech Republic).
- Integrate the APIs into your own system. This will require:
- Knowledge of REST APIs.
- Ability to build connections to Match-Connect.
- Familiarity with JSON data format.
- (Optional) Use of Postman or similar tools.
|
| Expand |
|---|
| title | How do I know my message was delivered to the intended recipient? |
|---|
|
Match-Connect does not currently provide automatic delivery receipts. However: - Endpoint messageResponseRequest is intended as an automated response to every user-generated message. It serves three purposes: message acknowledgment, warning, message denial. This is a purely machine-tomachine type of message, as compared to EMDIS where such responses can be user-generated.
- You can use the messageRetrieve endpoint to confirm that a message has been received.
- For critical messages, registries may implement manual confirmation or use the textMessageRequest endpoint for follow-up communication.
- Messages with responseType “success” and “warning” are sent to the receiving registry. Messages with responseType “failed” will not be sent. Appropriate responses are provided by the API:
- 200 OK for responseType “success” and “warning”;
- 400 Bad request for responseType “failed”
|
| Expand |
|---|
| title | What is Match-Connect? |
|---|
|
Match-Connect is an API-based platform designed to streamline and modernise donor-patient communication across registries. Match-Connect replaces the older EMDIS system with a more secure, standardised, and future-proof solution for international collaboration. |
| Expand |
|---|
| title | What are the core components of Match-Connect? |
|---|
|
- Patient API (must be implemented first): Manages patient data and updates.
- Search API (requires Patient API): Initiates and retrieves donor search results.
- Connect API (requires Search API): The third API service that WMDA provides in the secure registry-to-registry communication system. Connect API provides a modern message-based architecture enabling registries to communicate donor exchange requests and responses efficiently, rapidly, and securely.
APIs work behind the scenes and will not change your system’s graphical interface (GUI). You have two options: Use software that already supports Match-Connect APIs (e.g., contact Steiner Ltd, Czech Republic).Integrate the APIs into your own system. This will require:Knowledge of REST APIs.Ability to build connections to Match-Connect.Familiarity with JSON data format.(Optional) Use of Postman or similar tools |
| Expand |
|---|
| title | Can I try a demo of Match-Connect? |
|---|
|
No. Match-Connect itself is a pure API-based service, so there’s no standalone demo application available. However, you can explore the Search & Match sandbox, which includes a web app that works as a demo environment for testing the search and matching process. If your organisation wants to use Match-Connect, you’ll need to implement the API endpoints and connect your own local system to Match-Connect. Please see Match-Connect Demo video by Matchis and Gift of Life, showcasing how Match-Connect operates when integrated with local registry software. |
...