i-Claim
  1. Neural Center
i-Claim
  • Process Claim
    • Process Claim Indepth
      POST
  • Reports
    • Get Claim Report
      GET
    • Get Claim Reports
      GET
    • Get All Reports
      GET
  • Converse
    • Converse General
      POST
    • Converse Stream
      POST
  • Policy Management
    • Get Schema
      GET
    • Get All Schema
      GET
    • Create Schema
      POST
    • Update Policy
      POST
    • Delete Policy
      DELETE
  • Insights
    • Total Processed Claims
      GET
    • Total Discrepancies Found
      GET
    • Get Error Insights
      POST
  • Tariff Management
    • Update Tariff Pricing
    • Update Tariff By Percentage
    • Rebase Tariffs
    • Get Tariff Types
    • Get All Tariffs
    • Check Custom Tariff Use
    • Use Default Tariffs
  • Provider Management
    • Add Provider
    • Add Providers
    • Get Provider
    • Get All Providers
    • Update Provider
    • Remove Provider
  • Neural Center
    • Add Revision
      POST
    • List Revisions
      GET
    • Get Revision
      POST
    • Remove Revision
      DELETE
    • Create Chronos
      POST
    • Astra
      POST
    • Create Chronos
      POST
    • Astra
      POST
    • Create Chronos
      GET
    • Astra
      GET
  • Index
    GET
  1. Neural Center

Create Chronos

POST
/neural_center/fine_tuning/create/chronos

Request

Body Params application/json

Example
{
    "name": "string",
    "instructions": "string",
    "claims": [
        {
            "member_id": "string",
            "policy_id": "string",
            "provider_id": "string",
            "period": "string",
            "auth_code": "string",
            "claim_data": [
                {
                    "tariff_type": "ZRVS",
                    "tariff_code": "string",
                    "start_date": "string",
                    "end_date": "string",
                    "quantity": 0,
                    "mods": "string",
                    "amount_charged": 0
                }
            ],
            "additional_items": [
                {
                    "code": "string",
                    "item": "string",
                    "charge": 0
                }
            ],
            "icd_codes": [
                "string"
            ],
            "date_submitted": "string",
            "reason": "string",
            "notes": "string"
        }
    ],
    "expected_response": "string",
    "response_code": "string",
    "analytic_name": "string",
    "revision_id": "string",
    "demonstration": [
        {
            "input": {
                "member_id": "string",
                "policy_id": "string",
                "provider_id": "string",
                "period": "string",
                "auth_code": "string",
                "claim_data": [
                    {
                        "tariff_type": "ZRVS",
                        "tariff_code": "string",
                        "start_date": "string",
                        "end_date": "string",
                        "quantity": 0,
                        "mods": "string",
                        "amount_charged": 0
                    }
                ],
                "additional_items": [
                    {
                        "code": "string",
                        "item": "string",
                        "charge": 0
                    }
                ],
                "icd_codes": [
                    "string"
                ],
                "date_submitted": "string",
                "reason": "string",
                "notes": "string"
            },
            "output": "string"
        }
    ]
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/neural_center/fine_tuning/create/chronos' \
--header 'Content-Type: application/json' \
--data-raw '{
    "name": "string",
    "instructions": "string",
    "claims": [
        {
            "member_id": "string",
            "policy_id": "string",
            "provider_id": "string",
            "period": "string",
            "auth_code": "string",
            "claim_data": [
                {
                    "tariff_type": "ZRVS",
                    "tariff_code": "string",
                    "start_date": "string",
                    "end_date": "string",
                    "quantity": 0,
                    "mods": "string",
                    "amount_charged": 0
                }
            ],
            "additional_items": [
                {
                    "code": "string",
                    "item": "string",
                    "charge": 0
                }
            ],
            "icd_codes": [
                "string"
            ],
            "date_submitted": "string",
            "reason": "string",
            "notes": "string"
        }
    ],
    "expected_response": "string",
    "response_code": "string",
    "analytic_name": "string",
    "revision_id": "string",
    "demonstration": [
        {
            "input": {
                "member_id": "string",
                "policy_id": "string",
                "provider_id": "string",
                "period": "string",
                "auth_code": "string",
                "claim_data": [
                    {
                        "tariff_type": "ZRVS",
                        "tariff_code": "string",
                        "start_date": "string",
                        "end_date": "string",
                        "quantity": 0,
                        "mods": "string",
                        "amount_charged": 0
                    }
                ],
                "additional_items": [
                    {
                        "code": "string",
                        "item": "string",
                        "charge": 0
                    }
                ],
                "icd_codes": [
                    "string"
                ],
                "date_submitted": "string",
                "reason": "string",
                "notes": "string"
            },
            "output": "string"
        }
    ]
}'

Responses

🟢200OK
application/json
Successful Response
Body

Example
null
🟠422Parameter Error
Modified at 2024-12-07 17:11:00
Previous
Astra
Next
Astra
Built with