Phase 1 (POC): Radiology & Cardiology

A simple API to send and receive patient records between healthcare organizations.

Replace CDs, fax machines, and manual EPIC / Merge PACS workflows with a single, auditable API call.

Stop burning CDs for outside hospitalsNo more copy-paste from MS Forms into EPICMerge PACS exports with a single transaction_id

Send a record

POST /v1/share-recordRequires: x-api-key
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..."
  }'
Response
{ "transaction_id": "tx_...", "delivery_status": "accepted", "audit_log": "https://..." }

API routes

Use cases

You keep your workflows in EPIC, Merge PACS, and your local tools. We handle the plumbing between organizations.

Referrals: send chart from PCP to specialist
Telehealth: pull records into visit
Imaging: share studies between radiology and clinic
Discharge: push summary to follow-up care
Patient access: fulfill record requests via API
Health info exchange: one integration, many endpoints

How MyCareLinker works

Public request form → automation when criteria match → tech dashboard for exceptions → IT controls access. When both clinics are customers, they talk faster.

Public request form

Other clinics request records via a secure page (no MS Forms). Org-registered, rate-limited, anti-spam.

Automation engine

If request matches criteria (consent, patient match, study type, date range), we process it automatically via EPIC + PACS API.

Tech dashboard

When automation fails or for on-demand sends, techs log in, see the queue, fix, and send. Full audit trail.

IT admin

Add techs, manage orgs, view failures and processing metrics. Control who can do what.

Network benefit

When both the requesting clinic and your hospital are MyCareLinker customers, requests can be fulfilled faster — direct API handoff, less manual work, lower cost.

Built for radiology import / export teams

Today

  • • Public MS Forms fill up with outside hospital requests
  • • Techs copy name / DOB / study type into EPIC to validate
  • • Manually open Merge PACS, find the right series, choose destination, click “send”
  • • Jump back to EPIC to document what was shared for audit
  • • Reverse all of this again for imports from CDs or secure emails

With MyCareLinker

  • • A secure request form feeds straight into your API
  • • You validate consent once and store a consent token
  • • A single transaction_id represents the export
  • • EPIC and Merge PACS stay your system of record; we handle cross-org delivery
  • • Every step has an audit_log entry for compliance

Built for healthcare IT

HIPAA-alignedBAA availableFHIR R4Cryptographic audit logsNo lock-in

Quickstart

  1. Create an account and get your API key from the dashboard.
  2. Call POST /v1/share-record with patient id, destination org, payload, and consent token.
  3. Use the returned transaction_id and audit_log for tracking.

Pricing

Pay-as-you-go only. No contracts. Admin portal included by default.

Pay as you go

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.