SDKs (Node.js + Python)
Typed clients for the Hebrah control plane API and webhook signature verification.
Official Node.js (`@hebrah/sdk`) and Python (`hebrah`) packages cover the control plane: sandbox catalogs, FHIR R4 reads, HL7 inject, scenarios, webhook delivery ops, and HMAC verification. Strict types, native `fetch` / `httpx`, and zero credential persistence.
Sandbox & synthetic FHIR
List catalogs, fetch connection-scoped patient fixtures, and read FHIR R4 resources without writing boilerplate `fetch` calls.
HL7 inject + scenarios
Trigger HL7 v2 templates and run multi-step scenarios (prior auth, claims, ADT) from one typed call.
Webhook delivery ops
List deliveries, replay stored envelopes, and verify the `X-Hebrah-Signature` HMAC locally with constant-time compare.
SMART on FHIR (Phase 4)
Launch, exchange tokens, and read `Patient` resources with patient-scoped SMART tokens — all built in.