UNPKG

@oystehr/sdk

Version:

Oystehr SDK

10 lines (9 loc) 170 B
/** * Photon sync response */ export interface ErxV1SyncPatientResponse { /** * The Photon identifier for the patient. */ photonPatientId?: string; }