This document outlines the necessary, recommended, and optional data fields for integration with our medical billing platform. These specifications are intended to streamline data exchange and ensure compliance with regulatory requirements (e.g., Regulation F).
The following fields must be included in all data submissions:
first_namelast_nameaddressdob and/or ssnemail_addressphone_numbersinitially_billed_amountpayments_madetotal_remaining_balancedate_of_serviceprovider_nameprocedure_codesprocedure_descriptionprovider_office_locationdate_of_visitstatement_idpatient_identifieraccount_identifierNote: While the relationship field is not mandatory, providing this information is highly appreciated for clarity.
POST /api/v1/submitData HTTP/1.1
Host: api.medicalbillingplatform.com
Content-Type: application/json
Authorization: Bearer your_access_token
{
"patientFirstName": "John",
"patientLastName": "Doe",
"dateOfBirth": "1980-01-15",
"ssn": "123-45-6789",
"email": "john.doe@example.com",
"phoneNumber": "555-1234",
"initiallyBilledAmount": 1000.00,
"paymentsMade": 200.00,
"totalRemainingBalance": 800.00,
"dateOfService": "2023-01-01"
}
For questions or clarification, please contact the implementation team here: tech@msbureau.com.
Last updated: