EHR API Update

drchrono API, more interesting data that can be leveraged with our EHR API!

To view the updated EHR API documentation you can go here, the docs are public.

One thing to note – transaction records are read-only.

Below are the fields that are now accessible –

<br /> `appointment` | integer | appointment id<br /> `doctor` | integer | doctor id<br /> `doctor_name` | string | doctor name<br /> `billing_status` | string | one of `""`, `"Incomplete Information"`, `"In Process Emdeon"`, `"In Process iHCFA"`,<br /> `"Rejected Emdeon"`, `"Rejected iHCFA"`, `"In Process Payer"`, `"Payer Acknowledged"`, `"Rejected Payer"`,<br /> `"Paid in Full"`, `"Partially Paid"`, `"Coordination of Benefits"`, `"ERA Received"`, `"ERA Denied"`,<br /> `denied_flag` | boolean |<br /> `code` | string |<br /> `description` | string |<br /> `procedure_type` | string | one of `"CPT"`, `"HCPCS"`, `"Custom"`<br /> `quantity` | number |<br /> `units` | string | default is 'UN'<br /> `edi_note` | string |<br /> `modifiers` | list | list of 4 code modifiers<br /> `diagnosis_pointers` | list | list of 4 diagnosis pointers<br /> `price` | string | price of procedure<br /> `billed` | string | total billed<br /> `allowed` | string | amount allowed by insurance<br /> `adjustment` | string | adjustment from total billed<br /> `ins1_paid` | string | amount paid by patient's primary insurer<br /> `ins2_paid` | string | amount paid by patient's secondary insurer<br /> `ins3_paid` | string | amount paid by patient's tertiary insurer<br /> `ins_total` | string | amount paid by patient's insurers<br /> `pt_paid` | string | amount paid by patient<br /> `paid_total` | string | total amount paid<br /> `balance_ins` | string | insurance balance<br /> `balance_pt` | string | patient balance<br /> `balance_total` | string | total balance<br /> `date` | timestamp | The starting time of the appointment<br /> `location` | integer | office id<br />

If you have questions, please email us with questions at api@dchrono.com.