Setting up healthcare locations and healthcare organizations

  • Release version: Australia
  • Updated March 12, 2026
  • 3 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Setting up healthcare locations and healthcare organizations

    This document outlines the setup and organization of healthcare locations and organizations within ServiceNow, essential for establishing care teams and facilitating operational efficiency in healthcare settings. Understanding these structures helps streamline access control, visibility, and routing for healthcare services.

    Show full answer Show less

    Key Features

    • Healthcare Organizations: The snhclsorganization table defines the hierarchy of healthcare organizations, which is crucial for operational structure and visibility.
    • Healthcare Locations: The snhclslocation table represents physical or virtual care spaces, enabling accurate identification and management of locations where care is provided.
    • Associations: The snhclsorganizationlocationassociation table creates links between healthcare organizations and their locations, clarifying responsibility for specific areas within the healthcare network.

    Key Outcomes

    By properly structuring healthcare organizations and locations, ServiceNow customers can:

    • Enhance operational efficiency by reducing ambiguity in issue reporting.
    • Ensure care teams can promptly identify and address problems at specific locations.
    • Utilize a hierarchical structure that aligns with healthcare delivery needs.

    For detailed setup procedures, refer to the topics on creating healthcare locations, organizations, and their associations.

    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. It’s 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:

    HQHospitalDepartmentUnit

    Structuring healthcare organizations correctly is vital to healthcare operations as it defines the organizational structure, influencing visibility, responsibility, and routing.

    Healthcare organization [sn_hcls_organization] table technical details

    ERD diagram showing how business locations and healthcare organizations interact.

    When a healthcare organization is created, an associated business location is also created with the same name that references the healthcare organization. A bidirectional reference exists between the two tables. A business location is an extension of a service organization.

    A healthcare organization is associated with a business location, either internal or external.

    It contains specific attributes not found in the service organization 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 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:

    CampusHospital BuildingPediatrics WingPICU UnitBed 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

    ERD diagram which shows how the common location table and healthcare location table interact.

    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.

    For information on the fields present in the Healthcare location table, see Healthcare location table.

    Associating healthcare locations and healthcare organizations

    ERD diagram that shows the connection between 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

    How to set up healthcare organizations and healthcare locations

    To create healthcare locations and healthcare organizations, see the following topics.
    1. Create a healthcare location
    2. Create a healthcare organization
    3. Associate healthcare locations with a healthcare organizations