Skip to main content

UnclassifiedSupportFileRequest

The request_data JSON part. Same shape as v1's SupportFileRequest, except support_file_code is optional (DVS classifies when it is absent).

support_file_codestring

Optional support file type code. If provided, RCM skips classification and processes the file synchronously against the provider's support-document catalog (same behaviour as v1); the endpoint returns 204. If omitted, RCM submits the file to DVS for asynchronous classification and the endpoint returns 202.

Possible values: <= 64 characters

authorization_idstring

Optional authorization identifier

Possible values: <= 256 characters

authorized_bystring

Optional identifier of who authorized the file

Possible values: <= 128 characters

support_file_metadata object

Optional free-form metadata persisted with the document

property name*any

Optional free-form metadata persisted with the document

events object[]required

Origin events the file backs (at least one). The inbox associates the file using the first event; the full list is kept in metadata.

Possible values: >= 1

  • Array [
  • origin_event_idstringrequired

    Origin event (admission) identifier

    Possible values: <= 64 characters

    agreement_codestring

    Agreement (payer) code for this event

    Possible values: <= 64 characters

    charge_codesstring[]

    Charge codes under this event the file backs

  • ]