Setting up healthcare locations and healthcare organizations
Summarize
Summary of Setting up healthcare locations and healthcare organizations
This content explains how to properly organize healthcare locations and healthcare organizations within your ServiceNow instance to support care teams and operational workflows effectively. Proper structuring impacts visibility, responsibility, routing, and access control, which are crucial for healthcare operations and support services.
Show less
Healthcare Organizations
The healthcare organization is represented by the snhclsorganization table and captures the organizational hierarchy such as HQ, hospital, department, and unit. This hierarchy is defined by the Parent Organization field and supports operational functions like routing and visibility.
Each healthcare organization is linked bidirectionally with a Business Organization record that extends the core organizational data with healthcare-specific attributes such as organization type. Multi-level hierarchies can be created by setting parent-child relationships among healthcare organizations.
Healthcare organizations have several related lists, including:
- Child organizations: Add and view direct sub-organizations.
- Members: Manage organization members and their responsibilities.
- Cases opened by members: Track active cases reported by organization members.
- Healthcare locations: Associate physical or virtual locations with the organization.
- Assignment groups: Link assignment groups related to the organization.
- Available services: View services offered by the organization.
- Organization customer criteria: Define which customers are served.
Healthcare Locations
The healthcare location is represented by the snhclslocation table and defines the physical or virtual places where care and operational activities occur (e.g., campus, building, wing, unit, room).
Healthcare locations extend the common locations (cmnlocation) in ServiceNow by adding healthcare-specific attributes such as altitude. Locations are organized hierarchically using a Parent location field, enabling multi-level structures like Campus → Building → Unit → Room.
Correctly structuring healthcare locations allows care teams and support agents to pinpoint exact locations for issues, improving clarity and response times.
Associating Healthcare Locations and Organizations
The snhclsorganizationlocationassociation table explicitly links healthcare locations to their owning healthcare organizations. This association controls which locations are visible to members of care teams when reporting issues, restricting them to locations their unit is responsible for, thereby simplifying workflows.
This association implements the Service Model Foundation relationship model tailored for healthcare.
Practical Application for ServiceNow Customers
- Define your healthcare organizations in a clear hierarchy using the Parent Organization field to reflect your operational structure.
- Create healthcare locations reflecting your physical or virtual care spaces, organizing them hierarchically to facilitate precise issue tracking and reporting.
- Associate healthcare locations with their respective healthcare organizations to control visibility and responsibility accurately.
- Use the related lists within healthcare organizations to manage members, cases, services, and customer criteria effectively.
- Leverage these configurations to improve routing, access control, and operational visibility across your healthcare delivery network.
For detailed steps on setup, refer to the instructions on creating healthcare locations, healthcare organizations, and their associations within your ServiceNow instance.
Understand how healthcare locations and healthcare organizations function and should be organized to set up your care teams and the physical locations they operate in correctly.
Healthcare organizations
The healthcare organization [sn_hcls_organization] table stores the details of a healthcare organization in your ServiceNow instance. The Parent Organization field on the linked Internal Organization or External Organization record is the authoritative reference for defining the organization hierarchy within a healthcare delivery network, capturing the structure that supports operations like access control, visibility, and routing.
An example healthcare organization hierarchy might look like:
HQ → Hospital → Department → Unit
Structuring healthcare organizations correctly is vital to healthcare operations as it defines the organizational structure, influencing visibility, responsibility, and routing.
These roles are healthcare-specific labels for the underlying Service Model Foundation (SMF) personas. For the platform-wide persona reference, including a healthcare example, see Service Model Foundation personas.
Healthcare organization [sn_hcls_organization] table technical details
When a healthcare organization is created, an associated Business Organization record is also created with the same name that references the healthcare organization. A bidirectional reference exists between the two tables. Business Organization is an extension of Organization Core.
A healthcare organization is associated with a Business Organization record, either internal or external.
It contains specific attributes not found in the Organization Core table. For example, organization type.
Use the Parent Organization field to create multi-level hierarchies by labeling healthcare organizations as parent to other healthcare organizations.
The healthcare organization location association table is a M2M table used to store the explicit link between healthcare locations and their owning healthcare organization.
For information on the fields present in the Healthcare organization table, see Healthcare organization table.
Healthcare locations
The healthcare location [sn_hcls_location] table represents the physical or virtual places where care and operational work occur — campuses, buildings, wings, units, rooms, and other serviceable spaces.
An example healthcare location hierarchy might look like:
Campus → Hospital Building → Pediatrics Wing → PICU Unit → Bed or Room
Structuring healthcare locations correctly enables agents and care teams to reference the precise location of issues. For example, an IT support agent can identify what room in the PICU unit has a broken monitor that needs repair.
By tying work to a specific location, ambiguity is reduced in requests and escalations, enabling for more efficient responses from care teams.
Healthcare location [sn_hcls_location] table technical details
The healthcare location table provides the ability to map common locations to healthcare organizations.
The common location [cmn_location] table provides the basis for location setup across the ServiceNow platform. Healthcare locations leverage common locations to extend the existing data into the HCLS data model.
Healthcare locations enable you to add attributes that aren’t available in the common location table. For example, the altitude field is available in healthcare locations without being added to all common locations.
The healthcare organization location association table limits the common locations shown to care team members when reporting issues, displaying only those that their unit is responsible for. This table is used to store the explicit link between healthcare locations and their owning healthcare organization.
Use the Parent location field to create multi-level hierarchies by labeling healthcare locations as parent to other healthcare locations.
When you're creating a location, you can navigate the existing location hierarchy to select where the new location should reside.
When a location is created, the Location hierarchy panel displays up to three parent levels higher within the location's hierarchy.
The location hierarchy is only shown when the healthcare location is opened from the Healthcare Operations Core app module.
For information on the fields present in the Healthcare location table, see Healthcare location table.
Associating healthcare locations and healthcare organizations
The healthcare organization location association table [sn_hcls_organization_location_association] establishes a definitive connection between healthcare organizations and healthcare locations. This connection determines the healthcare organization responsible for a particular location.
Healthcare locations define which common locations a healthcare organization is responsible for. When a member of a care team unit goes to report an issue, they’re presented with a limited list of common locations that their unit is responsible for. This eliminates the need to sift through all available common locations in the system.
When creating a healthcare organization or a healthcare location, you can use this table to associate a healthcare location with a healthcare organization (or vice versa).
For more information on this process, see Associate healthcare locations with a healthcare organizations
This association is healthcare's implementation of the generic Service Model Foundation relationship model. For the platform-wide pattern, see Service Model Foundation relationships.
How to set up healthcare organizations and healthcare locations
- Create a healthcare location
- Create a healthcare organization
- Associate healthcare locations with a healthcare organizations