Handle multiple authorization numbers per claim
If the Institutional Claims required multiple authorization numbers, multiple claims need to be submitted. Submission through the Professional API allows for prior authorization information to be submitted at both the claim and line level Institutional Claims APIs allows for prior authorization information to be submitted at the claim level only. Here is an Open API Specs sample.
ClaimSupplementalInformation:
type: object
properties:
reportInformation:
$ref: '#/components/schemas/ReportInformation'
priorAuthorizationNumber:
type: string
description: 'Loop 2300; Segment: REF; Element: REF02 when REF01 = G1'
Updated 2 days ago