Skip to main content

2.5 Organization structure, facilities, and billing entities

Outcome

The tenant has its full organization tree configured: organization → facilities → sites, plus the billing entities (with NPIs) that will appear on outbound 837 claims.

Prerequisites

Concept map

Steps

  1. Create the organization

    Impersonate the tenant → Admin → Organizations → Add organization.

    FieldValue
    Legal nameAcme Behavioral Health, LLC
    Tax ID (EIN)12-3456789
    Default address
  2. Create facilities

    Admin → Facilities → Add facility. For each:

    FieldValue
    NameAcme Cleveland Clinic
    NPI1234567890 (checksum-validated)
    Taxonomy261QM0801X (Behavioral Health Counseling)
    Address
    StateOH
    Time zoneAmerica/New_York

    The NPI input enforces the Luhn-derived NPI checksum. A mistyped NPI is rejected client-side.

  3. Create sites within each facility

    A site is a sub-location at a facility — used when a customer needs to bill differently per program (e.g. residential vs. outpatient under the same NPI). Optional for many customers; required for the IOP example above.

  4. Create billing entities

    Admin → Billing entities → Add billing entity. The billing entity is the legal submitter on the 837. Most customers have one billing entity per legal entity.

    FieldValue
    NameAcme Behavioral Health, LLC
    Group / billing NPI1234567892
    Tax ID12-3456789
    Entity typeGROUP (or INDIVIDUAL for solo practices)
  5. Link billing entity to facilities

    In Admin → Billing entities → <entity> → Facilities, select all the facilities the entity bills for. Most customers have a single billing entity covering all facilities; multi-entity customers map carefully.

Validation

CheckExpected
identity.organization count1
identity.facility countmatches step 2 input
All NPIs have correct checksumUI rejects invalid; check via npi_validate(facility.npi) SQL helper
billing.billing_entity countmatches step 4
billing.billing_entity_facility link tablerows present for every facility billed

Troubleshooting

SymptomLikely causeFix
NPI rejectedBad checksumConfirm the NPI on NPPES (https://npiregistry.cms.hhs.gov).
Conflict on facility nameDuplicate within tenantAppend suffix (e.g. — Cleveland) and retry.
Cannot link facility to billing entityDifferent state and you have a state-locked billing entityMost contracts allow same-state linkage only — confirm with the customer's billing lead.

Next

2.6 — Payers and program configs