drchrono · Schema
LineItemTransaction
EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR
Properties
| Name | Type | Description |
|---|---|---|
| insurance | object | Information about the insurance associated with the transaction. |
| ins_paid | number | |
| posted_date | string | Date when transaction is created |
| appointment | integer | Appointment ID |
| ins_name | integer | Can be one of the following, `1`(Primary Insurance), `2`(Secondary Insurance) |
| doctor | integer | Doctor ID |
| adjustment_group_code | string | Group code for adjustment |
| updated_at | string | |
| id | integer | |
| line_item | integer | ID of `/api/line_item` object |
| claim_status | string | Status of claim |
| check_date | string | Date of check |
| trace_number | string | Check number |
| adjustment_reason | string | Reason for adjustment |
| patient | integer | |
| adjustment | number | Adjustment from total billed |
| created_at | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/drchrono/json-schema/lineitemtransaction.json",
"title": "LineItemTransaction",
"required": [],
"type": "object",
"properties": {
"insurance": {
"properties": {
"id_number": {
"type": "string",
"description": "Insurance company ID number",
"title": "ID number"
},
"message": {
"type": "string",
"description": "Additional information about the insurance",
"title": "Message"
},
"name": {
"type": "string",
"description": "Insurance company name",
"title": "Name"
}
},
"type": "object",
"description": "Information about the insurance associated with the transaction.",
"title": "Insurance"
},
"ins_paid": {
"type": "number",
"description": "",
"title": "Ins paid"
},
"posted_date": {
"readOnly": true,
"type": "string",
"description": "Date when transaction is created",
"title": "Posted date"
},
"appointment": {
"type": "integer",
"description": "Appointment ID",
"title": "Appointment"
},
"ins_name": {
"type": "integer",
"description": "Can be one of the following, `1`(Primary Insurance), `2`(Secondary Insurance)",
"title": "Ins name"
},
"doctor": {
"type": "integer",
"description": "Doctor ID",
"title": "Doctor"
},
"adjustment_group_code": {
"readOnly": true,
"enum": [
"",
"CO",
"OA",
"PI",
"PR"
],
"type": "string",
"description": "Group code for adjustment",
"title": "Adjustment group code"
},
"updated_at": {
"readOnly": true,
"type": "string",
"description": "",
"title": "Updated at"
},
"id": {
"readOnly": true,
"type": "integer",
"description": "",
"title": "ID"
},
"line_item": {
"type": "integer",
"description": "ID of `/api/line_item` object",
"title": "Line item"
},
"claim_status": {
"readOnly": true,
"enum": [
"",
"0",
"1",
"2",
"3",
"4",
"5",
"10",
"13",
"15",
"16",
"17",
"19",
"20",
"21",
"22",
"23",
"25",
"27"
],
"type": "string",
"description": "Status of claim",
"title": "Claim status"
},
"check_date": {
"readOnly": true,
"type": "string",
"description": "Date of check",
"title": "Check date"
},
"trace_number": {
"type": "string",
"description": "Check number",
"title": "Trace number"
},
"adjustment_reason": {
"enum": [
"-3",
"-2",
"-4",
"-1",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"18",
"19",
"20",
"21",
"22",
"23",
"24",
"26",
"27",
"29",
"31",
"32",
"33",
"34",
"35",
"39",
"40",
"44",
"45",
"49",
"50",
"51",
"53",
"54",
"55",
"56",
"58",
"59",
"60",
"61",
"66",
"69",
"70",
"74",
"75",
"76",
"78",
"85",
"87",
"89",
"90",
"91",
"94",
"95",
"96",
"97",
"100",
"101",
"102",
"103",
"104",
"105",
"106",
"107",
"108",
"109",
"110",
"111",
"112",
"114",
"115",
"116",
"117",
"118",
"119",
"121",
"122",
"125",
"128",
"129",
"130",
"131",
"132",
"133",
"134",
"135",
"136",
"137",
"138",
"139",
"140",
"142",
"143",
"144",
"146",
"147",
"148",
"149",
"150",
"151",
"152",
"153",
"154",
"155",
"157",
"158",
"159",
"160",
"161",
"162",
"163",
"164",
"165",
"166",
"167",
"168",
"169",
"170",
"171",
"172",
"173",
"174",
"175",
"176",
"177",
"178",
"179",
"180",
"181",
"182",
"183",
"184",
"185",
"186",
"187",
"188",
"189",
"190",
"191",
"192",
"193",
"194",
"195",
"197",
"198",
"199",
"200",
"201",
"202",
"203",
"204",
"205",
"206",
"207",
"208",
"209",
"210",
"211",
"212",
"213",
"214",
"215",
"216",
"217",
"218",
"219",
"220",
"221",
"222",
"223",
"224",
"225",
"226",
"227",
"228",
"229",
"230",
"231",
"232",
"233",
"234",
"235",
"236",
"237",
"238",
"239",
"240",
"241",
"242",
"243",
"244",
"245",
"246",
"247",
"248",
"249",
"250",
"251",
"252",
"253",
"254",
"256",
"257",
"258",
"259",
"260",
"261",
"262",
"263",
"264",
"265",
"266",
"267",
"268",
"269",
"270",
"271",
"272",
"273",
"274",
"275",
"276",
"277",
"279",
"286",
"287",
"288",
"297",
"A0",
"A1",
"A5",
"A6",
"A7",
"A8",
"B1",
"B4",
"B5",
"B7",
"B8",
"B9",
"B10",
"B11",
"B12",
"B13",
"B14",
"B15",
"B16",
"B20",
"B22",
"B23",
"P1",
"P2",
"P3",
"P4",
"P5",
"P6",
"P7",
"P8",
"P9",
"P10",
"P11",
"P12",
"P13",
"P14",
"P15",
"P16",
"P17",
"P18",
"P19",
"P20",
"P21",
"P22",
"P23",
"W1",
"W2",
"W3",
"W4",
"Y1",
"Y2",
"Y3"
],
"type": "string",
"description": "Reason for adjustment",
"title": "Adjustment reason"
},
"patient": {
"type": "integer",
"description": "",
"title": "Patient"
},
"adjustment": {
"type": "number",
"description": "Adjustment from total billed",
"title": "Adjustment"
},
"created_at": {
"readOnly": true,
"type": "string",
"description": "",
"title": "Created at"
}
},
"x-verbose-required": []
}