Skip to content
Release: Australia · Updated: 2026-06-16 · Official documentation · View source

FHIR Sync Log fields

The FHIR Sync Log table (sn_hco_intg_fhir_sync_log) records one row per resource type per sync run. Use these fields to monitor sync health and trace skipped or failed records.

Field reference

FieldDescription
Resource typeThe FHIR resource the row tracks: Organization, Location, Practitioner, or PractitionerRole.
StatusThe outcome of the import: Running, Completed, or Failed. Skipped records do not change a Completed status to an error status.
StartedThe time the import for this resource started. The most recent successful start time becomes the watermark for the next delta sync.
EndedThe time the import ended. Stamped automatically when the status leaves Running.
Records processedThe number of FHIR resources successfully upserted into the target tables.
Records skippedThe number of FHIR resources skipped — for example, missing a required field or an unresolvable reference. Per-record reasons are written to the platform system log.
Correlation IDA unique identifier shared by all four rows of a single sync run. Use it to group a run's rows and to find the run's per-record entries in the system log.
Error messageA transport or system error summary, populated only when the status is Failed. It does not contain record-level detail or protected health information.

Record retention

Sync log records are automatically archived and permanently deleted after six months. Archive and destroy rules run nightly. Any row whose Started date is more than six months in the past is moved to the platform archive store and immediately purged.