latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

FacilityCredentialingWorkflow

Create a PSV-completed override event on a facility workflow

Creates an override timeline event of type PSV_COMPLETED for the specified facility credentialing workflow, allowing a workflow to advance past a PSV step that has a blocker reason on file. When to use: Use only when the caller holds the FACILITY_CREDENTIALING_WORKFLOW_MOVE_PSV_COMPLETE_WITH_BLOCKER_REASON permission and the workflow has an outstanding blocker that must be manually overridden. For standard status transitions, use POST /facility-credentialing-workflows/{workflowId}/timeline-ev ents. Constraints: The event type must be PSV_COMPLETED. The request must include isOverride: true and a non-blank overrideReason. Preconditions: The workflow must be the latest version for this facility — if not, 409 Conflict is returned, meaning another workflow has since been created for the same facility. To resolve, fetch the latest workflow ID and retry. Returns: 201 Created with the created override timeline event.

post/facility-credentialing-workflows/{workflowId}/override-timeline-events

Path parameters

workflowIdstring required

ID of the facility credentialing workflow

Headers

tenant-idstring required

Tenant ID

Request body

namestring required
changeReasonstring
credentialingDecisionDatestring date
nextCredentialingDatestring date
overrideReasonstring
isOverrideboolean

Example request

{
  "credentialingDecisionDate": "2022-03-10",
  "nextCredentialingDate": "2022-03-10"
}

Response

Successfully created the timeline event

idstring
workflowIdstring
createdBystring
createdAtstring date
updatedAtstring date
updatedBystring