Skip to main content
GET/transactional-api/list-unfiled-investigation-reports

List Unfiled Investigation Reports

Returns all PENDING investigation reports that have been matched to a patient. Reports that contain any free-text result values are excluded, as those cannot be automatically filed.

Authorization: Bearer token (JWT). See Authentication.

Responses

200 Unfiled investigation reports.
[
{
"reportId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"patientId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"displayDescription": "string",
"receivedDateTime": "2024-01-15 09:30:00",
"issuedDateTime": "2024-01-15 09:30:00",
"reportIdentifier": "string"
}
]
403 Forbidden: the calling application does not have the required permission.
{
"errors": [
{
"code": "forbidden",
"description": "The calling application does not have permission to use this endpoint."
}
]
}