Configure the organization classification decision table
Edit the decision table that classifies imported FHIR Organizations as internal or external business locations, so that the classification matches how your organization defines internal and external entities.
Before you begin
Role required: sn_hco_intg_fhir.admin.
About this task
When the integration imports a FHIR Organization, it uses a decision table named FhirOrgTypeToBusinessLocationClass to decide whether to create an internal or external business location, based on the organization type. By default, the organization types pay, pharma, crs, govt, edu, reli, cg, and bus are classified as external; all other types default to internal. You can edit these rules without changing code.
Procedure
Navigate to All > Flow Designer > Decision Tables.
Open the FhirOrgTypeToBusinessLocationClass decision table.
Add or edit rules to map each organization type to internal or external.
For example, to classify provider organizations (
prov) as external, add a rule: if org_type isprov, then business_location_class isexternal.Save the decision table.
Result
The updated classification applies on the next sync run.