Get case
Gets a Prior Auth outpatient case.
Authentication
X-API-Keystring
API Key authentication via header
Path parameters
caseUid
Case Uid
Response
This endpoint returns an object.
caseUid
A unique ID for this Prior Auth case.
memberName
The full name of the member.
memberDob
The member's date of birth.
workstreamId
Anterior workstream: prior-auth-op.
codes
Procedure and diagnosis codes for a case.
status
Status of a Prior Auth outpatient case:
- `UNPREPARED` - The required clinicals or criteria have not yet been uploaded.
- `PREPARED` - The case has required clinicals and criteria and a determination can be run.
- `SCHEDULED` - The case has been scheduled for determination.
- `RUNNING` - The case is being determined by Florence.
- `COMPLETED` - Florence has reached determinations on the case.
- `ERROR` - There was an error during case determination.
createdAt
Case creation timestamp (ISO 8601).
updatedAt
Case updated timestamp (ISO 8601).
memberId
The external Id of the member.
healthPlanName
The name of the health plan for this Prior Auth case.
clinicalsUpload
Clinicals for this case should be uploaded to this URL.
criteriaUpload
Criteria for this case that aren't specified by the procedure or diagnosis codes may additionally be uploaded to this URL.
metadata
You can use this parameter to attach key-value data to this case.
You can specify up to 50 keys, with key names up to 40 characters long and values up to 500 characters long.
Don’t store any sensitive information (for example PHI) as metadata.
requestedServices
criteria
clinicals
determinations
archivedAt
Case archive timestamp (ISO 8601).

