Scans up to 1000 patient updates. The since query parameter is inclusive, and the result list is ordered by updatedAt ascending.
Polling Pattern: To continuously poll for updates without gaps:
since timestamp (e.g., since=2020-01-01T13:00:00.000Z)updated_at ascendingupdated_at value from the last record in the responseupdated_at value as the since parameter in your next requestImportant Notes:
since parameter is inclusive, so you may receive the last record from the previous batch again (you can deduplicate by ID and version)updated_at, id, version, deactivated, and updating_user fields for tracking changesThe medical record number for the patient. Human-friendly Candid generated MRNs are of the form “YYMMDDXXXX”, where “YYMMDD” is the date of patient creation and “XXXX” is a zero-padded incrementing integer.
The biological sex of the patient. This corresponds to the HL7 AdministrativeGender https://www.hl7.org/fhir/valueset-administrative-gender.html
ORCON (Originator Controlled) - When set to true, the Candid system will hide this patient from downstream integrations. Defaults to false.
OAuth authentication of the form <token>.