Replace CDs, fax machines, and manual EPIC / Merge PACS workflows with a single, auditable API call.
curl -X POST https://api.mycarelinker.com/v1/share-record \
-H "x-api-key: sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"patientId": "MRN-12345",
"destinationOrg": "org_central_hospital",
"payload": { "resourceType": "Bundle", "type": "document", ... },
"consentToken": "consent_abc..."
}'{ "transaction_id": "tx_...", "delivery_status": "accepted", "audit_log": "https://..." }You keep your workflows in EPIC, Merge PACS, and your local tools. We handle the plumbing between organizations.
Public request form → automation when criteria match → tech dashboard for exceptions → IT controls access. When both clinics are customers, they talk faster.
Other clinics request records via a secure page (no MS Forms). Org-registered, rate-limited, anti-spam.
If request matches criteria (consent, patient match, study type, date range), we process it automatically via EPIC + PACS API.
When automation fails or for on-demand sends, techs log in, see the queue, fix, and send. Full audit trail.
Add techs, manage orgs, view failures and processing metrics. Control who can do what.
When both the requesting clinic and your hospital are MyCareLinker customers, requests can be fulfilled faster — direct API handoff, less manual work, lower cost.
transaction_id represents the exportaudit_log entry for compliancePOST /v1/share-record with patient id, destination org, payload, and consent token.transaction_id and audit_log for tracking.Pay-as-you-go only. No contracts. Admin portal included by default.
First 1,000 API calls free
Then $0.005 per call
Default access to admin portal: API keys, usage logs, transaction history, tech management. No separate team fee.