⌘K
All guides
User Journeys· 12 min

Healthcare Organization Onboarding

Bring a health system onto the platform: organization setup, facilities, users, identity, and compliant data exchange.

  1. 1

    Apply as an organization

    Submit the partner application with your organization profile, facilities, and intended clinical workflows. Approval provisions a dedicated tenant instance and assigns organization-level scopes.

    bash
    https://developers.parkerapex.com/apply
  2. 2

    Set up facilities and users

    Use the Team page to invite administrators, then register facilities as FHIR Organization and Location resources. Every staff member authenticates through Plexus IAM with role-based access.

    bash
    https://developers.parkerapex.com/team
  3. 3

    Establish identity management

    All patients and partners resolve to a GPID (patients: APX-XXXXXXXX, partners: CMS-XXXXXXXX). Review the GPID boundary contract so your MPI maps cleanly onto platform identity.

    bash
    https://developers.parkerapex.com/gpid"text-cyan-300">-boundary
  4. 4

    Connect clinical workflows over FHIR

    Exchange ADT, orders, results, and documents through the FHIR R4 gateway. Start with read-only scopes, validate in sandbox, then request write scopes for the workflows you operate.

    bash
    "text">-amber-300 font">-semibold">curl "text-cyan-300">-s https://sandbox.api.parkerapex.com/fhir/R4/metadata \
      "text-cyan-300">-H "Accept: application/fhir+json" | "text">-amber-300 font">-semibold">jq '.rest[0].resource[].type'
  5. 5

    Review security and compliance posture

    Confirm your BAA, audit-log expectations, and data-retention needs against the platform compliance documentation before moving PHI.

    bash
    https://developers.parkerapex.com/security

Related