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

Components installed with the EMR Provider Directory Sync

Several types of components are installed with the EMR Provider Directory Sync, including a user role, a sync log table, a scheduled job, flows, a business rule, flow actions, and a decision table.

Roles installed

Role title \[name\]DescriptionContains roles
HCO FHIR Integration Admin \[`sn_hco_intg_fhir.admin`\]Operates the FHIR sync: triggers runs, edits the sync schedule and the organization classification decision table, and reads, creates, and updates FHIR Sync Log rows.Inherited by users with `sn_hco.admin`.

Tables installed

TableDescription
FHIR Sync Log \[`sn_hco_intg_fhir_sync_log`\]Records one row per resource type per sync run, with start and end times, processed and skipped counts, status, correlation ID, and a transport error message. For field details, see FHIR Sync Log fields.

The application also writes to tables owned by other applications — including the Healthcare Organization, Location, and Practitioner tables, the business location tables, the user table, and the service organization member tables — but does not install them. See FHIR-to-HCLS field mappings.

Scheduled jobs installed

Scheduled jobDescription
FHIR Sync — Daily

Runs daily (by default at 03:00 instance time) and starts the Import FHIR Resources orchestration subflow. Admins can also run it on demand with Execute Now.

Installed inactive. Set Active to true on the job record before first use.

Flows and subflows installed

SubflowDescription
Import FHIR ResourcesOrchestration subflow that sets a correlation ID and runs the four per-resource imports in dependency order, stopping if any fails.
Import OrganizationsImports FHIR Organizations into Healthcare Organization records and internal or external business locations.
Import LocationsImports FHIR Locations into platform and Healthcare Location records and associates them with a managing organization.
Import PractitionersImports FHIR Practitioners into user and Healthcare Practitioner records and grants the care-team-member role.
Import PractitionerRolesImports FHIR PractitionerRoles into service organization member and responsibility records.
Start Sync Log Entry / End Sync Log EntryShared subflows that open and close a FHIR Sync Log row and provide the delta-sync watermark.

Each per-resource import decomposes into additional child subflows — a per-record processor and a shared upsert subflow, plus a one-level parent-recovery subflow for Organizations and Locations.

Business rules installed

Business ruleTableDescription
Stamp ended on status transitionsn_hco_intg_fhir_sync_logBefore update — stamps the ended timestamp when a sync log row transitions out of the Running status.

Flow actions installed

ActionDescription
Format FHIR Last-Updated FilterConverts the previous run's timestamp into a FHIR last updated search filter for delta syncs.
Parse FHIR ReferenceStrips the resource-type prefix from a FHIR reference to return the bare logical ID.

Decision tables installed

Decision tableDescription
FhirOrgTypeToBusinessLocationClassClassifies an imported FHIR Organization as an internal or external business location based on its organization type. Editable by admins. See Configure the organization classification decision table.

Spoke components used

EMR Provider Directory Sync uses read-only actions from the HL7 FHIR Spoke to fetch provider-directory data. The following FHIR Spoke actions are called by the import subflows:

  • Look up Organization by ID
  • Look up Organizations Stream
  • Look up Location by ID
  • Look up Locations Stream
  • Look up Practitioner by ID
  • Look up Practitioners Stream
  • Look up PractitionerRole by ID
  • Look up PractitionerRoles Stream

All eight actions authenticate through the shared HL7 FHIR Connection & Credential Alias defined in the HL7 FHIR Spoke. For setup details, see HL7 FHIR Spoke.

System properties installed

The application installs no system properties. The sync cadence is controlled by the scheduled job record, and the organization classification is controlled by the decision table.