Skip to content
Parker
DevelopersV2.0

Healthcare APIs that don't fight you.

One coherent API surface for the entire Apex Ecosystem. FHIR R5 native, OAuth 2.0 / SMART on FHIR auth, six first-party SDKs, and sandbox keys in 30 seconds.

Open the developer hubQuickstartGet a sandbox key"developers.parkerapex.com · coming soon"
QuickstartV2.0

Resolve an identity. Stream a query.

Two API calls. One canonical patient identity. A streaming FHIR R5 result set, end-to-end. Same SDK, same auth, every module.

import { Parker } from "@parker/sdk";

const parker = new Parker({
  apiKey: process.env.PARKER_SANDBOX_KEY,
  env: "sandbox",
});

// Resolve a brand-new patient record to a canonical GPID
const id = await parker.gpid.resolve({
  given:  "Alex",
  family: "Rivera",
  dob:    "1984-03-12",
  source: "epic://memorial-clinic",
});

// Stream a FHIR R5 query through Nexus
for await (const r of parker.nexus.search({
  resourceType: "Observation",
  patient: id.gpid,
  code: "loinc|4548-4",   // HbA1c
})) {
  console.log(r);
}
APIsV2.0

One auth, every module.

Full API reference
Apex NexusOpenAPI 3.1
FHIR R5 Gateway

Read and write across every connected EHR via a single, sub-120ms FHIR R5 endpoint. SMART on FHIR, Bulk Data Export, and USCDI v4 native.

Apex AtlasOpenAPI 3.1
Synthetic Data API

Generate cohorts on demand from the Atlas synthetic population. Apache 2.0 for non-production; commercial keys for production deployment.

APEX Data LakeOpenAPI 3.1
Truth Health Record API

Query the dual-verified record store. Filter by source, signer, code system, or cryptographic chain.

GPIDOpenAPI 3.1
Identity Resolution API

Resolve any inbound clinical record to a canonical GPID, with a confidence score and signed evidence trail.

APEX BeaconOpenAPI 3.1
Audit Stream

Tail the live signed-event stream for any tenant. Webhook delivery, gRPC streaming, or SIEM-friendly JSON pull.

APEX LedgerOpenAPI 3.1
Payments & Settlement

Healthcare-aware payment primitives, FedNow rails, HSA/FSA-aware ledgering, and instant settlement endpoints.

Official SDKsV2.0

Six languages, first-party.

TypeScript / Node
@parker/sdk
npm install @parker/sdk
Python
parker-sdk
pip install parker-sdk
Go
parker-sdk-go
go get github.com/parker-health/parker-sdk-go
Java / Kotlin
com.parker:sdk
implementation 'com.parker:sdk:1.0'
Rust
parker
cargo add parker
Swift / iOS
ParkerSDK
.package(url: "https://github.com/parker-health/parker-swift", from: "1.0.0")
Why developers choose ParkerV2.0

Built like infrastructure.

Sandbox keys in 30 seconds

Sign in with GitHub, get a sandbox key. No sales call, no credit card, no PHI involved.

Webhooks & event streams

Subscribe to any signed event from Beacon. Replay, filter, and back-test webhook handlers from the dashboard.

OAuth 2.0 + SMART on FHIR

EHR-native auth out of the box. Standard scopes, refresh tokens, and patient/encounter context automatically threaded.

Versioned, never-broken APIs

Date-stamped API versions, six-month deprecation windows, and a public changelog with every release.

API Command CenterV2.0

Parker runs its own mission control.

Every API call, every webhook delivery, every identity resolution flows through the Parker API Command Center — the operational surface our team uses internally, and the same one we open to design partners. Latency, error rate, signed audit chain, and per-tenant throughput, all in one console.

Live traffic
p50 / p95 / p99

Every endpoint, every tenant, sub-second.

Quota & rate
Self-serve

Lift limits, mint scoped keys, rotate secrets.

Signed audit
Beacon stream

Replay any signed event, end-to-end.

Health
99.99% SLA

Per-module status, incident history, RCA.

Partner RequestV2.0

Build with us.

Design partners get scoped sandbox keys, a direct line to engineering, and early access to APIs as they enter beta. We respond within two business days.

  • Scoped, time-bound sandbox keys
  • Per-tenant rate ceilings on request
  • Shared Slack/Signal channel with the API team
  • Pre-release access to new module APIs

Or email partners@parkerapex.com directly.

Opens your mail client