Skip to main content

AuthorizationWithoutClaimDetailResource

authorization_idinteger<int64>
authorization_codestring
detail_form_slugstring
sponsor_slugstring
statusstring
created_atstring<date-time>
updated_atstring<date-time>
coverage_typestring

Insurance coverage type.

  • OUTPATIENT_CARE: ambulatory medical care.
  • PRESCRIPTION_DRUGS: pharmacy drug coverage.
  • DIAGNOSTIC_TESTS: imaging and diagnostic studies.
  • EDUCATION, SPORTS, WELLNESS: non-medical benefits.
  • CREDIT_CARD_BALANCE, PERMANENT_DISABILITY, UNEMPLOYMENT, FUNERAL_ASSISTANCE, PPI, TEMPORARY_DISABILITY: non-medical insurance benefits handled through OSIGU.
  • MEDICAL_PROCEDURES: stand-alone medical procedures.
  • SECOND_ASSESSMENT: second-opinion consultations.
  • CANCER_DIAGNOSIS, DAILY_HOSPITALIZATION_INCOME, ACCIDENT_MEDICAL_REIMBURSEMENT, DIABETES_ACCIDENTAL_DEATH, DIABETES, CELL_PROTECTION, CASH_ROBBERY: specialized coverage lines.
  • HOSPITAL_CARE, HOSPITALIZATION: inpatient care coverage.

Possible values: [OUTPATIENT_CARE, PRESCRIPTION_DRUGS, DIAGNOSTIC_TESTS, EDUCATION, SPORTS, WELLNESS, CREDIT_CARD_BALANCE, PERMANENT_DISABILITY, UNEMPLOYMENT, FUNERAL_ASSISTANCE, PPI, TEMPORARY_DISABILITY, MEDICAL_PROCEDURES, SECOND_ASSESSMENT, CANCER_DIAGNOSIS, DAILY_HOSPITALIZATION_INCOME, ACCIDENT_MEDICAL_REIMBURSEMENT, DIABETES_ACCIDENTAL_DEATH, DIABETES, CELL_PROTECTION, CASH_ROBBERY, HOSPITAL_CARE, HOSPITALIZATION]

authorization_inputs object[]
  • Array [
  • idstring<uuid>
    valuestring
    field_slugstring
    fallback_labelstring
    typestring
  • ]
  • beneficiary object

    Basic beneficiary information returned by lookup endpoints.

    idinteger<int64>

    Beneficiary identifier. Long integer.

    namestring

    Beneficiary full name.

    identity_document_typestring

    Type of identity document (for example, NATIONAL_IDENTITY_CARD, PASSPORT).

    identity_document_idstring

    Identity document number.

    member_codestring

    Sponsor-side member code that identifies the beneficiary in the sponsor's system.

    sponsor_slugstring

    Slug of the sponsor providing coverage.

    general_balance object

    Aggregate benefit balance available to the beneficiary.

    currency_code object
    currency_codestring
    default_fraction_digitsinteger<int32>
    numeric_codeinteger<int32>
    numeric_code_as_stringstring
    symbolstring
    display_namestring
    maximum_benefitnumber

    Total benefit granted for the coverage period. Decimal number.

    maximum_benefit_availablenumber

    Remaining benefit available for the coverage period. Decimal number.

    out_of_pocket_accrued_amountnumber

    Amount the beneficiary has paid out-of-pocket during the coverage period. Decimal number.

    deductible_accrued_amountnumber

    Amount accrued toward the beneficiary's deductible during the coverage period. Decimal number.

    statusstring

    Beneficiary status (for example, ENABLED, DISABLED).

    minimum_benefit_required_by_sponsornumber

    Minimum benefit amount the sponsor requires to be available before the beneficiary can be served.

    doctor object
    namestring
    medical_license_numberstring
    specialty_namestring
    authorization_diagnoses object[]
  • Array [
  • idinteger<int64>
    codestring
    fallback_namestring
    statusstring

    Per-product decision inside an authorization.

    • APPROVED: the product is covered by the authorization.
    • REJECTED: the product is not covered. 'reason' explains why.
    • MANUAL_APPROVAL_REQUIRED: the product needs manual review by the sponsor before being approved or rejected.

    Possible values: [APPROVED, REJECTED, MANUAL_APPROVAL_REQUIRED]

    reasonstring
  • ]
  • authorization_products object[]
  • Array [
  • idinteger<int64>
    product_idinteger<int64>
    product_namestring
    statusstring

    Per-product decision inside an authorization.

    • APPROVED: the product is covered by the authorization.
    • REJECTED: the product is not covered. 'reason' explains why.
    • MANUAL_APPROVAL_REQUIRED: the product needs manual review by the sponsor before being approved or rejected.

    Possible values: [APPROVED, REJECTED, MANUAL_APPROVAL_REQUIRED, PARTIALLY_CLAIMED, CLAIMED]

    reasonstring
  • ]
  • authorization_files object[]
  • Array [
  • idstring<uuid>
    field_slugstring
    original_file_namestring
    extensionstring
    group_namestring
    show_orderinteger<int32>
    group_fieldstring
    fallback_labelstring
    is_requiredboolean
    created_atstring<date-time>
  • ]
  • comments object[]
  • Array [
  • commentstring
    is_beneficiary_commentboolean
    created_atstring<date-time>
    created_bystring
    metadata_commentstring
  • ]
  • authorization_pre_invoice object
    idstring<uuid>
    is_extracted_from_fileboolean
    total_amountnumber
    total_discount_amountnumber
    total_tax_amountnumber
    total_advanced_payment_amountnumber
    created_atstring<date-time>
    updated_atstring<date-time>
    pre_invoice_items object[]
  • Array [
  • idstring<uuid>
    product_codestring
    product_namestring
    product_typestring
    statusstring
    reasonstring
    quantitynumber
    unit_pricenumber
    discount_amountnumber
    assignation_datestring<date-time>
    extraction_pageinteger<int64>
    extraction_confidencenumber
    is_extracted_from_fileboolean
    created_atstring<date-time>
    updated_atstring<date-time>
  • ]