Skip to main content

Interface: CheckFhirPatientLinksRequest

Defined in: packages/sdk/src/types/generated/fhir.ts:19

Bounded batch: which of these external patient IDs are already linked?

Read-only, workspace-scoped. Accepts external FHIR patient IDs only — no demographics. PHI-safe validation: the per-item check raises a fixed message that never echoes the rejected id, and the central 422 handler strips the raw Pydantic input. The list is deduplicated server-side (first-request order preserved) before the lookup.

Properties

patientIds

patientIds: string[]

Defined in: packages/sdk/src/types/generated/fhir.ts:25

External FHIR patient IDs to check (1–500 entries).

Min Items

1

Max Items

500