Documentation / Connections

Organizations

Organizations represent the institutions involved in clinical trials — sponsors, CROs, hospitals, labs, regulatory bodies, and more. One clean organization record avoids duplicating institutional context across every connected surface.

Know who you are working with

flowchart LR
    Scattered[Fragmented institutional context] --> Org[Organization record]
    Org --> Identity[Clear identity]
    Org --> Reach[Reachable contacts]
    Org --> Credentials[Verifiable credentials]

Teams rarely struggle because they have no institutional data. They struggle because the same sponsor, hospital, or CRO appears differently across trials, sites, and contacts with no single governing record.

An organization record gives the team one durable place to answer questions such as:

  • what is this institution, where is it, and what does it do
  • how do we reach it and what are its identifiers
  • what accreditations validate its operational capability
  • which trials, sites, contacts, systems, and media connect back to it

That matters because almost every other operational relationship in TrialStack — sites, contacts, computerized systems, interventions — traces back to an organization.

Keep context connected

flowchart LR
    Org[Organization] --> Trials[Trials]
    Org --> Sites[Sites]
    Org --> Contacts[Contacts]
    Org --> Media[Media]
    Org --> Systems[Computerized Systems]

Organizations connect to nearly everything. A sponsor funds trials, a hospital hosts sites, a CRO manages contacts, and a vendor supplies computerized systems. Keeping one clean organization record avoids duplicating institutional context across those surfaces.

Put organizations to work

flowchart LR
    Org[Organization record] --> Identity[Establish identity]
    Org --> Profile[Describe capabilities]
    Org --> Locate[Provide location]
    Org --> Reach[Enable contact]
    Org --> Verify[Track credentials]

The page is especially useful when a team needs to:

  • establish the institutional identity before connecting sites, contacts, and trials
  • describe the operational scope — therapeutic areas, size, operating countries
  • provide a locatable address with timezone for coordination
  • enable reliable communication with email, phone, and website
  • track external identifiers and accreditations for regulatory and compliance reference

On the page

The organization page is section-based. It is built around six sections that move from identity through profile, location, contact details, and structured credentials.

SurfacePurposeWhat users do there
SummaryMaintain the organization identity and verifiable credentialsCapture name, type, profile, address, contact, identifiers, accreditations
Relationship tabsKeep operational context visibleReview linked trials, sites, contacts, media, computerized systems
classDiagram
    class OrganizationPage {
        +Summary
        +RelationshipTabs
    }

    class Summary {
        +Information
        +Profile
        +Address
        +Contact
        +Identifiers
        +Accreditations
    }

    class RelationshipTabs {
        +Trials
        +Sites
        +Contacts
        +Media
        +ComputerizedSystems
    }

    OrganizationPage *-- Summary
    OrganizationPage *-- RelationshipTabs

What to capture

mindmap
  root((Strong organization records))
    Clear institutional identity
    Operational scope and capability
    Accurate physical location
    Reliable contact details
    External identifiers for cross-referencing
    Verifiable accreditations

A strong organization record is not just a name and address. It gives the team an institutional anchor they can actually make cross-cutting decisions with.

Good organization records usually do five things well:

  • they establish a clear legal and operating identity with type classification
  • they describe operational scope — therapeutic areas, employee count, operating countries
  • they provide an accurate, locatable address with timezone
  • they make the institution reachable with verified contact details
  • they hold structured identifiers and accreditations that support regulatory and compliance workflows

That is why only Legal Name is required. The point is not to force completion. The point is to capture the information that supports real downstream decisions.

Information

mindmap
  root((Information))
    Legal name
    Operating name
    Organization type
    Description

This section establishes the foundational organizational identity.

LabelDescriptionType
Legal NameThe registered legal name of the organizationText
Operating NameCommonly used name if different from the legal nameText
Organization TypeClassification such as sponsor, CRO, hospital, lab, regulatory bodySelect
DescriptionFree-form description of the organization, its role, and operational focusRich text

Profile

mindmap
  root((Profile))
    Year established
    Employee count
    Therapeutic areas
    Operating countries

This section describes the operational scope and capabilities.

LabelDescriptionType
Year EstablishedWhen the organization was founded or incorporatedNumber
Employee CountApproximate number of employeesNumber
Therapeutic AreasDisease or therapy categories the organization focuses onMulti-select
Operating CountriesCountries where the organization actively operatesMulti-select

Address

mindmap
  root((Address))
    Address autocomplete
    Street and city
    State and postal code
    Country
    Timezone

This section locates the organization physically. An address autocomplete field can populate the individual fields automatically.

LabelDescriptionType
Address AutocompleteType-ahead search that populates address fields from selected resultAddress autocomplete
Address Line 1Primary street addressText
Address Line 2Secondary address detail such as suite or floorText
CityCity or municipalityText
State / ProvinceState, province, or regionText
Postal CodeZIP or postal codeText
CountryCountry — searchable dropdownSelect
TimezoneIANA timezone for coordinationSelect

Contact

mindmap
  root((Contact))
    Email
    Phone
    Fax
    Website

This section provides the communication details needed to reach the organization.

LabelDescriptionType
EmailPrimary organizational email addressEmail
PhonePrimary phone numberPhone
FaxFax number if applicablePhone
WebsiteOrganization websiteURL

Identifiers

mindmap
  root((Identifiers))
    Type
    Value

Identifiers capture external reference numbers used for cross-system tracking and regulatory submissions. Rows are reorderable.

LabelDescriptionType
TypeKind of identifier such as DUNS, FDA Establishment, or internalSelect (badge)
ValueThe identifier valueText

Accreditations

mindmap
  root((Accreditations))
    Type
    Issuing body
    Certificate number
    Expiration date

Accreditations track certifications and quality credentials that validate the organization’s operational capability. Rows are reorderable.

LabelDescriptionType
TypeKind of accreditation such as ISO, AAHRPP, or GCP certificationSelect
Issuing BodyName of the authority that issued the accreditationText
Certificate NumberCertificate or accreditation reference numberText
Expiration DateWhen the accreditation expiresDate