Central Report Service API
https://developer.bestrxconnect.com/TestCentralReportingService
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"patients": [
""
],
"patientState": [
""
],
"patientZipCode": [
""
],
"insuranceGroupNo": "",
"plans": [
""
],
"nursingHomes": [
""
],
"prescribers": [
""
],
"drugs": [
""
],
"controlClass": [
1
],
"brandGeneric": 1,
"rxOTC": 1,
"rxNewRefill": 1,
"rxStatus": [
1
],
"erx": 1,
"asembiaPatient": 1
}
Responses
Success
Body
{
"totalcount": 1,
"listrecords": [
{
"pharmacyid": 1,
"pharmacyname": "",
"fillDate": "0001-01-01T00:00:00",
"qtyFilled": 1,
"cost": 1,
"fee": 1,
"coPay": 1,
"total": 1,
"RxMaster": {
"rxno": 1,
"writtendate": "0001-01-01T00:00:00",
"qtyordered": 1,
"refillauth": 1,
"refillleft": 1,
"refillexp": "0001-01-01T00:00:00",
"sigdirection": "",
"rxorigincode": "",
"rxtransferstatus": "",
"rximage": "",
"patient": {
"patientname": "",
"cellno": "",
"workphoneno": "",
"gender": "",
"dob": "0001-01-01T00:00:00",
"lastfilldt": "",
"lastrxno": "",
"primaryplan": "",
"cardid": "",
"personcd": "",
"groupno": "",
"diagnosiscodes": "",
"patientid": "",
"patrecno": 1,
"name": "",
"pharmacyname": [
""
],
"uniquekey": "",
"address": null,
"citystatezip": "",
"city": "",
"state": "",
"zip": "",
"phone": ""
},
"prescriber": {
"prescribername": "",
"npi": "",
"dea": "",
"spi": "",
"statelicno": "",
"fax": "",
"address": "",
"citystatezip": "",
"city": "",
"state": "",
"zip": "",
"phone": ""
}
},
"RxFill": {
"rxno": 1,
"fillno": 1,
"filldate": "0001-01-01T00:00:00",
"filltime": "0001-01-01T00:00:00",
"insplancode1": "",
"insplanname1": "",
"insplancode2": "",
"insplanname2": "",
"qtyfilled": 1,
"dayssupply": 1,
"daw": "",
"rph": "",
"tech": "",
"cost": 1,
"fee": 1,
"copay": 1,
"tax": 1,
"other": 1,
"discount": 1,
"total": 1,
"drugname": "",
"drugndc": "",
"rxstatus": "",
"priorauthtype": null,
"priorauthno": null,
"signature": "",
"workflowstatus": "",
"rxremark": "",
"erxpharmacyremark": "",
"erxprescriberremark": "",
"writtendateremark": "",
"diagnosiscode": "",
"diagnosisdescription": "",
"paiddetails": [
{
"rxNo": 1,
"fillDate": "0001-01-01T00:00:00",
"insurancePlan": "",
"cost": 1,
"fee": 1,
"coPay": 1,
"discount": 1,
"tax": 1,
"total": 1,
"claimRefNo": ""
}
],
"workflows": [
{
"rxNo": 1,
"fillDate": "0001-01-01T00:00:00",
"workflowDate": "0001-01-01T00:00:00",
"workflowTime": "0001-01-01T00:00:00",
"userName": "",
"step": "",
"workflowSource": ""
}
]
}
}
]
}
Example with response data
{
"data": {
"totalCount": 197,
"listRecords": [
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"rxMaster": {
"rxNo": 100045,
"writtenDate": "2018-11-20T00:00:00",
"qtyOrdered": 0,
"refillAuth": 0,
"refillLeft": 0,
"refillExp": "0001-01-01T00:00:00",
"sigDirection": "TAKE",
"rxOriginCode": null,
"rxTransferStatus": null,
"rxImage": null,
"patient": {
"patientName": "TESTPATIENT, ABBY",
"cellNo": "630",
"workPhoneNo": "",
"gender": "F",
"dob": "1970-07-01T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": null,
"cardId": null,
"personCd": null,
"groupNo": null,
"diagnosisCodes": null,
"patientId": "",
"patRecNo": 0,
"name": null,
"pharmacyNames": null,
"uniqueKey": null,
"address": "165 PARKVIEW RD",
"cityStateZip": "COLUMBUS OH - 43209",
"city": null,
"state": null,
"zip": null,
"phone": "614-555-1994"
},
"prescriber": {
"prescriberName": "DOCTOR, PAUL",
"npi": "1023011178",
"dea": "AD1111119",
"spi": null,
"stateLicNo": null,
"fax": "866-264-4132",
"address": "",
"cityStateZip": "OAK BROOK PA - 60523",
"city": null,
"state": null,
"zip": null,
"phone": ""
}
},
"rxFill": {
"rxNo": 0,
"fillNo": 0,
"fillDate": "2018-11-20T00:00:00",
"fillTime": "0001-01-01T00:00:00",
"insPlanCode1": "",
"insPlanName1": "",
"insPlanCode2": "",
"insPlanName2": "",
"qtyFilled": 100,
"daysSupply": 30,
"daw": "0",
"rph": null,
"tech": null,
"cost": 12.59,
"fee": 5,
"coPay": 0,
"tax": 0,
"other": 0,
"discount": 0,
"total": 17.59,
"drugName": "TYLENOL EXTRA STRENGTH 500MG TABLET",
"drugNDC": "50580-0412-01",
"rxStatus": "Paid-Cash",
"priorAuthType": null,
"priorAuthNo": null,
"signature": null,
"workflowStatus": "Entered into System",
"rxRemark": "",
"eRxPharmacyRemark": "",
"eRxPrescriberRemark": "",
"writtenDateRemark": "",
"diagnosisCode": null,
"diagnosisDescription": null,
"paidDetails": null,
"workflows": null
},
"fillDate": "2018-11-20T00:00:00",
"qtyFilled": 100,
"cost": 12.59,
"fee": 5,
"coPay": 0,
"total": 17.59
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"rxMaster": {
"rxNo": 100236,
"writtenDate": "2020-03-04T00:00:00",
"qtyOrdered": 0,
"refillAuth": 1,
"refillLeft": 1,
"refillExp": "0001-01-01T00:00:00",
"sigDirection": "TWICE A DAY",
"rxOriginCode": null,
"rxTransferStatus": null,
"rxImage": null,
"patient": {
"patientName": "PATIENT, CORONA",
"cellNo": "630-123-4567",
"workPhoneNo": "630-123-4567",
"gender": "M",
"dob": "1996-02-29T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": null,
"cardId": null,
"personCd": null,
"groupNo": null,
"diagnosisCodes": null,
"patientId": "0987654321",
"patRecNo": 0,
"name": null,
"pharmacyNames": null,
"uniqueKey": null,
"address": "ADRESS LINE 1 ADDRESS LINE '2",
"cityStateZip": "OAK BROOK IL - 60523",
"city": null,
"state": null,
"zip": null,
"phone": "556-231-2315"
},
"prescriber": {
"prescriberName": "PATEL, SANJAY",
"npi": "1235178831",
"dea": "BP6146662",
"spi": null,
"stateLicNo": null,
"fax": "630-894-9493",
"address": "473 W. ARMY TRAIL RD #101",
"cityStateZip": "BLOOMINGDALE IL - 60108",
"city": null,
"state": null,
"zip": null,
"phone": "817-279-9800"
}
},
"rxFill": {
"rxNo": 0,
"fillNo": 0,
"fillDate": "2020-03-04T00:00:00",
"fillTime": "0001-01-01T00:00:00",
"insPlanCode1": "",
"insPlanName1": "",
"insPlanCode2": "",
"insPlanName2": "",
"qtyFilled": 10,
"daysSupply": 5,
"daw": "0",
"rph": null,
"tech": null,
"cost": 100,
"fee": 5,
"coPay": 0,
"tax": 2.25,
"other": 0,
"discount": 0,
"total": 105,
"drugName": "VENTOLIN HFA 108 (90 BASE)MCG/ACT AEROSOL",
"drugNDC": "00173-0682-20",
"rxStatus": "Paid-Cash",
"priorAuthType": null,
"priorAuthNo": null,
"signature": null,
"workflowStatus": "Ready for Pickup",
"rxRemark": "",
"eRxPharmacyRemark": "",
"eRxPrescriberRemark": "",
"writtenDateRemark": "",
"diagnosisCode": null,
"diagnosisDescription": null,
"paidDetails": null,
"workflows": null
},
"fillDate": "2020-03-04T00:00:00",
"qtyFilled": 10,
"cost": 100,
"fee": 5,
"coPay": 0,
"total": 105
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"rxMaster": {
"rxNo": 100237,
"writtenDate": "2020-03-05T00:00:00",
"qtyOrdered": 0,
"refillAuth": 1,
"refillLeft": 1,
"refillExp": "0001-01-01T00:00:00",
"sigDirection": "DAILY TWICE DAILY THREE TIMES DAILY",
"rxOriginCode": null,
"rxTransferStatus": null,
"rxImage": null,
"patient": {
"patientName": "PATIENT, CORONA",
"cellNo": "630-123-4567",
"workPhoneNo": "630-123-4567",
"gender": "M",
"dob": "1996-02-29T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": null,
"cardId": null,
"personCd": null,
"groupNo": null,
"diagnosisCodes": null,
"patientId": "0987654321",
"patRecNo": 0,
"name": null,
"pharmacyNames": null,
"uniqueKey": null,
"address": "ADRESS LINE 1 ADDRESS LINE '2",
"cityStateZip": "OAK BROOK IL - 60523",
"city": null,
"state": null,
"zip": null,
"phone": "556-231-2315"
},
"prescriber": {
"prescriberName": "PATEL, SANJAY",
"npi": "1235178831",
"dea": "BP6146662",
"spi": null,
"stateLicNo": null,
"fax": "630-894-9493",
"address": "473 W. ARMY TRAIL RD #101",
"cityStateZip": "BLOOMINGDALE IL - 60108",
"city": null,
"state": null,
"zip": null,
"phone": "817-279-9800"
}
},
"rxFill": {
"rxNo": 0,
"fillNo": 0,
"fillDate": "2020-03-05T00:00:00",
"fillTime": "0001-01-01T00:00:00",
"insPlanCode1": "",
"insPlanName1": "",
"insPlanCode2": "",
"insPlanName2": "",
"qtyFilled": 10,
"daysSupply": 5,
"daw": "0",
"rph": null,
"tech": null,
"cost": 100,
"fee": 5,
"coPay": 0,
"tax": 2.25,
"other": 0,
"discount": 0,
"total": 105,
"drugName": "VENTOLIN HFA 108 (90 BASE)MCG/ACT AEROSOL",
"drugNDC": "00173-0682-20",
"rxStatus": "Paid-Cash",
"priorAuthType": null,
"priorAuthNo": null,
"signature": null,
"workflowStatus": "Picked Up",
"rxRemark": "",
"eRxPharmacyRemark": "",
"eRxPrescriberRemark": "",
"writtenDateRemark": "",
"diagnosisCode": null,
"diagnosisDescription": null,
"paidDetails": null,
"workflows": null
},
"fillDate": "2020-03-05T00:00:00",
"qtyFilled": 10,
"cost": 100,
"fee": 5,
"coPay": 0,
"total": 105
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"rxMaster": {
"rxNo": 100238,
"writtenDate": "2020-03-05T00:00:00",
"qtyOrdered": 0,
"refillAuth": 1,
"refillLeft": 1,
"refillExp": "0001-01-01T00:00:00",
"sigDirection": "DAILY TWICE DAILY THREE TIMES DAILY",
"rxOriginCode": null,
"rxTransferStatus": null,
"rxImage": null,
"patient": {
"patientName": "PATIENT, CORONA",
"cellNo": "630-123-4567",
"workPhoneNo": "630-123-4567",
"gender": "M",
"dob": "1996-02-29T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": null,
"cardId": null,
"personCd": null,
"groupNo": null,
"diagnosisCodes": null,
"patientId": "0987654321",
"patRecNo": 0,
"name": null,
"pharmacyNames": null,
"uniqueKey": null,
"address": "ADRESS LINE 1 ADDRESS LINE '2",
"cityStateZip": "OAK BROOK IL - 60523",
"city": null,
"state": null,
"zip": null,
"phone": "556-231-2315"
},
"prescriber": {
"prescriberName": "PATEL, SANJAY",
"npi": "1235178831",
"dea": "BP6146662",
"spi": null,
"stateLicNo": null,
"fax": "630-894-9493",
"address": "473 W. ARMY TRAIL RD #101",
"cityStateZip": "BLOOMINGDALE IL - 60108",
"city": null,
"state": null,
"zip": null,
"phone": "817-279-9800"
}
},
"rxFill": {
"rxNo": 0,
"fillNo": 0,
"fillDate": "2020-03-05T00:00:00",
"fillTime": "0001-01-01T00:00:00",
"insPlanCode1": "",
"insPlanName1": "",
"insPlanCode2": "",
"insPlanName2": "",
"qtyFilled": 10,
"daysSupply": 5,
"daw": "0",
"rph": null,
"tech": null,
"cost": 10,
"fee": 5,
"coPay": 0,
"tax": 0.22,
"other": 0,
"discount": 0,
"total": 15,
"drugName": "A HAMMER",
"drugNDC": "11111-1111-11",
"rxStatus": "Paid-Cash",
"priorAuthType": null,
"priorAuthNo": null,
"signature": null,
"workflowStatus": "Ready for Delivery",
"rxRemark": "",
"eRxPharmacyRemark": "",
"eRxPrescriberRemark": "",
"writtenDateRemark": "",
"diagnosisCode": null,
"diagnosisDescription": null,
"paidDetails": null,
"workflows": null
},
"fillDate": "2020-03-05T00:00:00",
"qtyFilled": 10,
"cost": 10,
"fee": 5,
"coPay": 0,
"total": 15
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"rxMaster": {
"rxNo": 100240,
"writtenDate": "2020-03-06T00:00:00",
"qtyOrdered": 0,
"refillAuth": 3,
"refillLeft": 3,
"refillExp": "0001-01-01T00:00:00",
"sigDirection": "TAKE ONE TABLET BY MOUTH DAILY",
"rxOriginCode": null,
"rxTransferStatus": null,
"rxImage": null,
"patient": {
"patientName": "PATIENT, CORONA",
"cellNo": "630-123-4567",
"workPhoneNo": "630-123-4567",
"gender": "M",
"dob": "1996-02-29T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": null,
"cardId": null,
"personCd": null,
"groupNo": null,
"diagnosisCodes": null,
"patientId": "0987654321",
"patRecNo": 0,
"name": null,
"pharmacyNames": null,
"uniqueKey": null,
"address": "ADRESS LINE 1 ADDRESS LINE '2",
"cityStateZip": "OAK BROOK IL - 60523",
"city": null,
"state": null,
"zip": null,
"phone": "556-231-2315"
},
"prescriber": {
"prescriberName": "PATEL, SANJAY",
"npi": "1235178831",
"dea": "BP6146662",
"spi": null,
"stateLicNo": null,
"fax": "630-894-9493",
"address": "473 W. ARMY TRAIL RD #101",
"cityStateZip": "BLOOMINGDALE IL - 60108",
"city": null,
"state": null,
"zip": null,
"phone": "817-279-9800"
}
},
"rxFill": {
"rxNo": 0,
"fillNo": 0,
"fillDate": "2020-03-06T00:00:00",
"fillTime": "0001-01-01T00:00:00",
"insPlanCode1": "",
"insPlanName1": "",
"insPlanCode2": "",
"insPlanName2": "",
"qtyFilled": 10,
"daysSupply": 10,
"daw": "0",
"rph": null,
"tech": null,
"cost": 9.84,
"fee": 5,
"coPay": 0,
"tax": 0.22,
"other": 0,
"discount": 0,
"total": 14.84,
"drugName": "LISINOPRIL 10MG TABLET",
"drugNDC": "00603-4211-32",
"rxStatus": "Paid-Cash",
"priorAuthType": null,
"priorAuthNo": null,
"signature": null,
"workflowStatus": "Entered into System",
"rxRemark": "",
"eRxPharmacyRemark": "",
"eRxPrescriberRemark": "",
"writtenDateRemark": "",
"diagnosisCode": null,
"diagnosisDescription": null,
"paidDetails": null,
"workflows": null
},
"fillDate": "2020-03-06T00:00:00",
"qtyFilled": 10,
"cost": 9.84,
"fee": 5,
"coPay": 0,
"total": 14.84
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"rxMaster": {
"rxNo": 100242,
"writtenDate": "2020-07-07T00:00:00",
"qtyOrdered": 0,
"refillAuth": 5,
"refillLeft": 5,
"refillExp": "0001-01-01T00:00:00",
"sigDirection": "TEST",
"rxOriginCode": null,
"rxTransferStatus": null,
"rxImage": null,
"patient": {
"patientName": "TESTPATIENT, CAMERON",
"cellNo": "333-355-5222",
"workPhoneNo": "",
"gender": "M",
"dob": "1980-08-08T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": null,
"cardId": null,
"personCd": null,
"groupNo": null,
"diagnosisCodes": null,
"patientId": "",
"patRecNo": 0,
"name": null,
"pharmacyNames": null,
"uniqueKey": null,
"address": "123 RHODES WAY",
"cityStateZip": "COLUMBUS OH - 43215",
"city": null,
"state": null,
"zip": null,
"phone": "614-555-1111"
},
"prescriber": {
"prescriberName": "DOCTOR, PAUL",
"npi": "1023011178",
"dea": "AD1111119",
"spi": null,
"stateLicNo": null,
"fax": "866-264-4132",
"address": "",
"cityStateZip": "OAK BROOK PA - 60523",
"city": null,
"state": null,
"zip": null,
"phone": ""
}
},
"rxFill": {
"rxNo": 0,
"fillNo": 0,
"fillDate": "2020-07-07T00:00:00",
"fillTime": "0001-01-01T00:00:00",
"insPlanCode1": "",
"insPlanName1": "",
"insPlanCode2": "",
"insPlanName2": "",
"qtyFilled": 12,
"daysSupply": 30,
"daw": "2",
"rph": null,
"tech": null,
"cost": 125.27,
"fee": 5,
"coPay": 0,
"tax": 2.82,
"other": 0,
"discount": 0,
"total": 130.27,
"drugName": "LUNESTA 3MG TABLET",
"drugNDC": "63629-3142-03",
"rxStatus": "Paid-Cash",
"priorAuthType": null,
"priorAuthNo": null,
"signature": null,
"workflowStatus": "Entered into System",
"rxRemark": "",
"eRxPharmacyRemark": "",
"eRxPrescriberRemark": "",
"writtenDateRemark": "",
"diagnosisCode": null,
"diagnosisDescription": null,
"paidDetails": null,
"workflows": null
},
"fillDate": "2020-07-07T00:00:00",
"qtyFilled": 12,
"cost": 125.27,
"fee": 5,
"coPay": 0,
"total": 130.27
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"rxMaster": {
"rxNo": 100284,
"writtenDate": "2020-09-18T00:00:00",
"qtyOrdered": 0,
"refillAuth": 10,
"refillLeft": 10,
"refillExp": "0001-01-01T00:00:00",
"sigDirection": "EVERY HOUR",
"rxOriginCode": null,
"rxTransferStatus": null,
"rxImage": null,
"patient": {
"patientName": "DEMO1, TEST",
"cellNo": "630-496-5439",
"workPhoneNo": "630-123-4567",
"gender": "M",
"dob": "1990-02-17T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": null,
"cardId": null,
"personCd": null,
"groupNo": null,
"diagnosisCodes": null,
"patientId": "123456789",
"patRecNo": 0,
"name": null,
"pharmacyNames": null,
"uniqueKey": null,
"address": "STREET2 630 - 496 - 5439",
"cityStateZip": "OAK BROOK IL - 60523",
"city": null,
"state": null,
"zip": null,
"phone": "630-123-4567"
},
"prescriber": {
"prescriberName": "MCTAVISH, TARQUIN",
"npi": "2888888882",
"dea": "BM3214549",
"spi": null,
"stateLicNo": null,
"fax": "301-891-2155",
"address": "8600 OLD GEORGETOWN RD EMERGENCY WARD",
"cityStateZip": "BETHESDA MD - 20814",
"city": null,
"state": null,
"zip": null,
"phone": "301-896-4100"
}
},
"rxFill": {
"rxNo": 0,
"fillNo": 0,
"fillDate": "2020-09-18T00:00:00",
"fillTime": "0001-01-01T00:00:00",
"insPlanCode1": "",
"insPlanName1": "",
"insPlanCode2": "",
"insPlanName2": "",
"qtyFilled": 100,
"daysSupply": 100,
"daw": "0",
"rph": null,
"tech": null,
"cost": 24,
"fee": 5,
"coPay": 0,
"tax": 0.54,
"other": 0,
"discount": 0,
"total": 29,
"drugName": "GRAFCO SILVER NIT APPLICATOR 75-25%",
"drugNDC": "12165-0100-01",
"rxStatus": "Paid-Cash",
"priorAuthType": null,
"priorAuthNo": null,
"signature": null,
"workflowStatus": "Picked Up",
"rxRemark": "",
"eRxPharmacyRemark": "",
"eRxPrescriberRemark": "",
"writtenDateRemark": "",
"diagnosisCode": null,
"diagnosisDescription": null,
"paidDetails": null,
"workflows": null
},
"fillDate": "2020-09-18T00:00:00",
"qtyFilled": 100,
"cost": 24,
"fee": 5,
"coPay": 0,
"total": 29
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"rxMaster": {
"rxNo": 100306,
"writtenDate": "2020-10-01T00:00:00",
"qtyOrdered": 0,
"refillAuth": 10,
"refillLeft": 10,
"refillExp": "0001-01-01T00:00:00",
"sigDirection": "EVERY 4 TO 6 HOURS",
"rxOriginCode": null,
"rxTransferStatus": null,
"rxImage": null,
"patient": {
"patientName": "PATEL, KAPIL",
"cellNo": "630-789-6544",
"workPhoneNo": "630-789-6541",
"gender": "M",
"dob": "1980-05-05T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": null,
"cardId": null,
"personCd": null,
"groupNo": null,
"diagnosisCodes": null,
"patientId": "",
"patRecNo": 0,
"name": null,
"pharmacyNames": null,
"uniqueKey": null,
"address": "ENLIGHT VISION AHMEDABAD S G HIGHWAY",
"cityStateZip": "OAK BROOK IL - 60523",
"city": null,
"state": null,
"zip": null,
"phone": "630-123-4566"
},
"prescriber": {
"prescriberName": "MCTAVISH, TARQUIN",
"npi": "2888888882",
"dea": "BM3214549",
"spi": null,
"stateLicNo": null,
"fax": "301-891-2155",
"address": "8600 OLD GEORGETOWN RD EMERGENCY WARD",
"cityStateZip": "BETHESDA MD - 20814",
"city": null,
"state": null,
"zip": null,
"phone": "301-896-4100"
}
},
"rxFill": {
"rxNo": 0,
"fillNo": 0,
"fillDate": "2020-10-01T00:00:00",
"fillTime": "0001-01-01T00:00:00",
"insPlanCode1": "",
"insPlanName1": "",
"insPlanCode2": "",
"insPlanName2": "",
"qtyFilled": 10,
"daysSupply": 1,
"daw": "0",
"rph": null,
"tech": null,
"cost": 615,
"fee": 5,
"coPay": 0,
"tax": 13.84,
"other": 0,
"discount": 0,
"total": 620,
"drugName": "ZYTIGA 500MG TABLET",
"drugNDC": "57894-0195-06",
"rxStatus": "Paid-Cash",
"priorAuthType": null,
"priorAuthNo": null,
"signature": null,
"workflowStatus": "Unable to Deliver",
"rxRemark": "",
"eRxPharmacyRemark": "",
"eRxPrescriberRemark": "",
"writtenDateRemark": "",
"diagnosisCode": null,
"diagnosisDescription": null,
"paidDetails": null,
"workflows": null
},
"fillDate": "2020-10-01T00:00:00",
"qtyFilled": 10,
"cost": 615,
"fee": 5,
"coPay": 0,
"total": 620
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"rxMaster": {
"rxNo": 100314,
"writtenDate": "2020-10-01T00:00:00",
"qtyOrdered": 0,
"refillAuth": 10,
"refillLeft": 10,
"refillExp": "0001-01-01T00:00:00",
"sigDirection": "EVERY 4 TO 6 HOURS",
"rxOriginCode": null,
"rxTransferStatus": null,
"rxImage": null,
"patient": {
"patientName": "PATEL, KAPIL",
"cellNo": "630-789-6544",
"workPhoneNo": "630-789-6541",
"gender": "M",
"dob": "1980-05-05T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": null,
"cardId": null,
"personCd": null,
"groupNo": null,
"diagnosisCodes": null,
"patientId": "",
"patRecNo": 0,
"name": null,
"pharmacyNames": null,
"uniqueKey": null,
"address": "ENLIGHT VISION AHMEDABAD S G HIGHWAY",
"cityStateZip": "OAK BROOK IL - 60523",
"city": null,
"state": null,
"zip": null,
"phone": "630-123-4566"
},
"prescriber": {
"prescriberName": "MCTAVISH, TARQUIN",
"npi": "2888888882",
"dea": "BM3214549",
"spi": null,
"stateLicNo": null,
"fax": "301-891-2155",
"address": "8600 OLD GEORGETOWN RD EMERGENCY WARD",
"cityStateZip": "BETHESDA MD - 20814",
"city": null,
"state": null,
"zip": null,
"phone": "301-896-4100"
}
},
"rxFill": {
"rxNo": 0,
"fillNo": 0,
"fillDate": "2020-10-01T00:00:00",
"fillTime": "0001-01-01T00:00:00",
"insPlanCode1": "",
"insPlanName1": "",
"insPlanCode2": "",
"insPlanName2": "",
"qtyFilled": 10,
"daysSupply": 1,
"daw": "1",
"rph": null,
"tech": null,
"cost": 615,
"fee": 5,
"coPay": 0,
"tax": 13.84,
"other": 0,
"discount": 0,
"total": 620,
"drugName": "ZYTIGA 500MG TABLET",
"drugNDC": "57894-0195-06",
"rxStatus": "Paid-Cash",
"priorAuthType": null,
"priorAuthNo": null,
"signature": null,
"workflowStatus": "Delivered",
"rxRemark": "",
"eRxPharmacyRemark": "",
"eRxPrescriberRemark": "",
"writtenDateRemark": "",
"diagnosisCode": null,
"diagnosisDescription": null,
"paidDetails": null,
"workflows": null
},
"fillDate": "2020-10-01T00:00:00",
"qtyFilled": 10,
"cost": 615,
"fee": 5,
"coPay": 0,
"total": 620
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"rxMaster": {
"rxNo": 100315,
"writtenDate": "2020-10-01T00:00:00",
"qtyOrdered": 0,
"refillAuth": 10,
"refillLeft": 10,
"refillExp": "0001-01-01T00:00:00",
"sigDirection": "EVERY 4 TO 6 HOURS",
"rxOriginCode": null,
"rxTransferStatus": null,
"rxImage": null,
"patient": {
"patientName": "PATEL, KAPIL",
"cellNo": "630-789-6544",
"workPhoneNo": "630-789-6541",
"gender": "M",
"dob": "1980-05-05T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": null,
"cardId": null,
"personCd": null,
"groupNo": null,
"diagnosisCodes": null,
"patientId": "",
"patRecNo": 0,
"name": null,
"pharmacyNames": null,
"uniqueKey": null,
"address": "ENLIGHT VISION AHMEDABAD S G HIGHWAY",
"cityStateZip": "OAK BROOK IL - 60523",
"city": null,
"state": null,
"zip": null,
"phone": "630-123-4566"
},
"prescriber": {
"prescriberName": "MCTAVISH, TARQUIN",
"npi": "2888888882",
"dea": "BM3214549",
"spi": null,
"stateLicNo": null,
"fax": "301-891-2155",
"address": "8600 OLD GEORGETOWN RD EMERGENCY WARD",
"cityStateZip": "BETHESDA MD - 20814",
"city": null,
"state": null,
"zip": null,
"phone": "301-896-4100"
}
},
"rxFill": {
"rxNo": 0,
"fillNo": 0,
"fillDate": "2020-10-01T00:00:00",
"fillTime": "0001-01-01T00:00:00",
"insPlanCode1": "",
"insPlanName1": "",
"insPlanCode2": "",
"insPlanName2": "",
"qtyFilled": 10,
"daysSupply": 1,
"daw": "1",
"rph": null,
"tech": null,
"cost": 615,
"fee": 5,
"coPay": 0,
"tax": 13.84,
"other": 0,
"discount": 0,
"total": 620,
"drugName": "ZYTIGA 500MG TABLET",
"drugNDC": "57894-0195-06",
"rxStatus": "Paid-Cash",
"priorAuthType": null,
"priorAuthNo": null,
"signature": null,
"workflowStatus": "Delivered",
"rxRemark": "",
"eRxPharmacyRemark": "",
"eRxPrescriberRemark": "",
"writtenDateRemark": "",
"diagnosisCode": null,
"diagnosisDescription": null,
"paidDetails": null,
"workflows": null
},
"fillDate": "2020-10-01T00:00:00",
"qtyFilled": 10,
"cost": 615,
"fee": 5,
"coPay": 0,
"total": 620
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"rxMaster": {
"rxNo": 100316,
"writtenDate": "2020-10-01T00:00:00",
"qtyOrdered": 0,
"refillAuth": 10,
"refillLeft": 10,
"refillExp": "0001-01-01T00:00:00",
"sigDirection": "EVERY 4 TO 6 HOURS",
"rxOriginCode": null,
"rxTransferStatus": null,
"rxImage": null,
"patient": {
"patientName": "PATEL, KAPIL",
"cellNo": "630-789-6544",
"workPhoneNo": "630-789-6541",
"gender": "M",
"dob": "1980-05-05T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": null,
"cardId": null,
"personCd": null,
"groupNo": null,
"diagnosisCodes": null,
"patientId": "",
"patRecNo": 0,
"name": null,
"pharmacyNames": null,
"uniqueKey": null,
"address": "ENLIGHT VISION AHMEDABAD S G HIGHWAY",
"cityStateZip": "OAK BROOK IL - 60523",
"city": null,
"state": null,
"zip": null,
"phone": "630-123-4566"
},
"prescriber": {
"prescriberName": "MCTAVISH, TARQUIN",
"npi": "2888888882",
"dea": "BM3214549",
"spi": null,
"stateLicNo": null,
"fax": "301-891-2155",
"address": "8600 OLD GEORGETOWN RD EMERGENCY WARD",
"cityStateZip": "BETHESDA MD - 20814",
"city": null,
"state": null,
"zip": null,
"phone": "301-896-4100"
}
},
"rxFill": {
"rxNo": 0,
"fillNo": 0,
"fillDate": "2020-10-01T00:00:00",
"fillTime": "0001-01-01T00:00:00",
"insPlanCode1": "",
"insPlanName1": "",
"insPlanCode2": "",
"insPlanName2": "",
"qtyFilled": 10,
"daysSupply": 10,
"daw": "1",
"rph": null,
"tech": null,
"cost": 0,
"fee": 0,
"coPay": 0,
"tax": 0,
"other": 0,
"discount": 0,
"total": 0,
"drugName": "ZYTIGA 500MG TABLET",
"drugNDC": "57894-0195-06",
"rxStatus": "Unbilled",
"priorAuthType": null,
"priorAuthNo": null,
"signature": null,
"workflowStatus": "Entered into System",
"rxRemark": "",
"eRxPharmacyRemark": "",
"eRxPrescriberRemark": "",
"writtenDateRemark": "",
"diagnosisCode": null,
"diagnosisDescription": null,
"paidDetails": null,
"workflows": null
},
"fillDate": "2020-10-01T00:00:00",
"qtyFilled": 10,
"cost": 0,
"fee": 0,
"coPay": 0,
"total": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"rxMaster": {
"rxNo": 100317,
"writtenDate": "2020-10-01T00:00:00",
"qtyOrdered": 0,
"refillAuth": 10,
"refillLeft": 10,
"refillExp": "0001-01-01T00:00:00",
"sigDirection": "EVERY 4 TO 6 HOURS",
"rxOriginCode": null,
"rxTransferStatus": null,
"rxImage": null,
"patient": {
"patientName": "PATEL, KAPIL",
"cellNo": "630-789-6544",
"workPhoneNo": "630-789-6541",
"gender": "M",
"dob": "1980-05-05T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": null,
"cardId": null,
"personCd": null,
"groupNo": null,
"diagnosisCodes": null,
"patientId": "",
"patRecNo": 0,
"name": null,
"pharmacyNames": null,
"uniqueKey": null,
"address": "ENLIGHT VISION AHMEDABAD S G HIGHWAY",
"cityStateZip": "OAK BROOK IL - 60523",
"city": null,
"state": null,
"zip": null,
"phone": "630-123-4566"
},
"prescriber": {
"prescriberName": "MCTAVISH, TARQUIN",
"npi": "2888888882",
"dea": "BM3214549",
"spi": null,
"stateLicNo": null,
"fax": "301-891-2155",
"address": "8600 OLD GEORGETOWN RD EMERGENCY WARD",
"cityStateZip": "BETHESDA MD - 20814",
"city": null,
"state": null,
"zip": null,
"phone": "301-896-4100"
}
},
"rxFill": {
"rxNo": 0,
"fillNo": 0,
"fillDate": "2020-10-01T00:00:00",
"fillTime": "0001-01-01T00:00:00",
"insPlanCode1": "",
"insPlanName1": "",
"insPlanCode2": "",
"insPlanName2": "",
"qtyFilled": 10,
"daysSupply": 10,
"daw": "1",
"rph": null,
"tech": null,
"cost": 0,
"fee": 0,
"coPay": 0,
"tax": 0,
"other": 0,
"discount": 0,
"total": 0,
"drugName": "ZYTIGA 500MG TABLET",
"drugNDC": "57894-0195-06",
"rxStatus": "Unbilled",
"priorAuthType": null,
"priorAuthNo": null,
"signature": null,
"workflowStatus": "Entered into System",
"rxRemark": "",
"eRxPharmacyRemark": "",
"eRxPrescriberRemark": "",
"writtenDateRemark": "",
"diagnosisCode": null,
"diagnosisDescription": null,
"paidDetails": null,
"workflows": null
},
"fillDate": "2020-10-01T00:00:00",
"qtyFilled": 10,
"cost": 0,
"fee": 0,
"coPay": 0,
"total": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"rxMaster": {
"rxNo": 100318,
"writtenDate": "2020-10-05T00:00:00",
"qtyOrdered": 0,
"refillAuth": 10,
"refillLeft": 10,
"refillExp": "0001-01-01T00:00:00",
"sigDirection": "EVERY 4 TO 6 HOURS",
"rxOriginCode": null,
"rxTransferStatus": null,
"rxImage": null,
"patient": {
"patientName": "PATEL, KAPIL",
"cellNo": "630-789-6544",
"workPhoneNo": "630-789-6541",
"gender": "M",
"dob": "1980-05-05T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": null,
"cardId": null,
"personCd": null,
"groupNo": null,
"diagnosisCodes": null,
"patientId": "",
"patRecNo": 0,
"name": null,
"pharmacyNames": null,
"uniqueKey": null,
"address": "ENLIGHT VISION AHMEDABAD S G HIGHWAY",
"cityStateZip": "OAK BROOK IL - 60523",
"city": null,
"state": null,
"zip": null,
"phone": "630-123-4566"
},
"prescriber": {
"prescriberName": "MCTAVISH, TARQUIN",
"npi": "2888888882",
"dea": "BM3214549",
"spi": null,
"stateLicNo": null,
"fax": "301-891-2155",
"address": "8600 OLD GEORGETOWN RD EMERGENCY WARD",
"cityStateZip": "BETHESDA MD - 20814",
"city": null,
"state": null,
"zip": null,
"phone": "301-896-4100"
}
},
"rxFill": {
"rxNo": 0,
"fillNo": 0,
"fillDate": "2020-10-05T00:00:00",
"fillTime": "0001-01-01T00:00:00",
"insPlanCode1": "",
"insPlanName1": "",
"insPlanCode2": "",
"insPlanName2": "",
"qtyFilled": 10,
"daysSupply": 10,
"daw": "1",
"rph": null,
"tech": null,
"cost": 218.2,
"fee": 0,
"coPay": 50,
"tax": 0,
"other": 0,
"discount": 0,
"total": 218.2,
"drugName": "ZYTIGA 500MG TABLET",
"drugNDC": "57894-0195-06",
"rxStatus": "Transmitted",
"priorAuthType": null,
"priorAuthNo": null,
"signature": null,
"workflowStatus": "Delivered",
"rxRemark": "",
"eRxPharmacyRemark": "",
"eRxPrescriberRemark": "",
"writtenDateRemark": "",
"diagnosisCode": null,
"diagnosisDescription": null,
"paidDetails": null,
"workflows": null
},
"fillDate": "2020-10-05T00:00:00",
"qtyFilled": 10,
"cost": 218.2,
"fee": 0,
"coPay": 50,
"total": 218.2
}
]
},
"isValid": true,
"messages": []
}
This endpoint is used to get dashboard details with below request
Request body
{
"userUniqueId": "",
"dashboardSeq": ""
}
Responses
Success
Body
This endpoint is used to set dashboard.
Request body
{
"userUniqueId": "",
"dashboardSeq": ""
}
Responses
Success
Body
This endpoint will provide a Rx analysis chart data with below request
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"chartDisplay": 2
}
Responses
Success
Body
This endpoint will provide a profit chart data with below request
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"chartDisplay": 1
}
Responses
Success
Body
Request body
{
"pharmacies": [
""
]
}
Responses
Success
Body
This endpoint will provide results based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"prescribers": [
""
],
"plans": [
""
],
"drugUsagesSearchBy": 1,
"searchFor": "",
"rxOTC": 1,
"rxStatus": [
""
],
"drugType": 1,
"rx340Type": 1,
"drugOptions": 1,
"controlClass": [
""
]
}
Responses
Success
Body
{
"totalcount": 1,
"listrecords": [
{
"pharmacyId": 1,
"pharmacyname": "",
"drugname": "",
"ndc": "",
"totalrxs": 1,
"quantity": 1,
"acqcost": 1,
"paid": 1,
"margin": 1,
"profitpct": 1
}
]
}
Example with response data
{
"data": {
"totalCount": 349,
"listRecords": [
{
"pharmacyId": 17,
"pharmacyName": "Central Reporting 1",
"drugName": "LISINOPRIL 10MG TABLET",
"ndc": "00603-4211-32",
"totalRxs": 1,
"quantity": 10,
"acqCost": 0,
"paid": 0,
"margin": 0,
"profitPCT": 0
},
{
"pharmacyId": 17,
"pharmacyName": "Central Reporting 1",
"drugName": "TEST CIPLA",
"ndc": "00603-4211-32",
"totalRxs": 2,
"quantity": 20,
"acqCost": 0,
"paid": 0,
"margin": 0,
"profitPCT": 0
},
{
"pharmacyId": 17,
"pharmacyName": "Central Reporting 1",
"drugName": "TEST LIMCEE",
"ndc": "0123456789",
"totalRxs": 14,
"quantity": 110,
"acqCost": 0,
"paid": 0,
"margin": 0,
"profitPCT": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "A & D ZINC OXIDE CREAM",
"ndc": "00085-1410-01",
"totalRxs": 2,
"quantity": 85,
"acqCost": 4.24,
"paid": 14.92,
"margin": 0.715817,
"profitPCT": 2.518867
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "A & D ZINC OXIDE CREAM",
"ndc": "00085-1410-02",
"totalRxs": 3,
"quantity": 339,
"acqCost": 10.47,
"paid": 540.46,
"margin": 0.980627,
"profitPCT": 50.619866
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "A + D PERSONAL CARE LOTION LOTION",
"ndc": "00085-1130-02",
"totalRxs": 2,
"quantity": 160,
"acqCost": 4.12,
"paid": 276.79,
"margin": 0.985115,
"profitPCT": 66.182038
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "A + D PERSONAL CARE WIPES",
"ndc": "00085-1217-01",
"totalRxs": 2,
"quantity": 120,
"acqCost": 7.42,
"paid": 18.62,
"margin": 0.601503,
"profitPCT": 1.509433
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "A + D PERSONAL CARE WIPES",
"ndc": "00085-1217-02",
"totalRxs": 10,
"quantity": 232,
"acqCost": 22.42,
"paid": 67.43,
"margin": 0.667507,
"profitPCT": 2.007582
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "A HAMMER",
"ndc": "11111-1111-11",
"totalRxs": 7,
"quantity": 61,
"acqCost": 5.5,
"paid": 233.2,
"margin": 0.976415,
"profitPCT": 41.4
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "A+D PREVENT OINTMENT",
"ndc": "00085-0096-02",
"totalRxs": 2,
"quantity": 226,
"acqCost": 6.98,
"paid": 536.4,
"margin": 0.986987,
"profitPCT": 75.848137
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "ABILIFY 10MG TABLET",
"ndc": "59148-0008-35",
"totalRxs": 22,
"quantity": 541,
"acqCost": 15647.82,
"paid": 16927.67,
"margin": 0.075606,
"profitPCT": 0.08179
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "ACCU-CK COMPACT BG MONITR",
"ndc": "59148-0007-13",
"totalRxs": 2,
"quantity": 2,
"acqCost": 0,
"paid": 0,
"margin": 0,
"profitPCT": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "ACETAMINOPHEN ER 650MG TABLET",
"ndc": "33261-0665-00",
"totalRxs": 4,
"quantity": 56,
"acqCost": 7.32,
"paid": 443.25,
"margin": 0.983485,
"profitPCT": 59.553278
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "ACETAMINOPHEN EXTRA STRENGTH 500MG TABLET",
"ndc": "00904-6720-40",
"totalRxs": 4,
"quantity": 310,
"acqCost": 2.88,
"paid": 23.35,
"margin": 0.876659,
"profitPCT": 7.107638
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "ADVAIR DISKUS 100-50MCG/DOSE AEROSOL",
"ndc": "49999-0984-60",
"totalRxs": 2,
"quantity": 90,
"acqCost": 534.03,
"paid": 630.97,
"margin": 0.153636,
"profitPCT": 0.181525
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "AFLURIA SUSPENSION",
"ndc": "33332-0112-10",
"totalRxs": 1,
"quantity": 2,
"acqCost": 0,
"paid": 0,
"margin": 0,
"profitPCT": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "ALBUTEROL HFA (PROVENTIL HFA;VENTOLIN HFA) 90 MCG/ACTUATION INHALER",
"ndc": "54868-5646-00",
"totalRxs": 1,
"quantity": 1,
"acqCost": 10.11,
"paid": 16.76,
"margin": 0.396778,
"profitPCT": 0.657764
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "ALBUTEROL SULFATE HFA 108 (90 BASE)MCG/ACT AEROSOL",
"ndc": "00093-3174-31",
"totalRxs": 1,
"quantity": 8.5,
"acqCost": 63.66,
"paid": 268.2,
"margin": 0.762639,
"profitPCT": 3.213006
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "ALCOHOL SWABS (ALCOHOL PREP PADS)",
"ndc": "11673-0600-10",
"totalRxs": 1,
"quantity": 300,
"acqCost": 5.13,
"paid": 10.97,
"margin": 0.53236,
"profitPCT": 1.138401
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "ALENDRONATE SODIUM 70MG TABLET",
"ndc": "69543-0131-12",
"totalRxs": 2,
"quantity": 20,
"acqCost": 350.45,
"paid": 436.4,
"margin": 0.196952,
"profitPCT": 0.245256
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "ALLEGRA ALLERGY 180MG TABLET",
"ndc": "41167-0412-14",
"totalRxs": 7,
"quantity": 110,
"acqCost": 32.22,
"paid": 47.65,
"margin": 0.323819,
"profitPCT": 0.478895
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "ALLEGRA-D ALLERGY & CONGESTION 60-120MG TABLET",
"ndc": "41167-4310-06",
"totalRxs": 3,
"quantity": 28,
"acqCost": 19.74,
"paid": 449.6,
"margin": 0.956094,
"profitPCT": 21.776089
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "ALPRAZOLAM 0.5MG TABLET",
"ndc": "68788-9002-03",
"totalRxs": 1,
"quantity": 90,
"acqCost": 89.16,
"paid": 268.2,
"margin": 0.667561,
"profitPCT": 2.008075
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "AMBIEN 10 MG ORAL TABLET",
"ndc": "TEST123",
"totalRxs": 10,
"quantity": 71,
"acqCost": 2580,
"paid": 336,
"margin": -6.678571,
"profitPCT": -0.869767
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"drugName": "AMBIEN 10MG TAB ZOLPIDEM",
"ndc": "00024-5421-31",
"totalRxs": 3,
"quantity": 11,
"acqCost": 0,
"paid": 0,
"margin": 0,
"profitPCT": 0
}
]
},
"isValid": true,
"messages": []
}
This endpoint will provide a list of Insurnace plan based on search keyword
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"searchTerm": ""
}
Responses
Success
Body
This endpoint will provide a list of patients based on search keyword
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"searchTerm": ""
}
Responses
Success
Body
{
"totalcount": 1,
"listpatient": [
{
"patientName": "",
"cellNo": "",
"workPhoneNo": "",
"gender": "",
"dob": "0001-01-01T00:00:00",
"lastFillDt": "",
"lastRxNo": "",
"primaryPlan": "",
"cardId": "",
"personCd": "",
"groupNo": "",
"diagnosisCodes": "",
"patientId": "",
"address": "",
"cityStateZip": "",
"city": "",
"state": "",
"zip": "",
"phone": "",
"uniqueKey": "",
"pharmacyNames": [
""
],
"pharmacyName": ""
}
]
}
Example with response data
{
"data": {
"totalCount": 176,
"listPatient": [
{
"patientName": "1, TEST",
"cellNo": null,
"workPhoneNo": null,
"gender": null,
"dob": "2000-12-12T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": "",
"cardId": "",
"personCd": "",
"groupNo": null,
"diagnosisCodes": null,
"patientId": null,
"address": "ADD1 ADD2",
"cityStateZip": "AHM IL - 12345",
"city": null,
"state": null,
"zip": null,
"phone": "H:456-454-6546",
"uniqueKey": "1:TEST",
"pharmacyNames": [
"Central Reporting 3"
],
"pharmacyName": "Central Reporting 3"
},
{
"patientName": "13THMAY, TEST",
"cellNo": null,
"workPhoneNo": null,
"gender": null,
"dob": "2000-12-12T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": "",
"cardId": "",
"personCd": "",
"groupNo": null,
"diagnosisCodes": null,
"patientId": null,
"address": "50 DAVENPRT BSM/120PEL-2D",
"cityStateZip": "CHICAGO IL - 60601",
"city": null,
"state": null,
"zip": null,
"phone": "H:773-123-4567",
"uniqueKey": "13THMAY:TEST",
"pharmacyNames": [
"Central Reporting 3"
],
"pharmacyName": "Central Reporting 3"
},
{
"patientName": "13THMAY, TEST FRANCISCOLISANDROCULIACAN",
"cellNo": null,
"workPhoneNo": null,
"gender": null,
"dob": "2000-12-12T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": "",
"cardId": "",
"personCd": "",
"groupNo": null,
"diagnosisCodes": null,
"patientId": null,
"address": "27732 WEST ALAMEDA POTHOLELADEN STREET APT 425-B",
"cityStateZip": "RANCHO CUCAMONGA CA - 94952",
"city": null,
"state": null,
"zip": null,
"phone": "H:707-521-4577",
"uniqueKey": "13THMAY:TEST",
"pharmacyNames": [
"Central Reporting 3"
],
"pharmacyName": "Central Reporting 3"
},
{
"patientName": "2, TEST",
"cellNo": null,
"workPhoneNo": null,
"gender": null,
"dob": "2000-12-12T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": "",
"cardId": "",
"personCd": "",
"groupNo": null,
"diagnosisCodes": null,
"patientId": null,
"address": "ADD1 ADD2",
"cityStateZip": "AHM NY - 12345",
"city": null,
"state": null,
"zip": null,
"phone": "H:231-321-2312",
"uniqueKey": "2:TEST",
"pharmacyNames": [
"Central Reporting 3"
],
"pharmacyName": "Central Reporting 3"
},
{
"patientName": "25AUG1, TEST1 R",
"cellNo": null,
"workPhoneNo": null,
"gender": null,
"dob": "1985-11-05T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": "",
"cardId": "",
"personCd": "",
"groupNo": null,
"diagnosisCodes": null,
"patientId": null,
"address": "TEST",
"cityStateZip": "OAK BROOK IL - 12356",
"city": null,
"state": null,
"zip": null,
"phone": "C:177-777-7777",
"uniqueKey": "25AUG1:TEST1",
"pharmacyNames": [
"Central Reporting 3"
],
"pharmacyName": "Central Reporting 3"
},
{
"patientName": "26VACCINE, TEST",
"cellNo": null,
"workPhoneNo": null,
"gender": null,
"dob": "1993-02-02T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": "",
"cardId": "",
"personCd": "",
"groupNo": null,
"diagnosisCodes": null,
"patientId": null,
"address": "TEST",
"cityStateZip": "OAK BROOK IL - 60523",
"city": null,
"state": null,
"zip": null,
"phone": "",
"uniqueKey": "26VACCINE:TEST",
"pharmacyNames": [
"Central Reporting 3"
],
"pharmacyName": "Central Reporting 3"
},
{
"patientName": "ADDRESSTEST, WITHSAME",
"cellNo": null,
"workPhoneNo": null,
"gender": null,
"dob": "2011-02-02T00:00:00",
"lastFillDt": null,
"lastRxNo": null,
"primaryPlan": "INSTEST122",
"cardId": "",
"personCd": "",
"groupNo": null,
"diagnosisCodes": null,
"patientId": null,
"address": "TEST ADDRESS 1 LENGTH CHECK 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 TEST ADDRESS 2",
"cityStateZip": "OAK BROOK AL - 12345",
"city": null,
"state": null,
"zip": null,
"phone": "H:888-888-8888",
"uniqueKey": "ADDRESSTEST:WITHSAME",
"pharmacyNames": [
"Central Reporting 3"
],
"pharmacyName": "Central Reporting 3"
}
]
},
"isValid": true,
"messages": []
}
This endpoint will get a drug details based on search filter
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"searchTerm": ""
}
Responses
Success
Body
{
"totalcount": 1,
"listdrug": [
{
"pharmacyid": 1,
"drugcode": "",
"drugname": "",
"ndc": "",
"manufacturer": "",
"packagesize": 1,
"uniqueKey": "",
"pharmacyNames": [
""
],
"pharmacyName": ""
}
]
}
This endpoint is used to get list of nursing homes with below request
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"searchTerm": ""
}
Responses
Success
Body
{
"totalcount": 1,
"listnursinghome": [
{
"name": "",
"address": "",
"cityStateZip": "",
"phone": "",
"emarType": "",
"autoSend": "",
"uniqueKey": "",
"pharmacyNames": [
""
],
"pharmacyName": ""
}
]
}
Example with response data
{
"data": {
"totalCount": 8,
"listNursingHome": [
{
"name": "TEST",
"address": "",
"cityStateZip": "",
"phone": "",
"emarType": "",
"autoSend": "",
"uniqueKey": "TEST",
"pharmacyNames": [
"Central Reporting 3"
],
"pharmacyName": "Central Reporting 3"
},
{
"name": "TEST CERTIFICATION",
"address": "1326 OAK ST BUILDING A",
"cityStateZip": "MAPLEVILLE WA - 90001",
"phone": "913-312-1326",
"emarType": "",
"autoSend": "",
"uniqueKey": "TEST CERTIFICATION",
"pharmacyNames": [
"Central Reporting 3"
],
"pharmacyName": "Central Reporting 3"
},
{
"name": "TEST FACILITY",
"address": "1234 MAIN ST",
"cityStateZip": "KANSAS CITY MO - 64114",
"phone": "816-640-1158",
"emarType": "",
"autoSend": "",
"uniqueKey": "TEST FACILITY",
"pharmacyNames": [
"Central Reporting 3"
],
"pharmacyName": "Central Reporting 3"
},
{
"name": "TEST NURSING",
"address": "",
"cityStateZip": "",
"phone": "",
"emarType": "",
"autoSend": "",
"uniqueKey": "TEST NURSING",
"pharmacyNames": [
"Central Reporting 3"
],
"pharmacyName": "Central Reporting 3"
},
{
"name": "TEST NURSING HOME",
"address": "CAPRI VILLA VERONA CAPRI VILLA VERONA CAP",
"cityStateZip": "SAN JUAN PR - 00924",
"phone": "787-208-0691",
"emarType": "",
"autoSend": "",
"uniqueKey": "TEST NURSING HOME",
"pharmacyNames": [
"Central Reporting 3"
],
"pharmacyName": "Central Reporting 3"
},
{
"name": "TEST WO PRES",
"address": "",
"cityStateZip": "",
"phone": "",
"emarType": "",
"autoSend": "",
"uniqueKey": "TEST WO PRES",
"pharmacyNames": [
"Central Reporting 3"
],
"pharmacyName": "Central Reporting 3"
},
{
"name": "TEST123",
"address": "",
"cityStateZip": "",
"phone": "",
"emarType": "",
"autoSend": "",
"uniqueKey": "TEST123",
"pharmacyNames": [
"Central Reporting 3"
],
"pharmacyName": "Central Reporting 3"
},
{
"name": "TestDate",
"address": "456 Main",
"cityStateZip": "My Town DC - 20001",
"phone": "855-793-9771",
"emarType": "",
"autoSend": "",
"uniqueKey": "TestDate",
"pharmacyNames": [
"Central Reporting 3"
],
"pharmacyName": "Central Reporting 3"
}
]
},
"isValid": true,
"messages": []
}
This endpoint is used to get list of prescribers with below request
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"searchTerm": ""
}
Responses
Success
Body
{
"totalcount": 1,
"listprescriber": {
"pharmacyid": "",
"prescribername": "",
"lastname": "",
"firstname": "",
"middlename": "",
"address": "",
"address1": "",
"address2": "",
"city": "",
"state": "",
"zip": "",
"fax_phone": "",
"phone": "",
"dea": "",
"statelicno": "",
"npi": "",
"spi": "",
"uniqueKey": "",
"pharmacyNames": [
""
],
"pharmacyName": ""
}
}
Example with response data
{
"data":
{
"totalCount":1,
"listPrescriber":
[
{
"pharmacyId":null,
"prescriberName":"TEST, DDDDD",
"lastName":null,
"firstName":null,
"middleName":null,
"address":"OAK BROOK IL - 60523",
"address1":null,
"address2":null,
"city":null,
"state":null,
"zip":null,
"fax_Phone":null,
"phone":"",
"dea":"",
"stateLicNo":"",
"npi":"",
"spi":"",
"uniqueKey":":::60523:",
"pharmacyNames":
[
"Central Reporting 3"
],
"pharmacyName":"Central Reporting 3"
}]
},
"isValid":true,
"messages":[]
}
This endpoint is used to get List of state with below request.
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"searchTerm": ""
}
Responses
Success
Body
{
"code": "",
"name": ""
}
Example with response data
{
"data":
[
{
"code":"AL",
"name":"Alabama"
},
{
"code":"AK",
"name":"Alaska"
},
{
"code":"AZ",
"name":"Arizona"
},
{
"code":"AR",
"name":"Arkansas"
},
{
"code":"CA",
"name":"California"
},
{
"code":"CO",
"name":"Colorado"
},
{
"code":"CT",
"name":"Connecticut"
},
{
"code":"DE",
"name":"Delaware"
},
{
"code":"DC",
"name":"District of Columbia"
}],
"isValid":true,
"messages":[]
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"reportType": 1,
"drugSearchBy": 1,
"searchFor": "",
"ifQOHIs": 1,
"controlClass": 1,
"lastFillDt": "",
"brandGeneric": 1,
"rxOTC": 1
}
Responses
Success
Body
{
"totalcount": 1,
"listrecords": [
{
"pharmacyid": 1,
"pharmacyname": "",
"drugname": "",
"ndc": "",
"minqoh": 1,
"currqoh": 1,
"awpunit": 1,
"awptotal": 1,
"acqunit": 1,
"acqtotal": 1,
"directunit": 1,
"directtotal": 1,
"fedmacunit": 1,
"fedmactotal": 1,
"dispenseunit": 1,
"dispensetotal": 1,
"mfg": "",
"lastfilled": "",
"lotno": "",
"lotexpdt": ""
}
]
}
Example with response data
{
"data":
{
"totalCount":2,
"listRecords":
[
{
"pharmacyId":17,
"pharmacyName":"Central Reporting 1",
"drugName":"DIPHTHERIA-TETANUS TOXOIDS DT 25-5LFU/0.5ML SUSPENSION",
"ndc":"49281-0225-58",
"minQOH":0,
"currQOH":0,
"awpUnit":150.640,
"awpTotal":0,
"acqUnit":123.393,
"acqTotal":0,
"directUnit":150.640,
"directTotal":0,
"fedMacUnit":150.640,
"fedMacTotal":0,
"dispenseUnit":143.480,
"dispenseTotal":0,
"mfg":"SANOFI PS",
"lastFilled":"2021-06-23T00:00:00",
"lotNo":"45645864",
"lotExpDt":"2021-10-10T00:00:00"
},
{
"pharmacyId":17,
"pharmacyName":"Central Reporting 1",
"drugName":"JANSSEN COVID-19 VACCINE 0.5ML SUSPENSION",
"ndc":"59676-0580-05",
"minQOH":0,
"currQOH":0,
"awpUnit":0.004,
"awpTotal":0,
"acqUnit":0.003,
"acqTotal":0,
"directUnit":0.004,
"directTotal":0,
"fedMacUnit":0.004,
"fedMacTotal":0,
"dispenseUnit":0.004,
"dispenseTotal":0,
"mfg":"JANSSEN",
"lastFilled":"2001-12-31T00:00:00",
"lotNo":"",
"lotExpDt":"2099-12-31T00:00:00"
},
]},
"isValid":true,
"messages":[]
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"plans": [
""
],
"nursingHomes": [
""
],
"patients": [
""
],
"prescribers": [
""
],
"drugs": [
""
],
"drugType": 1,
"drug340B": 1,
"rxAnalysisStatus": 1,
"isLoss": true,
"lastRawNo": 1,
"chartDisplay": 2,
"chartType": 2
}
Responses
Success
Body
{
"id": 1,
"seriesName": "",
"date": "0001-01-01T00:00:00",
"value": 1,
"categoryName": "",
"isExploded": true
}
Example with response data
{
"data":
[
{
"id":-1,
"seriesName":"All Pharmacy",
"date":"2020-10-01T00:00:00",
"value":-2827.8,
"categoryName":"Oct-2020",
"isExploded":false
},
{
"id":-1,
"seriesName":"All Pharmacy",
"date":"2020-11-01T00:00:00",
"value":-3.44,
"categoryName":"Nov-2020",
"isExploded":false
},
{
"id":-1,
"seriesName":"All Pharmacy",
"date":"2020-12-01T00:00:00",
"value":-18642.99,
"categoryName":"Dec-2020",
"isExploded":false
}],
"isValid":true,
"messages":[]
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"plans": [
""
],
"nursingHomes": [
""
],
"patients": [
""
],
"prescribers": [
""
],
"drugs": [
""
],
"drugType": 1,
"drug340B": 1,
"rxAnalysisStatus": 1,
"isLoss": true,
"lastRawNo": 1,
"chartDisplay": 4,
"chartType": 2
}
Responses
Success
Body
{
"heading": "",
"filldate": "0001-01-01T00:00:00",
"pharmacyid": 1,
"pharmacyname": "",
"insuranceplan": "",
"rxcount": 1,
"costpaid": 1,
"feepaid": 1,
"taxpaid": 1,
"discount": 1,
"copaypaid": 1,
"totalpaid": 1,
"acqcost": 1,
"profitamount": 1,
"refilltype": "1",
"rxtype": "3",
"margin": 1,
"profitpct": 1,
"totalcount": 1,
"patcount": 1
}
Example with response data
{
"data":
[
{
"heading":"New Prescription",
"fillDate":"0001-01-01T00:00:00",
"pharmacyId":8,
"pharmacyName":"Central Reporting 3",
"insurancePlan":null,
"rxCount":96,
"costPaid":0,
"feePaid":0,
"taxPaid":3030.55,
"discount":0,
"coPayPaid":0,
"totalPaid":3590.06,
"acqCost":118419.83,
"profitAmount":-117860.32,
"refillType":0,
"rxType":0,
"margin":-31.985473,
"profitPCT":-0.969683,
"totalCount":0,
"patCount":0
},
{
"heading":"New Prescription",
"fillDate":"0001-01-01T00:00:00",
"pharmacyId":8,
"pharmacyName":"Central Reporting 3",
"insurancePlan":null,
"rxCount":34,
"costPaid":0,
"feePaid":0,
"taxPaid":0,
"discount":0,
"coPayPaid":1420,
"totalPaid":7777.8,
"acqCost":78658.18,
"profitAmount":-70880.38,
"refillType":0,
"rxType":2,
"margin":-9.113165,
"profitPCT":-0.901118,
"totalCount":0,
"patCount":0
}],
"isValid":true,
"messages":[]
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"plans": [
""
],
"nursingHomes": [
""
],
"patients": [
""
],
"prescribers": [
""
],
"drugs": [
""
],
"drugType": 1,
"drug340B": 1,
"rxAnalysisStatus": 1,
"isLoss": true,
"lastRawNo": 1,
"chartDisplay": 1,
"chartType": 2
}
Responses
Success
Body
{
"totalcount": 1,
"listrecords": [
{
"pharmacyid": 1,
"pharmacyname": "",
"refilltype": "1",
"rxtype": "2",
"filldate": "0001-01-01T00:00:00",
"rxno": 1,
"drugname": "",
"insuranceplancode": "",
"insuranceplan": "",
"qty": 1,
"acqcost": 1,
"totalpaid": 1,
"profitamount": 1,
"margin": 1,
"profitpct": 1,
"patientname": "",
"costpaid": 1,
"feepaid": 1,
"taxpaid": 1,
"discount": 1,
"copaypaid": 1,
"heading": null,
"rxcount": 1,
"patcount": 1
}
]
}
Example with response data
{
"data":
{
"totalCount":161,
"listRecords":
[
{
"pharmacyId":8,
"pharmacyName":"Central Reporting 3",
"refillType":0,
"rxType":2,
"fillDate":"2020-10-22T00:00:00",
"rxNo":100338,
"drugName":"GRAFIX CORE 5CM X 5CM",
"insurancePlanCode":null,
"insurancePlan":"TESTCPAY50",
"qty":1,
"acqCost":3096,
"totalPaid":268.2,
"profitAmount":-2827.8,
"margin":-10.5436241610738,
"profitPCT":-0.913372093023256,
"patientName":"PATEL, KAPIL",
"costPaid":268.2,
"feePaid":0,
"taxPaid":0,
"discount":0,
"coPayPaid":50,
"heading":null,
"rxCount":0,
"patCount":0
},
{
"pharmacyId":8,
"pharmacyName":"Central Reporting 3",
"refillType":0,
"rxType":2,
"fillDate":"2020-11-20T00:00:00",
"rxNo":100377,
"drugName":"DOLOGEN 2-650MG TABLET",
"insurancePlanCode":null,
"insurancePlan":"TESTCPAY50",
"qty":10,
"acqCost":3.44,
"totalPaid":0,
"profitAmount":-3.44,
"margin":-100,
"profitPCT":-1,
"patientName":"TEST, PATIENT",
"costPaid":0,
"feePaid":0,
"taxPaid":0,
"discount":0,
"coPayPaid":0,
"heading":null,
"rxCount":0,
"patCount":0
}]},
"isValid":true,
"messages":[]
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"plans": [
""
],
"rxNewRefill": 1,
"display": [
1
],
"chartDisplay": 0
}
Responses
Success
Body
{
"totalcount": 1,
"listrecords": [
{
"pharmacyId": 1,
"pharmacyUniqueId": "",
"pharmacyName": "",
"refillType": "2",
"heading": "",
"rxType": "3",
"rxCount": 1,
"totalPaid": 1,
"taxPaid": 1,
"profitAmount": 1,
"margin": 1,
"profitPCT": 1,
"rxNo": 1,
"fillDate": "0001-01-01T00:00:00",
"qtyFilled": 1,
"patientName": "",
"drugName": "",
"qty": 1,
"insurancePlan": "",
"costPaid": 1,
"feePaid": 1,
"tax": 1,
"discount": 1,
"coPayPaid": 1,
"insPaid": 1,
"acqCost": 1,
"status": "",
"prescriberName": ""
}
]
}
{
"totalcount": 1,
"listrecords": [
{
"pharmacyId": 1,
"pharmacyUniqueId": "",
"pharmacyName": "",
"refillType": "0",
"heading": "",
"rxType": "3",
"rxCount": 1,
"totalPaid": 1,
"taxPaid": 1,
"profitAmount": 1,
"margin": 1,
"profitPCT": 1,
"rxNo": 1,
"fillDate": "0001-01-01T00:00:00",
"qtyFilled": 1,
"patientName": "",
"drugName": "",
"qty": 1,
"insurancePlan": "",
"costPaid": 1,
"feePaid": 1,
"tax": 1,
"discount": 1,
"coPayPaid": 1,
"insPaid": 1,
"acqCost": 1,
"status": "",
"prescriberName": ""
}
]
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"plans": [
""
],
"rxNewRefill": 1,
"display": [
1
],
"chartDisplay": 2
}
Responses
Success
Body
{
"pharmacyId": 1,
"pharmacyName": "",
"refillType": "0",
"heading": "",
"rxType": "1",
"rxCount": 1,
"totalPaid": 1,
"taxPaid": 1,
"profitAmount": 1,
"margin": 1,
"profitPCT": 1,
"rxNo": 1,
"fillDate": "0001-01-01T00:00:00",
"qtyFilled": 1,
"patientName": "",
"drugName": "",
"qty": 1,
"insurancePlan": "",
"costPaid": 1,
"feePaid": 1,
"tax": 1,
"discount": 1,
"coPayPaid": 1,
"insPaid": 1,
"acqCost": 1,
"status": "",
"prescriberName": "",
"seqNo": 1
}
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"plans": [
""
],
"rxNewRefill": 1,
"display": [
1
],
"chartDisplay": 2
}
Responses
Success
Body
{
"id": 1,
"seriesName": "",
"date": "0001-01-01T00:00:00",
"value": 1,
"categoryName": "",
"isExploded": true
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"dobMonth": 1,
"dobFromDate": "",
"dobToDate": "",
"groupNo": "",
"plans": [
""
],
"city": "",
"zip": "",
"allergies": [
""
],
"nursingHomes": [
""
],
"dosFromDate": "",
"dosToDate": "",
"newPatient": 1,
"patientStatus": 1,
"chargeAccount": 1,
"gender": 1,
"labelLanguage": 1,
"dispenseUsing": 1,
"dispenseBy": 1,
"deliveryDriver": 1,
"deliveryGroup": 1,
"patientIDQual": 1,
"locationCode": 1,
"residenceCode": 1,
"autoRefill": 1,
"refillRemind": 1,
"smoker": 1,
"pregnant": 1,
"patient340B": 1,
"discountFrom": 1,
"discountTo": 1,
"priceCode": "",
"species": 1
}
Responses
Success
Body
{
"totalcount": 1,
"listrecords": [
{
"patientname": "",
"cellno": "",
"workphoneno": "",
"gender": "",
"dob": "0001-01-01T00:00:00",
"lastfilldt": "",
"lastrxno": "",
"primaryplan": "",
"cardid": "",
"personcd": "",
"groupno": "",
"diagnosiscodes": "",
"patientid": "",
"patrecno": 1,
"name": "",
"pharmacyname": [
""
],
"uniquekey": "",
"address": null,
"citystatezip": "",
"city": "",
"state": "",
"zip": "",
"phone": ""
}
]
}
Example with response data
{
"data":
{
"totalCount":2,
"listRecords":
[
{
"patientName":"1, TEST",
"cellNo":"454-564-5646",
"workPhoneNo":null,
"gender":"M",
"dob":"2000-12-12T00:00:00",
"lastFillDt":null,
"lastRxNo":"",
"primaryPlan":"",
"cardId":"",
"personCd":"",
"groupNo":"",
"diagnosisCodes":"",
"patientId":null,
"patRecNo":0,
"name":null,
"pharmacyNames":
[
"Central Reporting 3"
],
"uniqueKey":null,
"address":"ADD1 ADD2",
"cityStateZip":null,
"city":"AHM",
"state":"IL",
"zip":"12345",
"phone":"456-454-6546"
},
{
"patientName":"1 MODI\u00A027AUG, 1 SAUMIL27AUG",
"cellNo":"989-872-8443",
"workPhoneNo":null,
"gender":"M",
"dob":"1990-02-17T00:00:00",
"lastFillDt":null,
"lastRxNo":"",
"primaryPlan":"",
"cardId":"",
"personCd":"",
"groupNo":"",
"diagnosisCodes":"",
"patientId":null,
"patRecNo":0,
"name":null,
"pharmacyNames":
[
"Central Reporting 3"
],
"uniqueKey":null,
"address":"31 GOTA\u00A02AUG 31 GOTA\u00A0BRIDGE\u00A028AUG",
"cityStateZip":null,
"city":"AHMEDABAD\u00A031 AUG",
"state":"G1",
"zip":"12345",
"phone":"989-872-8441"
}]},
"isValid":true,
"messages":[]
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"plans": [
""
],
"prescribers": [
""
],
"searchGroup": "",
"city": "",
"zipCode": ""
}
Responses
Success
Body
{
"totalcount": 1,
"listrecords": [
{
"pharmacyName": "",
"patientName": "",
"address": "",
"city": "",
"state": "",
"zip": "",
"phone": "",
"newRx": 1,
"refills": 1,
"totalRx": 1,
"acqCost": 1,
"paid": 1,
"cellNo": "",
"margin": 1,
"profitPCT": 1
}
]
}
Example with response data
{
"data":
{
"totalCount":187,
"listRecords":
[
{
"pharmacyId":17,
"pharmacyName":"Central Reporting 1",
"patientName":"TEETER, BERGEN",
"address":"",
"city":"",
"state":"",
"zip":"",
"phone":"",
"newRx":1,
"refills":0,
"totalRx":1,
"acqCost":0,
"paid":0,
"cellNo":"76957-22205",
"margin":0,
"profitPCT":0
},
{
"pharmacyId":17,
"pharmacyName":"Central Reporting 1",
"patientName":"TEST, AMIT",
"address":"",
"city":"",
"state":"",
"zip":"",
"phone":"",
"newRx":3,
"refills":0,
"totalRx":3,
"acqCost":0,
"paid":0,
"cellNo":"90335-22232",
"margin":0,
"profitPCT":0
},
{
"pharmacyId":17,
"pharmacyName":"Central Reporting 1",
"patientName":"YANCEY, CHRISTIAN",
"address":"207 HAWTHORNE RD. APT. 611",
"city":"OXFORD",
"state":"MS",
"zip":"38655",
"phone":"678-994-6331",
"newRx":4,
"refills":0,
"totalRx":4,
"acqCost":0,
"paid":0,
"cellNo":"67899-46331",
"margin":0,
"profitPCT":0
}
]
},
"isValid":true,
"messages":[]}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"plans": [
""
],
"drugs": [
""
],
"lastName": "",
"firstName": "",
"city": "",
"zipCode": "",
"drugOptions": 1,
"controlClass": [
""
]
}
Responses
Success
Body
{
"totalcount": 1,
"listrecords": [
{
"pharmacyid": 1,
"pharmacyname": "",
"newrxs": 1,
"refilles": 1,
"total": 1,
"acqcost": 1,
"paid": 1,
"margin": 1,
"profitpct": 1,
"prescribername": "",
"npi": "",
"dea": "",
"spi": "",
"statelicno": "",
"fax": "",
"address": "",
"citystatezip": "",
"city": "",
"state": "",
"zip": "",
"phone": ""
}
]
}
Example with response data
{
"data":
{
"totalCount":22,
"listRecords":
[
{
"pharmacyId":8,
"pharmacyName":"Central Reporting 3",
"newRxs":45,
"refilles":28,
"total":73,
"acqCost":31312.98,
"paid":35085.83,
"margin":0.107532,
"profitPct":0.120488,
"prescriberName":"BELLFORD, TASHA",
"npi":null,
"dea":null,
"spi":null,
"stateLicNo":null,
"fax":null,
"address":"389 MULBERRY STREET",
"cityStateZip":null,
"city":"WEST CHICAGO",
"state":"IL",
"zip":"60185",
"phone":"479-254-3838"
},
{
"pharmacyId":8,
"pharmacyName":"Central Reporting 3",
"newRxs":1,
"refilles":1,
"total":2,
"acqCost":0.1,
"paid":10.12,
"margin":0.990118,
"profitPct":100.2,
"prescriberName":"DEMMER, ABBY",
"npi":null,
"dea":null,
"spi":null,
"stateLicNo":null,
"fax":null,
"address":"408 KAY LANE",
"cityStateZip":null,
"city":"OAK BROOK",
"state":"IL",
"zip":"60523",
"phone":"855-793-9773"
}
]
},
"isValid":true,
"messages":[]
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"plans": [
""
],
"nursingHomes": [
""
],
"patients": [
""
],
"prescribers": [
""
],
"drugs": [
""
],
"drugType": 1,
"drug340B": 1,
"rxAnalysisStatus": 1,
"isLoss": true,
"lastRawNo": 1,
"chartDisplay": 5,
"chartType": 1
}
Responses
Success
Body
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"plans": [
""
],
"nursingHomes": [
""
],
"patients": [
""
],
"prescribers": [
""
],
"drugs": [
""
],
"drugType": 1,
"drug340B": 1,
"rxAnalysisStatus": 1,
"isLoss": true,
"lastRawNo": 1,
"chartDisplay": 3,
"chartType": 2
}
Responses
Success
Body
{
"heading": "",
"filldate": "0001-01-01T00:00:00",
"pharmacyid": 1,
"pharmacyname": "",
"insuranceplan": "",
"rxcount": 1,
"costpaid": 1,
"feepaid": 1,
"taxpaid": 1,
"discount": 1,
"copaypaid": 1,
"totalpaid": 1,
"acqcost": 1,
"profitamount": 1,
"refilltype": "1",
"rxtype": "1",
"margin": 1,
"profitpct": 1,
"totalcount": 1,
"patcount": 1
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"plans": [
""
],
"nursingHomes": [
""
],
"patients": [
""
],
"prescribers": [
""
],
"drugs": [
""
],
"drugType": 1,
"drug340B": 1,
"rxAnalysisStatus": 1,
"isLoss": true,
"lastRawNo": 1,
"chartDisplay": 1,
"chartType": 0
}
Responses
Success
Body
{
"totalcount": 1,
"listrecords": [
{
"pharmacyid": 1,
"pharmacyname": "",
"refilltype": "0",
"rxtype": "3",
"filldate": "0001-01-01T00:00:00",
"rxno": 1,
"drugname": "",
"insuranceplancode": "",
"insuranceplan": "",
"qty": 1,
"acqcost": 1,
"totalpaid": 1,
"profitamount": 1,
"margin": 1,
"profitpct": 1,
"patientname": "",
"costpaid": 1,
"feepaid": 1,
"taxpaid": 1,
"discount": 1,
"copaypaid": 1,
"heading": null,
"rxcount": 1,
"patcount": 1
}
]
}
Example with response data
{
"data": {
"totalCount": 88,
"listRecords": [
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-01-20T00:00:00",
"rxNo": 9792063,
"drugName": "FOLIC ACID 1 MG TAB",
"insurancePlanCode": null,
"insurancePlan": "COPAY 2",
"qty": 1,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": "TEST, PATIENT",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-01-20T00:00:00",
"rxNo": 9792064,
"drugName": "LOSARTAN POTASSIUM 100 MG TABLET",
"insurancePlanCode": null,
"insurancePlan": "TEST 1",
"qty": 1,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": "TEST, PATIENT",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-01-21T00:00:00",
"rxNo": 9792080,
"drugName": "LISINOP HCTZ 20 12.5MG TB LUP",
"insurancePlanCode": null,
"insurancePlan": "CASH",
"qty": 99,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": "BEAN, JELLY",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-01-28T00:00:00",
"rxNo": 9792087,
"drugName": "LOSARTAN POTASSIUM 50 MG TABLET",
"insurancePlanCode": null,
"insurancePlan": "COPAY 2",
"qty": 2,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": "SYNC, TRANSFER",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-02-01T00:00:00",
"rxNo": 9792093,
"drugName": "VITAMIN C 250 100S",
"insurancePlanCode": null,
"insurancePlan": "CASH",
"qty": 100,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": "TEST, EV",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-02-01T00:00:00",
"rxNo": 9792122,
"drugName": "JANSSEN COVID-19 VACCINE 0.5 ML INTRAMUSCULAR SUSPENSION",
"insurancePlanCode": null,
"insurancePlan": "CASH",
"qty": 1,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": ", ",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-02-01T00:00:00",
"rxNo": 9792235,
"drugName": "MELOXICAM TABS 15 MG ZYD",
"insurancePlanCode": null,
"insurancePlan": "CASH",
"qty": 20,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": "REAL, TIME",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-02-03T00:00:00",
"rxNo": 9792103,
"drugName": "LIPITOR 10 MG ORAL TABLET",
"insurancePlanCode": null,
"insurancePlan": "CASH",
"qty": 1,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": ", ",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-02-03T00:00:00",
"rxNo": 9792104,
"drugName": "LIPITOR 10 MG ORAL TABLET",
"insurancePlanCode": null,
"insurancePlan": "CASH",
"qty": 2,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": ", ",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-02-04T00:00:00",
"rxNo": 100513,
"drugName": "SOVALDI 400MG TABLET",
"insurancePlanCode": null,
"insurancePlan": "CASH",
"qty": 10,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": "BHALODIYA, HARSHAD",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-02-04T00:00:00",
"rxNo": 9792112,
"drugName": "PFIZER COVID-19 VAC-TRIS 5-11Y 10 MCG/0.2ML INTRAMUSCULAR SUSPENSION",
"insurancePlanCode": null,
"insurancePlan": "CASH",
"qty": 1,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": "DOE01, JANE01",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-02-04T00:00:00",
"rxNo": 9792113,
"drugName": "PFIZER COVID-19 VAC-TRIS 5-11Y 10 MCG/0.2ML INTRAMUSCULAR SUSPENSION",
"insurancePlanCode": null,
"insurancePlan": "CASH",
"qty": 2,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": "DOE01, JANE01",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-02-04T00:00:00",
"rxNo": 9792117,
"drugName": "PFIZER COVID-19 VAC-TRIS 5-11Y 10 MCG/0.2ML INTRAMUSCULAR SUSPENSION",
"insurancePlanCode": null,
"insurancePlan": "CASH",
"qty": 2,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": "TEST-A'NAME||, TEST-Z'NAME||",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-02-04T00:00:00",
"rxNo": 9792118,
"drugName": "MODERNA COVID-19 VACCINE 100MCG/0.5ML SUSPENSION",
"insurancePlanCode": null,
"insurancePlan": "CASH",
"qty": 1,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": "LENGTHY TEST LENGTHY TEST LENGTHY TEST LENGTHY TEST LENGTHY TEST LENGTHY TEST LENGTHY TEST LENGTHY T, LENGTHY FIRST NAME LENGTHY FIRST NAME LENGTHY FIRST NAME LENGTHY FIRST NAME LENGTHY FIRST NAME LENGT",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-02-04T00:00:00",
"rxNo": 9792119,
"drugName": "FLUARIX QUADRIVALENT 0.5ML SUSPENSION",
"insurancePlanCode": null,
"insurancePlan": "CASH",
"qty": 2,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": "TEST-A'NAME||, TEST-Z'NAME||",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": -1,
"fillDate": "2022-02-04T00:00:00",
"rxNo": 9792120,
"drugName": "MODERNA COVID-19 VACCINE 100MCG/0.5ML SUSPENSION",
"insurancePlanCode": null,
"insurancePlan": "CASH",
"qty": 1,
"acqCost": 0,
"totalPaid": 0,
"profitAmount": 0,
"margin": 0,
"profitPCT": 0,
"patientName": "LENGTHY TEST LENGTHY TEST LENGTHY TEST LENGTHY TEST LENGTHY TEST LENGTHY TEST LENGTHY TEST LENGTHY T, LENGTHY FIRST NAME LENGTHY FIRST NAME LENGTHY FIRST NAME LENGTHY FIRST NAME LENGTHY FIRST NAME LENGT",
"costPaid": 0,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 0,
"patCount": 0
}
]
},
"isValid": true,
"messages": []
}
This endpoint will provide chart details based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"plans": [
""
],
"nursingHomes": [
""
],
"patients": [
""
],
"prescribers": [
""
],
"drugs": [
""
],
"drugType": 1,
"drug340B": 1,
"rxAnalysisStatus": 1,
"isLoss": true,
"lastRawNo": 1,
"chartDisplay": 4,
"chartType": 0
}
Responses
Success
Body
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"plans": [
""
],
"nursingHomes": [
""
],
"patients": [
""
],
"prescribers": [
""
],
"drugs": [
""
],
"drugType": 1,
"drug340B": 1,
"rxAnalysisStatus": 1,
"isLoss": true,
"lastRawNo": 1,
"chartDisplay": 3,
"chartType": 0
}
Responses
Success
Body
{
"totalcount": 1,
"listrecords": [
{
"pharmacyid": 1,
"pharmacyname": "",
"refilltype": "1",
"rxtype": "-1",
"filldate": "0001-01-01T00:00:00",
"rxno": 1,
"drugname": "",
"insuranceplancode": "",
"insuranceplan": "",
"qty": 1,
"acqcost": 1,
"totalpaid": 1,
"profitamount": 1,
"margin": 1,
"profitpct": 1,
"patientname": "",
"costpaid": 1,
"feepaid": 1,
"taxpaid": 1,
"discount": 1,
"copaypaid": 1,
"heading": null,
"rxcount": 1,
"patcount": 1
}
]
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"plans": [
""
],
"nursingHomes": [
""
],
"patients": [
""
],
"prescribers": [
""
],
"drugs": [
""
],
"drugType": 1,
"drug340B": 1,
"rxAnalysisStatus": 1,
"isLoss": true,
"lastRawNo": 1,
"chartDisplay": 1,
"chartType": 1
}
Responses
Success
Body
{
"totalcount": 1,
"listrecords": [
{
"pharmacyid": 1,
"pharmacyname": "",
"refilltype": "0",
"rxtype": "-1",
"filldate": "0001-01-01T00:00:00",
"rxno": 1,
"drugname": "",
"insuranceplancode": "",
"insuranceplan": "",
"qty": 1,
"acqcost": 1,
"totalpaid": 1,
"profitamount": 1,
"margin": 1,
"profitpct": 1,
"patientname": "",
"costpaid": 1,
"feepaid": 1,
"taxpaid": 1,
"discount": 1,
"copaypaid": 1,
"heading": null,
"rxcount": 1,
"patcount": 1
}
]
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"plans": [
""
],
"nursingHomes": [
""
],
"patients": [
""
],
"prescribers": [
""
],
"drugs": [
""
],
"drugType": 1,
"drug340B": 1,
"rxAnalysisStatus": 1,
"isLoss": true,
"lastRawNo": 1,
"chartDisplay": 5,
"chartType": 2
}
Responses
Success
Body
{
"totalcount": 1,
"listrecords": [
{
"pharmacyid": 1,
"pharmacyname": "",
"refilltype": "2",
"rxtype": "-1",
"filldate": "0001-01-01T00:00:00",
"rxno": 1,
"drugname": "",
"insuranceplancode": "",
"insuranceplan": "",
"qty": 1,
"acqcost": 1,
"totalpaid": 1,
"profitamount": 1,
"margin": 1,
"profitpct": 1,
"patientname": "",
"costpaid": 1,
"feepaid": 1,
"taxpaid": 1,
"discount": 1,
"copaypaid": 1,
"heading": null,
"rxcount": 1,
"patcount": 1
}
]
}
{
"data": {
"totalCount": 36,
"listRecords": [
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2018-06-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 21.49,
"totalPaid": 218.2,
"profitAmount": 196.71,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 218.2,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 50,
"heading": null,
"rxCount": 1,
"patCount": 1
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2018-07-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 1036.09,
"totalPaid": 654.6,
"profitAmount": -381.49,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 654.6,
"feePaid": 0,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 150,
"heading": null,
"rxCount": 3,
"patCount": 2
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2018-08-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 474.04,
"totalPaid": 972.15,
"profitAmount": 498.11,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 952.15,
"feePaid": 20,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 200,
"heading": null,
"rxCount": 8,
"patCount": 4
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2018-09-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 36062.39,
"totalPaid": 6455.77,
"profitAmount": -29606.62,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 6435.77,
"feePaid": 20,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 1300,
"heading": null,
"rxCount": 30,
"patCount": 5
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2018-10-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 23264.54,
"totalPaid": 5687.22,
"profitAmount": -17577.32,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 5662.22,
"feePaid": 25,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 1250,
"heading": null,
"rxCount": 30,
"patCount": 7
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2018-11-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 863.14,
"totalPaid": 1097.38,
"profitAmount": 234.24,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 1062.38,
"feePaid": 35,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 200,
"heading": null,
"rxCount": 11,
"patCount": 7
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2018-12-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 88.78,
"totalPaid": 300.45,
"profitAmount": 211.67,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 280.45,
"feePaid": 20,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 50,
"heading": null,
"rxCount": 5,
"patCount": 4
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2019-01-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 1369.59,
"totalPaid": 1338.3,
"profitAmount": -31.29,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 1328.3,
"feePaid": 10,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 300,
"heading": null,
"rxCount": 8,
"patCount": 6
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2019-02-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 178.01,
"totalPaid": 211.99,
"profitAmount": 33.98,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 206.99,
"feePaid": 5,
"taxPaid": 0,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 1,
"patCount": 1
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2019-03-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 1379.13,
"totalPaid": 1673.08,
"profitAmount": 293.95,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 1643.08,
"feePaid": 30,
"taxPaid": 0.03,
"discount": 0,
"coPayPaid": 100,
"heading": null,
"rxCount": 9,
"patCount": 6
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2019-04-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 29196.49,
"totalPaid": 34146.3,
"profitAmount": 4949.81,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 33971.3,
"feePaid": 175,
"taxPaid": 764.36,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 35,
"patCount": 14
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2019-05-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 1722.7,
"totalPaid": 2108.11,
"profitAmount": 385.41,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 2043.11,
"feePaid": 65,
"taxPaid": 35.85,
"discount": 0,
"coPayPaid": 200,
"heading": null,
"rxCount": 19,
"patCount": 10
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2019-06-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 1821.86,
"totalPaid": 2597.24,
"profitAmount": 775.38,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 2532.24,
"feePaid": 65,
"taxPaid": 42.24,
"discount": 0,
"coPayPaid": 150,
"heading": null,
"rxCount": 16,
"patCount": 12
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2019-08-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 321.84,
"totalPaid": 1700.34,
"profitAmount": 1378.5,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 1680.34,
"feePaid": 20,
"taxPaid": 3.44,
"discount": 0,
"coPayPaid": 350,
"heading": null,
"rxCount": 11,
"patCount": 8
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2019-09-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 1427.46,
"totalPaid": 2529.53,
"profitAmount": 1102.07,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 2432.5,
"feePaid": 97.03,
"taxPaid": 30.87,
"discount": 0,
"coPayPaid": 250,
"heading": null,
"rxCount": 32,
"patCount": 10
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2019-10-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 1203.37,
"totalPaid": 2061.17,
"profitAmount": 857.8,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 1986.73,
"feePaid": 74.44,
"taxPaid": 39.66,
"discount": 0,
"coPayPaid": 150,
"heading": null,
"rxCount": 28,
"patCount": 12
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2019-11-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 1603,
"totalPaid": 1474.31,
"profitAmount": -128.69,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 1325.6,
"feePaid": 148.71,
"taxPaid": 44.94,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 55,
"patCount": 14
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2021-03-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 4804.71,
"totalPaid": 6177.92,
"profitAmount": 1373.21,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 6997.26,
"feePaid": -819.34,
"taxPaid": 18.65,
"discount": 0,
"coPayPaid": 1150,
"heading": null,
"rxCount": 42,
"patCount": 20
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2021-04-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 5733.88,
"totalPaid": 3298.01,
"profitAmount": -2435.87,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 7266.65,
"feePaid": -3968.64,
"taxPaid": 126.7,
"discount": 0,
"coPayPaid": 100,
"heading": null,
"rxCount": 36,
"patCount": 19
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2021-05-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 8347.4,
"totalPaid": 17681.61,
"profitAmount": 9334.21,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 18207.76,
"feePaid": -526.15,
"taxPaid": 49.5,
"discount": 0,
"coPayPaid": 250,
"heading": null,
"rxCount": 33,
"patCount": 21
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2021-06-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 14598.36,
"totalPaid": 17647.25,
"profitAmount": 3048.89,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 17496.01,
"feePaid": 151.24,
"taxPaid": 381.9,
"discount": 0,
"coPayPaid": 50,
"heading": null,
"rxCount": 31,
"patCount": 17
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2021-07-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 9301.43,
"totalPaid": 11098.32,
"profitAmount": 1796.89,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 11068.32,
"feePaid": 30,
"taxPaid": 243,
"discount": 0,
"coPayPaid": 50,
"heading": null,
"rxCount": 7,
"patCount": 4
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2021-08-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 1027.75,
"totalPaid": 1449.7,
"profitAmount": 421.95,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 1314.7,
"feePaid": 135,
"taxPaid": 29.18,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 29,
"patCount": 9
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2021-09-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 5227.87,
"totalPaid": 5017.61,
"profitAmount": -210.26,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 4962.61,
"feePaid": 55,
"taxPaid": 111.67,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 11,
"patCount": 4
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"refillType": 0,
"rxType": 0,
"fillDate": "2021-12-01T00:00:00",
"rxNo": 0,
"drugName": null,
"insurancePlanCode": null,
"insurancePlan": null,
"qty": 0,
"acqCost": 1796.43,
"totalPaid": 54.54,
"profitAmount": -1741.89,
"margin": 0,
"profitPCT": 0,
"patientName": null,
"costPaid": 2088.88,
"feePaid": -2034.34,
"taxPaid": 46.99,
"discount": 0,
"coPayPaid": 0,
"heading": null,
"rxCount": 5,
"patCount": 3
}
]
},
"isValid": true,
"messages": []
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"rxNo": 1
}
Responses
Success
Body
{
"rxmaster": {
"rxno": 1,
"writtendate": "0001-01-01T00:00:00",
"qtyordered": 1,
"refillauth": 1,
"refillleft": 1,
"refillexp": "0001-01-01T00:00:00",
"sigdirection": "",
"rxorigincode": "",
"rxtransferstatus": "",
"rximage": "",
"patient": {
"patientname": "",
"cellno": "",
"workphoneno": "",
"gender": "",
"dob": "0001-01-01T00:00:00",
"lastfilldt": "",
"lastrxno": "",
"primaryplan": "",
"cardid": "",
"personcd": "",
"groupno": "",
"diagnosiscodes": "",
"patientid": "",
"patrecno": 1,
"name": "",
"pharmacyname": [
""
],
"uniquekey": "",
"address": null,
"citystatezip": "",
"city": "",
"state": "",
"zip": "",
"phone": ""
},
"prescriber": {
"prescribername": "",
"npi": "",
"dea": "",
"spi": "",
"statelicno": "",
"fax": "",
"address": "",
"citystatezip": "",
"city": "",
"state": "",
"zip": "",
"phone": ""
}
},
"rxfills": [
{
"rxno": 1,
"fillno": 1,
"filldate": "0001-01-01T00:00:00",
"filltime": "0001-01-01T00:00:00",
"insplancode1": "",
"insplanname1": "",
"insplancode2": "",
"insplanname2": "",
"qtyfilled": 1,
"dayssupply": 1,
"daw": "",
"rph": "",
"tech": "",
"cost": 1,
"fee": 1,
"copay": 1,
"tax": 1,
"other": 1,
"discount": 1,
"total": 1,
"drugname": "",
"drugndc": "",
"rxstatus": "",
"priorauthtype": null,
"priorauthno": null,
"signature": "",
"workflowstatus": "",
"rxremark": "",
"erxpharmacyremark": "",
"erxprescriberremark": "",
"writtendateremark": "",
"diagnosiscode": "",
"diagnosisdescription": "",
"paiddetails": [
{
"rxNo": 1,
"fillDate": "0001-01-01T00:00:00",
"insurancePlan": "",
"cost": 1,
"fee": 1,
"coPay": 1,
"discount": 1,
"tax": 1,
"total": 1,
"claimRefNo": ""
}
],
"workflows": [
{
"rxNo": 1,
"fillDate": "0001-01-01T00:00:00",
"workflowDate": "0001-01-01T00:00:00",
"workflowTime": "0001-01-01T00:00:00",
"userName": "",
"step": "",
"workflowSource": ""
}
]
}
]
}
Request body
{
"userUniqueId": ""
}
Responses
Success
Body
{
"useruniqueid": "",
"token": ""
}
Example with response data
{
"data": {
"userUniqueId": "3b57c017-12b7-4365-9139-350874397272",
"token": "eyJhbGciOiJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGRzaWctbW9yZSNobWFjLXNoYTI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9uYW1lIjoiM2I1N2MwMTctMTJiNy00MzY1LTkxMzktMzUwODc0Mzk3MjcyIiwiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvbmFtZWlkZW50aWZpZXIiOiIiLCJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL3dzLzIwMDgvMDYvaWRlbnRpdHkvY2xhaW1zL3ByaW1hcnlzaWQiOiIiLCJleHAiOjE2NDczMzgxODV9.wAuQ6khkyWkq5wYCpUfRQPFvg7fr5dBCa4s9JimBi-g"
},
"isValid": true,
"messages": []
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": ""
}
Responses
Success
Body
{
"totalcount": 1,
"listrecords": {
"pharmacyName": "",
"rxNo": 1,
"transferDesc": "",
"rxTransferDate": "0001-01-01T00:00:00",
"writtenDate": "0001-01-01T00:00:00",
"patientName": "",
"drugName": "",
"transferPharmacyName": "",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
}
}
Example with response data
{
"data": {
"totalCount": 10,
"listRecords": [
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100209,
"transferDesc": "From Pharmacy",
"rxTransferDate": "2019-11-06T00:00:00",
"writtenDate": "2019-11-05T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "123 PHARMACY",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100289,
"transferDesc": "From Pharmacy",
"rxTransferDate": "2021-09-24T00:00:00",
"writtenDate": "2020-07-30T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "BESTRX TRANSFER",
"transferPharmacyAddress": "249 GILBERT ROAD",
"transferPharmacyCityStateZip": "FRANKLIN IL - 60223",
"transferPharmacyPhone": "212-555-2323"
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100432,
"transferDesc": "From Pharmacy",
"rxTransferDate": "2021-10-04T00:00:00",
"writtenDate": "2021-06-05T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "BESTRX TRANSFER",
"transferPharmacyAddress": "249 GILBERT ROAD",
"transferPharmacyCityStateZip": "FRANKLIN IL - 60223",
"transferPharmacyPhone": "212-555-2323"
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100449,
"transferDesc": "From Pharmacy",
"rxTransferDate": "2021-09-27T00:00:00",
"writtenDate": "2021-06-17T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "BESTRX TRANSFER",
"transferPharmacyAddress": "249 GILBERT ROAD",
"transferPharmacyCityStateZip": "FRANKLIN IL - 60223",
"transferPharmacyPhone": "212-555-2323"
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100459,
"transferDesc": "From Pharmacy",
"rxTransferDate": "2021-09-27T00:00:00",
"writtenDate": "2021-09-27T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100461,
"transferDesc": "From Pharmacy",
"rxTransferDate": "2021-10-01T00:00:00",
"writtenDate": "2021-09-28T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100462,
"transferDesc": "From Pharmacy",
"rxTransferDate": "2021-10-01T00:00:00",
"writtenDate": "2021-10-01T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100479,
"transferDesc": "From Pharmacy",
"rxTransferDate": "2021-12-09T00:00:00",
"writtenDate": "2021-10-13T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "123 PHARMACY",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100422,
"transferDesc": "From Pharmacy",
"rxTransferDate": "2021-10-01T00:00:00",
"writtenDate": "2022-02-22T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100423,
"transferDesc": "From Pharmacy",
"rxTransferDate": "2021-10-01T00:00:00",
"writtenDate": "2022-02-22T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "BESTRX TRANSFER",
"transferPharmacyAddress": "249 GILBERT ROAD",
"transferPharmacyCityStateZip": "FRANKLIN IL - 60223",
"transferPharmacyPhone": "212-555-2323"
}
]
},
"isValid": true,
"messages": []
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": ""
}
Responses
Success
Body
{
"totalcount": 1,
"listrecords": {
"pharmacyName": "",
"rxNo": 1,
"transferDesc": "",
"rxTransferDate": "0001-01-01T00:00:00",
"writtenDate": "0001-01-01T00:00:00",
"patientName": "",
"drugName": "",
"transferPharmacyName": "",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
}
}
Example with response data
{
"data": {
"totalCount": 77,
"listRecords": [
{
"pharmacyName": "Central Reporting 3",
"rxNo": 9788933,
"transferDesc": "All Refills",
"rxTransferDate": "2022-01-05T00:00:00",
"writtenDate": "2003-10-16T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "CENTRAL REPORTING OTHER",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 9788940,
"transferDesc": "1 Refill",
"rxTransferDate": "2021-12-30T00:00:00",
"writtenDate": "2004-02-24T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "UPDOX TEST PHARMACY",
"transferPharmacyAddress": "TEST ADDRESS LINE 1 TEST TEST TEST TEST TEST ADDRESS LINE 2 TEST ADDRESS LINE 22",
"transferPharmacyCityStateZip": "OAK BROOK IL - 60523",
"transferPharmacyPhone": "111-111-1111"
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 9788943,
"transferDesc": "1 Refill",
"rxTransferDate": "2021-12-30T00:00:00",
"writtenDate": "2004-02-24T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "UPDOX TEST PHARMACY",
"transferPharmacyAddress": "TEST ADDRESS LINE 1 TEST TEST TEST TEST TEST ADDRESS LINE 2 TEST ADDRESS LINE 22",
"transferPharmacyCityStateZip": "OAK BROOK IL - 60523",
"transferPharmacyPhone": "111-111-1111"
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100046,
"transferDesc": "All Refills",
"rxTransferDate": "2018-11-28T00:00:00",
"writtenDate": "2018-04-23T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "BESTRX TRANSFER",
"transferPharmacyAddress": "249 GILBERT ROAD",
"transferPharmacyCityStateZip": "FRANKLIN IL - 60223",
"transferPharmacyPhone": "212-555-2323"
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100029,
"transferDesc": "All Refills",
"rxTransferDate": "2018-10-10T00:00:00",
"writtenDate": "2018-09-13T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "BESTRX TRANSFER",
"transferPharmacyAddress": "249 GILBERT ROAD",
"transferPharmacyCityStateZip": "FRANKLIN IL - 60223",
"transferPharmacyPhone": "212-555-2323"
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100494,
"transferDesc": "All Refills",
"rxTransferDate": "2021-01-01T00:00:00",
"writtenDate": "2019-01-01T00:00:00",
"patientName": "WHITESIDE, KARA",
"drugName": "BURN SPRAY AEROSOL",
"transferPharmacyName": "123 PHARMACY",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100497,
"transferDesc": "All Refills",
"rxTransferDate": "2022-01-05T00:00:00",
"writtenDate": "2019-01-01T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "CENTRAL REPORTING 1",
"transferPharmacyAddress": "AHMEDABAD AHMEDABAD",
"transferPharmacyCityStateZip": "AHMEDABAD",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100498,
"transferDesc": "All Refills",
"rxTransferDate": "2022-01-05T00:00:00",
"writtenDate": "2019-01-01T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "CENTRAL REPORTING 1",
"transferPharmacyAddress": "AHMEDABAD AHMEDABAD",
"transferPharmacyCityStateZip": "AHMEDABAD",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100056,
"transferDesc": "All Refills",
"rxTransferDate": "2019-02-22T00:00:00",
"writtenDate": "2019-01-17T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "BESTRX TRANSFER",
"transferPharmacyAddress": "249 GILBERT ROAD",
"transferPharmacyCityStateZip": "FRANKLIN IL - 60223",
"transferPharmacyPhone": "212-555-2323"
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100124,
"transferDesc": "1 Refill",
"rxTransferDate": "2019-05-01T00:00:00",
"writtenDate": "2019-04-01T00:00:00",
"patientName": "TEST, ERIC",
"drugName": "SERTRALINE HCL 50MG TABLET",
"transferPharmacyName": "123 PHARMACY",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100124,
"transferDesc": "1 Refill",
"rxTransferDate": "2019-06-01T00:00:00",
"writtenDate": "2019-04-01T00:00:00",
"patientName": "TEST, ERIC",
"drugName": "SERTRALINE HCL 50MG TABLET",
"transferPharmacyName": "123 PHARMACY",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100125,
"transferDesc": "1 Refill",
"rxTransferDate": "2019-05-01T00:00:00",
"writtenDate": "2019-04-01T00:00:00",
"patientName": "TEST, ERIC",
"drugName": "SYNTHROID 100MCG TABLET",
"transferPharmacyName": "123 PHARMACY",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100112,
"transferDesc": "All Refills",
"rxTransferDate": "2022-01-04T00:00:00",
"writtenDate": "2019-05-01T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "CENTRAL REPORTING 1",
"transferPharmacyAddress": "AHMEDABAD AHMEDABAD",
"transferPharmacyCityStateZip": "AHMEDABAD",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100115,
"transferDesc": "All Refills",
"rxTransferDate": "2022-01-04T00:00:00",
"writtenDate": "2019-05-31T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "CENTRAL REPORTING 1",
"transferPharmacyAddress": "AHMEDABAD AHMEDABAD",
"transferPharmacyCityStateZip": "AHMEDABAD",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100120,
"transferDesc": "All Refills",
"rxTransferDate": "2019-06-12T00:00:00",
"writtenDate": "2019-05-31T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "123 PHARMACY",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100289,
"transferDesc": "All Refills",
"rxTransferDate": "2021-09-24T00:00:00",
"writtenDate": "2020-07-30T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "BESTRX TRANSFER",
"transferPharmacyAddress": "249 GILBERT ROAD",
"transferPharmacyCityStateZip": "FRANKLIN IL - 60223",
"transferPharmacyPhone": "212-555-2323"
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100325,
"transferDesc": "All Refills",
"rxTransferDate": "2020-10-07T00:00:00",
"writtenDate": "2020-08-14T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "123 PHARMACY",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100325,
"transferDesc": "All Refills",
"rxTransferDate": "2022-01-04T00:00:00",
"writtenDate": "2020-08-14T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "CENTRAL REPORTING 1",
"transferPharmacyAddress": "AHMEDABAD AHMEDABAD",
"transferPharmacyCityStateZip": "AHMEDABAD",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100511,
"transferDesc": "All Refills",
"rxTransferDate": "2021-01-01T00:00:00",
"writtenDate": "2021-01-01T00:00:00",
"patientName": "TEST, ERIC",
"drugName": "DEMO DRUG",
"transferPharmacyName": "BESTRX TRANSFER",
"transferPharmacyAddress": "249 GILBERT ROAD",
"transferPharmacyCityStateZip": "FRANKLIN IL - 60223",
"transferPharmacyPhone": "212-555-2323"
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 9791406,
"transferDesc": "1 Refill",
"rxTransferDate": "2021-10-07T00:00:00",
"writtenDate": "2021-01-01T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "TEST PHARMACY",
"transferPharmacyAddress": "JORIE BLVD",
"transferPharmacyCityStateZip": "OAK BROOK IL - 60523",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100522,
"transferDesc": "All Refills",
"rxTransferDate": "2021-01-04T00:00:00",
"writtenDate": "2021-01-04T00:00:00",
"patientName": ",",
"drugName": "",
"transferPharmacyName": "BESTRX TRANSFER",
"transferPharmacyAddress": "249 GILBERT ROAD",
"transferPharmacyCityStateZip": "FRANKLIN IL - 60223",
"transferPharmacyPhone": "212-555-2323"
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100571,
"transferDesc": "All Refills",
"rxTransferDate": "2021-01-13T00:00:00",
"writtenDate": "2021-01-13T00:00:00",
"patientName": "USUMACINTACOATZACOALCOSNILTEPECVERA, JUANCARLOSGUADALUPEPAPLOAPAN",
"drugName": "DEMO DRUG",
"transferPharmacyName": "123 PHARMACY",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100616,
"transferDesc": "All Refills",
"rxTransferDate": "2021-01-27T00:00:00",
"writtenDate": "2021-01-27T00:00:00",
"patientName": "DOE1, JOHN1",
"drugName": "DEMO DRUG",
"transferPharmacyName": "123 PHARMACY",
"transferPharmacyAddress": "",
"transferPharmacyCityStateZip": "",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 9790081,
"transferDesc": "All Refills",
"rxTransferDate": "2021-02-10T00:00:00",
"writtenDate": "2021-02-10T00:00:00",
"patientName": "PATEL, KAPIL",
"drugName": "CLINDAM BENZOYL 1.2 5% GEL PRA",
"transferPharmacyName": "TEST PHARMACY",
"transferPharmacyAddress": "JORIE BLVD",
"transferPharmacyCityStateZip": "OAK BROOK IL - 60523",
"transferPharmacyPhone": ""
},
{
"pharmacyName": "Central Reporting 3",
"rxNo": 100745,
"transferDesc": "All Refills",
"rxTransferDate": "2021-03-31T00:00:00",
"writtenDate": "2021-03-31T00:00:00",
"patientName": "TEST, ERIC",
"drugName": "EYE CUP",
"transferPharmacyName": "BESTRX TRANSFER",
"transferPharmacyAddress": "249 GILBERT ROAD",
"transferPharmacyCityStateZip": "FRANKLIN IL - 60223",
"transferPharmacyPhone": "212-555-2323"
}
]
},
"isValid": true,
"messages": []
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"pharmacyIdTbl": [
1
],
"nursingHomes": [
""
],
"plans": [
""
],
"onlyShowRxDURsStatusIds": [
1
],
"unbilledPrescriptionLogDURsStatus": 2,
"rxfStatus": [
""
],
"rxAnalysisStatus": 1,
"displayStatusIds": [
1
],
"chartDisplay": 2,
"chartType": 0
}
Responses
Success
Body
{
"pharmacyid": 1,
"pharmacyname": "",
"filldate": "0001-01-01T00:00:00",
"rxno": 1,
"patientrecno": 1,
"patientname": "",
"patientdob": "0001-01-01T00:00:00",
"patientaddress": "",
"patientphoneno": "",
"drugname": "",
"qty": 1,
"prescribername": "",
"insuranceplancode": "",
"insuranceplan": "",
"totalpaid": 1,
"rxfstatus": "",
"totalcount": 1
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"pharmacyIdTbl": [
1
],
"nursingHomes": [
""
],
"plans": [
""
],
"onlyShowRxDURsStatusIds": [
1
],
"unbilledPrescriptionLogDURsStatus": 1,
"rxfStatus": [
""
],
"rxAnalysisStatus": 1,
"displayStatusIds": [
1
],
"chartDisplay": 5,
"chartType": 2
}
Responses
Success
Body
{
"pharmacyname": "",
"heading": "",
"filldate": "0001-01-01T00:00:00",
"rxno": 1,
"drugname": "",
"insuranceplancode": "",
"rxfstatus": "",
"prescribername": "",
"qty": 1,
"totalpaid": 1,
"patientrecno": 1,
"patientname": "",
"patientdob": "0001-01-01T00:00:00",
"patientaddress": "",
"patientphoneno": ""
}
Example with response data
{
"data": [
{
"pharmacyName": "Central Reporting 1",
"heading": ", - 1/1/0001 12:00:00 AM - - ",
"fillDate": "2021-12-24T00:00:00",
"rxNo": 102112,
"drugName": "TEST LIMCEE",
"insurancePlanCode": "",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 0,
"totalPaid": 0,
"patientRecNo": 0,
"patientName": ", ",
"patientDOB": "0001-01-01T00:00:00",
"patientAddress": "",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, BHAVIKA050 - 2/12/1994 12:00:00 AM - - ",
"fillDate": "2022-02-18T00:00:00",
"rxNo": 9792178,
"drugName": "LISINOP HCTZ 20 12.5MG TB LUP",
"insurancePlanCode": "COPAY 2",
"rxfStatus": "U",
"prescriberName": "Olivo Mercedes, Yohanna",
"qty": 30,
"totalPaid": 6.1499,
"patientRecNo": 26341,
"patientName": "TEST, BHAVIKA050",
"patientDOB": "1994-02-12T00:00:00",
"patientAddress": "",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, BHAVIKA050 - 2/12/1994 12:00:00 AM - - ",
"fillDate": "2022-02-18T00:00:00",
"rxNo": 9792186,
"drugName": "KADIAN CAPS 100 MG ER",
"insurancePlanCode": "MASSTEST",
"rxfStatus": "U",
"prescriberName": "TEST, DOCTOR SR",
"qty": 1,
"totalPaid": 47.0899,
"patientRecNo": 26341,
"patientName": "TEST, BHAVIKA050",
"patientDOB": "1994-02-12T00:00:00",
"patientAddress": "",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, BHAVIKA050 - 2/12/1994 12:00:00 AM - - ",
"fillDate": "2022-02-21T00:00:00",
"rxNo": 9792194,
"drugName": "ELIQUIS TABS 2.5 MG",
"insurancePlanCode": "COPAY 2",
"rxfStatus": "U",
"prescriberName": "TEST, DDDDD",
"qty": 1,
"totalPaid": 15.6199,
"patientRecNo": 26341,
"patientName": "TEST, BHAVIKA050",
"patientDOB": "1994-02-12T00:00:00",
"patientAddress": "",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, BHAVIKA050 - 2/12/1994 12:00:00 AM - - ",
"fillDate": "2022-02-21T00:00:00",
"rxNo": 9792197,
"drugName": "GABAPENTIN 100 MG CAPSULE",
"insurancePlanCode": "COPAY 2",
"rxfStatus": "U",
"prescriberName": "DEMMER AB, ABBY",
"qty": 1,
"totalPaid": 5.0699,
"patientRecNo": 26341,
"patientName": "TEST, BHAVIKA050",
"patientDOB": "1994-02-12T00:00:00",
"patientAddress": "",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, BHAVIKA050 - 2/12/1994 12:00:00 AM - - ",
"fillDate": "2022-02-22T00:00:00",
"rxNo": 9792204,
"drugName": "LOSARTAN POTASSIUM 50 MG TABLET",
"insurancePlanCode": "COPAY 2",
"rxfStatus": "U",
"prescriberName": "TEST, DOCTOR",
"qty": 1,
"totalPaid": 7.93,
"patientRecNo": 26341,
"patientName": "TEST, BHAVIKA050",
"patientDOB": "1994-02-12T00:00:00",
"patientAddress": "",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, BHAVIKA050 - 2/12/1994 12:00:00 AM - - ",
"fillDate": "2022-02-22T00:00:00",
"rxNo": 9792217,
"drugName": "LISINOP HCTZ 10 12.5MG TB LUP",
"insurancePlanCode": "COPAY 2",
"rxfStatus": "U",
"prescriberName": "TEST, DOCTOR",
"qty": 1,
"totalPaid": 5.0299,
"patientRecNo": 26341,
"patientName": "TEST, BHAVIKA050",
"patientDOB": "1994-02-12T00:00:00",
"patientAddress": "",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, BHAVIKA070 - 2/12/2010 12:00:00 AM - TEST TEST ADD - ",
"fillDate": "2021-08-23T00:00:00",
"rxNo": 9791204,
"drugName": "PFIZER-BIONTECH COVID-19 VACC 30MCG/0.3ML SUSPENSIO",
"insurancePlanCode": "COPAY 2",
"rxfStatus": "U",
"prescriberName": "TEST, DOCTOR SR",
"qty": 1,
"totalPaid": 5,
"patientRecNo": 26346,
"patientName": "TEST, BHAVIKA070",
"patientDOB": "2010-02-12T00:00:00",
"patientAddress": "TEST TEST ADD",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, BOOSTERTHIRD - 2/2/1992 12:00:00 AM - 96 COOPER DR-2A - 773-123-4567",
"fillDate": "2021-12-15T00:00:00",
"rxNo": 100508,
"drugName": "TAB-A-VITE TABLET",
"insurancePlanCode": "EHS",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 10,
"totalPaid": 5.21,
"patientRecNo": 13061,
"patientName": "TEST, BOOSTERTHIRD",
"patientDOB": "1992-02-02T00:00:00",
"patientAddress": "96 COOPER DR-2A",
"patientPhoneNo": "773-123-4567"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, DOSE0 - 1/1/1995 12:00:00 AM - JORIE BLVD - ",
"fillDate": "2021-10-22T00:00:00",
"rxNo": 9791592,
"drugName": "LOSARTAN 100 MG",
"insurancePlanCode": "REJECT",
"rxfStatus": "R",
"prescriberName": "TEST, DOCTOR",
"qty": 1,
"totalPaid": 6.44,
"patientRecNo": 26114,
"patientName": "TEST, DOSE0",
"patientDOB": "1995-01-01T00:00:00",
"patientAddress": "JORIE BLVD",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, DOSE0 - 1/1/1995 12:00:00 AM - JORIE BLVD - ",
"fillDate": "2021-10-22T00:00:00",
"rxNo": 9791593,
"drugName": "LOSARTAN 100 MG",
"insurancePlanCode": "REJECT",
"rxfStatus": "R",
"prescriberName": "TEST, DOCTOR",
"qty": 1,
"totalPaid": 6.44,
"patientRecNo": 26114,
"patientName": "TEST, DOSE0",
"patientDOB": "1995-01-01T00:00:00",
"patientAddress": "JORIE BLVD",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, ERIC - 2/25/2019 12:00:00 AM - 123 FAKE STREET - 630",
"fillDate": "2022-02-22T00:00:00",
"rxNo": 100414,
"drugName": "LOSARTAN POTASSIUM 100MG TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 1,
"totalPaid": 7.36,
"patientRecNo": 32,
"patientName": "TEST, ERIC",
"patientDOB": "2019-02-25T00:00:00",
"patientAddress": "123 FAKE STREET",
"patientPhoneNo": "630"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, ERIC - 2/25/2019 12:00:00 AM - 123 FAKE STREET - 630",
"fillDate": "2022-02-22T00:00:00",
"rxNo": 100416,
"drugName": "LOSARTAN POTASSIUM 100MG TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 1,
"totalPaid": 7.36,
"patientRecNo": 32,
"patientName": "TEST, ERIC",
"patientDOB": "2019-02-25T00:00:00",
"patientAddress": "123 FAKE STREET",
"patientPhoneNo": "630"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, ERIC - 2/25/2019 12:00:00 AM - 123 FAKE STREET - 630",
"fillDate": "2022-02-22T00:00:00",
"rxNo": 100420,
"drugName": "LISINOPRIL 10MG TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 1,
"totalPaid": 5.4,
"patientRecNo": 32,
"patientName": "TEST, ERIC",
"patientDOB": "2019-02-25T00:00:00",
"patientAddress": "123 FAKE STREET",
"patientPhoneNo": "630"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, ERIC - 2/25/2019 12:00:00 AM - 123 FAKE STREET - 630",
"fillDate": "2022-02-22T00:00:00",
"rxNo": 100424,
"drugName": "LISINOPRIL 10MG TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 1,
"totalPaid": 5.4,
"patientRecNo": 32,
"patientName": "TEST, ERIC",
"patientDOB": "2019-02-25T00:00:00",
"patientAddress": "123 FAKE STREET",
"patientPhoneNo": "630"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, ERIC - 2/25/2019 12:00:00 AM - 123 FAKE STREET - 630",
"fillDate": "2022-02-22T00:00:00",
"rxNo": 100427,
"drugName": "COUMADIN 2.5 MG ORAL TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 1,
"totalPaid": 7.7699,
"patientRecNo": 32,
"patientName": "TEST, ERIC",
"patientDOB": "2019-02-25T00:00:00",
"patientAddress": "123 FAKE STREET",
"patientPhoneNo": "630"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, ERIC - 2/25/2019 12:00:00 AM - 123 FAKE STREET - 630",
"fillDate": "2022-02-22T00:00:00",
"rxNo": 100429,
"drugName": "LISINOPRIL 10MG TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "H",
"prescriberName": "DOCTOR, PAUL",
"qty": 1,
"totalPaid": 5.4,
"patientRecNo": 32,
"patientName": "TEST, ERIC",
"patientDOB": "2019-02-25T00:00:00",
"patientAddress": "123 FAKE STREET",
"patientPhoneNo": "630"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, ERIC - 2/25/2019 12:00:00 AM - 123 FAKE STREET - 630",
"fillDate": "2020-12-31T00:00:00",
"rxNo": 100492,
"drugName": "ESZOPICLONE 3MG TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 30,
"totalPaid": 392.06,
"patientRecNo": 32,
"patientName": "TEST, ERIC",
"patientDOB": "2019-02-25T00:00:00",
"patientAddress": "123 FAKE STREET",
"patientPhoneNo": "630"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, ERIC - 2/25/2019 12:00:00 AM - 123 FAKE STREET - 630",
"fillDate": "2021-01-05T00:00:00",
"rxNo": 100522,
"drugName": "AMIODARONE HCL 100MG TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 0,
"totalPaid": 0,
"patientRecNo": 32,
"patientName": "TEST, ERIC",
"patientDOB": "2019-02-25T00:00:00",
"patientAddress": "123 FAKE STREET",
"patientPhoneNo": "630"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, ERIC - 2/25/2019 12:00:00 AM - 123 FAKE STREET - 630",
"fillDate": "2021-01-28T00:00:00",
"rxNo": 100622,
"drugName": "DEMO DRUG",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 10,
"totalPaid": 764.02,
"patientRecNo": 32,
"patientName": "TEST, ERIC",
"patientDOB": "2019-02-25T00:00:00",
"patientAddress": "123 FAKE STREET",
"patientPhoneNo": "630"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, EV - 10/10/2021 12:00:00 AM - TEST ADDRESS - ",
"fillDate": "2021-06-23T00:00:00",
"rxNo": 9790578,
"drugName": "VASCEPA CAPS 1 GM",
"insurancePlanCode": "REJECT",
"rxfStatus": "R",
"prescriberName": "TEST, DOCTOR",
"qty": 10,
"totalPaid": 30.01,
"patientRecNo": 26016,
"patientName": "TEST, EV",
"patientDOB": "2021-10-10T00:00:00",
"patientAddress": "TEST ADDRESS",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, EV - 10/10/2021 12:00:00 AM - TEST ADDRESS - ",
"fillDate": "2021-08-10T00:00:00",
"rxNo": 9791170,
"drugName": "VASCEPA CAPS 1 GM",
"insurancePlanCode": "REJECT",
"rxfStatus": "H",
"prescriberName": "TEST, DOCTOR",
"qty": 10,
"totalPaid": 30.01,
"patientRecNo": 26016,
"patientName": "TEST, EV",
"patientDOB": "2021-10-10T00:00:00",
"patientAddress": "TEST ADDRESS",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, EV - 10/10/2021 12:00:00 AM - TEST ADDRESS - ",
"fillDate": "2022-02-17T00:00:00",
"rxNo": 9792138,
"drugName": "AZITHROMYCIN 250MG TABLET",
"insurancePlanCode": "TEST 1",
"rxfStatus": "U",
"prescriberName": "Petesic, Nikolas",
"qty": 18,
"totalPaid": 147.3998,
"patientRecNo": 26016,
"patientName": "TEST, EV",
"patientDOB": "2021-10-10T00:00:00",
"patientAddress": "TEST ADDRESS",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, EV - 10/10/2021 12:00:00 AM - TEST ADDRESS - ",
"fillDate": "2022-02-18T00:00:00",
"rxNo": 9792155,
"drugName": "LOSARTAN TABS 100 MG TEV",
"insurancePlanCode": "TEST 1",
"rxfStatus": "U",
"prescriberName": "TEST, DOCTOR SR",
"qty": 1,
"totalPaid": 7.64,
"patientRecNo": 26016,
"patientName": "TEST, EV",
"patientDOB": "2021-10-10T00:00:00",
"patientAddress": "TEST ADDRESS",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, EV - 10/10/2021 12:00:00 AM - TEST ADDRESS - ",
"fillDate": "2022-02-21T00:00:00",
"rxNo": 9792200,
"drugName": "LOSARTAN POTASSIUM 100MG TABLET",
"insurancePlanCode": "TEST 1",
"rxfStatus": "U",
"prescriberName": "TEST, DOCTOR SR",
"qty": 1,
"totalPaid": 7.66,
"patientRecNo": 26016,
"patientName": "TEST, EV",
"patientDOB": "2021-10-10T00:00:00",
"patientAddress": "TEST ADDRESS",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, EV - 10/10/2021 12:00:00 AM - TEST ADDRESS - ",
"fillDate": "2022-02-22T00:00:00",
"rxNo": 9792207,
"drugName": "LOSARTAN POTASSIUM 100MG TABLET",
"insurancePlanCode": "TEST 1",
"rxfStatus": "U",
"prescriberName": "TEST, DOCTOR",
"qty": 1,
"totalPaid": 7.66,
"patientRecNo": 26016,
"patientName": "TEST, EV",
"patientDOB": "2021-10-10T00:00:00",
"patientAddress": "TEST ADDRESS",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, GGGD - 2/2/2011 12:00:00 AM - SADA - 564-654-6546",
"fillDate": "2022-02-22T00:00:00",
"rxNo": 100419,
"drugName": "LOSARTAN POTASSIUM 100MG TABLET",
"insurancePlanCode": "TEST",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 1,
"totalPaid": 8.17,
"patientRecNo": 13105,
"patientName": "TEST, GGGD",
"patientDOB": "2011-02-02T00:00:00",
"patientAddress": "SADA",
"patientPhoneNo": "564-654-6546"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, GGGD - 2/2/2011 12:00:00 AM - SADA - 564-654-6546",
"fillDate": "2022-02-22T00:00:00",
"rxNo": 100421,
"drugName": "LISINOPRIL 10MG TABLET",
"insurancePlanCode": "TEST",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 1,
"totalPaid": 6,
"patientRecNo": 13105,
"patientName": "TEST, GGGD",
"patientDOB": "2011-02-02T00:00:00",
"patientAddress": "SADA",
"patientPhoneNo": "564-654-6546"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, GGGD - 2/2/2011 12:00:00 AM - SADA - 564-654-6546",
"fillDate": "2022-02-22T00:00:00",
"rxNo": 100423,
"drugName": "ABILIFY 10MG TABLET",
"insurancePlanCode": "TEST",
"rxfStatus": "U",
"prescriberName": "DOCTOR, PAUL",
"qty": 1,
"totalPaid": 41.48,
"patientRecNo": 13105,
"patientName": "TEST, GGGD",
"patientDOB": "2011-02-02T00:00:00",
"patientAddress": "SADA",
"patientPhoneNo": "564-654-6546"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, GGGD - 2/2/2011 12:00:00 AM - SADA - 564-654-6546",
"fillDate": "2022-02-22T00:00:00",
"rxNo": 100426,
"drugName": "HARVONI 90-400MG TABLET",
"insurancePlanCode": "TEST",
"rxfStatus": "U",
"prescriberName": "DOCTOR, PAUL",
"qty": 1,
"totalPaid": 1385.3799,
"patientRecNo": 13105,
"patientName": "TEST, GGGD",
"patientDOB": "2011-02-02T00:00:00",
"patientAddress": "SADA",
"patientPhoneNo": "564-654-6546"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, HETSI - 6/26/1998 12:00:00 AM - - ",
"fillDate": "2021-06-15T00:00:00",
"rxNo": 9790520,
"drugName": "HUMULIN N 100UNIT/ML SUSPENSION",
"insurancePlanCode": "TEST 1",
"rxfStatus": "U",
"prescriberName": "TEST, DOCTOR",
"qty": 3,
"totalPaid": 61.1,
"patientRecNo": 26298,
"patientName": "TEST, HETSI",
"patientDOB": "1998-06-26T00:00:00",
"patientAddress": "",
"patientPhoneNo": ""
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, MARTHA - 1/1/1959 12:00:00 AM - 1234 SOME STREET - 630",
"fillDate": "2020-12-15T00:00:00",
"rxNo": 100439,
"drugName": "ROBAFEN DM 100-10MG/5ML SYRUP",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 10,
"totalPaid": 4.68,
"patientRecNo": 39,
"patientName": "TEST, MARTHA",
"patientDOB": "1959-01-01T00:00:00",
"patientAddress": "1234 SOME STREET",
"patientPhoneNo": "630"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, MARTHA - 1/1/1959 12:00:00 AM - 1234 SOME STREET - 630",
"fillDate": "2021-01-01T00:00:00",
"rxNo": 100455,
"drugName": "ROBAFEN DM 100-10MG/5ML SYRUP",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 10,
"totalPaid": 4.68,
"patientRecNo": 39,
"patientName": "TEST, MARTHA",
"patientDOB": "1959-01-01T00:00:00",
"patientAddress": "1234 SOME STREET",
"patientPhoneNo": "630"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, MARTHA - 1/1/1959 12:00:00 AM - 1234 SOME STREET - 630",
"fillDate": "2021-01-28T00:00:00",
"rxNo": 100608,
"drugName": "HYDRALAZINE HCL 20 MG/ML INJECTION",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 10,
"totalPaid": 9.53,
"patientRecNo": 39,
"patientName": "TEST, MARTHA",
"patientDOB": "1959-01-01T00:00:00",
"patientAddress": "1234 SOME STREET",
"patientPhoneNo": "630"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, NATHAN - 7/4/1776 12:00:00 AM - 123 FLATNOTE BLVD - 630-867-5309",
"fillDate": "2020-12-20T00:00:00",
"rxNo": 100497,
"drugName": "DEMO DRUG",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 10,
"totalPaid": 764.02,
"patientRecNo": 11,
"patientName": "TEST, NATHAN",
"patientDOB": "1776-07-04T00:00:00",
"patientAddress": "123 FLATNOTE BLVD",
"patientPhoneNo": "630-867-5309"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PAT - 1/1/1995 12:00:00 AM - 123 MAIN STREET - 630",
"fillDate": "2021-09-21T00:00:00",
"rxNo": 9789565,
"drugName": "ZOLEDRONIC INJ 5MG 100ML DRR",
"insurancePlanCode": "BCBS OF AL",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 4,
"totalPaid": 14.5999,
"patientRecNo": 25884,
"patientName": "TEST, PAT",
"patientDOB": "1995-01-01T00:00:00",
"patientAddress": "123 MAIN STREET",
"patientPhoneNo": "630"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PAT - 1/1/1995 12:00:00 AM - 123 MAIN STREET - 630",
"fillDate": "2020-09-25T00:00:00",
"rxNo": 9789669,
"drugName": "DANTROLENE SOD CAP 25 MG GLB",
"insurancePlanCode": "BCBS OF AL",
"rxfStatus": "U",
"prescriberName": "TEST, DCTR",
"qty": 10,
"totalPaid": 11.1498,
"patientRecNo": 25884,
"patientName": "TEST, PAT",
"patientDOB": "1995-01-01T00:00:00",
"patientAddress": "123 MAIN STREET",
"patientPhoneNo": "630"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PAT - 1/1/1995 12:00:00 AM - 123 MAIN STREET - 630",
"fillDate": "2020-10-14T00:00:00",
"rxNo": 9789726,
"drugName": "TESTOSTERN CYP VL 200MG ML PAD",
"insurancePlanCode": "EAGLE",
"rxfStatus": "H",
"prescriberName": "TEST, DOCTOR",
"qty": 5,
"totalPaid": 625,
"patientRecNo": 25884,
"patientName": "TEST, PAT",
"patientDOB": "1995-01-01T00:00:00",
"patientAddress": "123 MAIN STREET",
"patientPhoneNo": "630"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2019-01-11T00:00:00",
"rxNo": 100055,
"drugName": "ASPIRIN 325MG TABLET",
"insurancePlanCode": "TESTREJ70",
"rxfStatus": "R",
"prescriberName": ", ",
"qty": 30,
"totalPaid": 5.87,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2019-03-01T00:00:00",
"rxNo": 100059,
"drugName": "IBUPROFEN 600MG TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 30,
"totalPaid": 33.4,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2019-03-08T00:00:00",
"rxNo": 100064,
"drugName": "AMOXICILLIN 250MG CAPSULE",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 10,
"totalPaid": 7.56,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2019-08-01T00:00:00",
"rxNo": 100132,
"drugName": "TYLENOL EXTRA STRENGTH 500MG TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 30,
"totalPaid": 8.87,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2019-11-13T00:00:00",
"rxNo": 100224,
"drugName": "IBUPROFEN 400MG TABLET",
"insurancePlanCode": "TESTREJ70",
"rxfStatus": "R",
"prescriberName": ", ",
"qty": 10,
"totalPaid": 9.93,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2020-12-09T00:00:00",
"rxNo": 100289,
"drugName": "TYLENOL EXTRA STRENGTH 500MG TABLET",
"insurancePlanCode": "CASH",
"rxfStatus": "H",
"prescriberName": ", ",
"qty": 30,
"totalPaid": 1.09,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2020-12-03T00:00:00",
"rxNo": 100376,
"drugName": "TADALAFIL 20MG TABLET",
"insurancePlanCode": "TESTREJ70",
"rxfStatus": "R",
"prescriberName": ", ",
"qty": 10,
"totalPaid": 741.85,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2020-11-30T00:00:00",
"rxNo": 100385,
"drugName": "ZYTIGA 500MG TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 10,
"totalPaid": 571.84,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2020-11-23T00:00:00",
"rxNo": 100386,
"drugName": "ZYTIGA 500MG TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 10,
"totalPaid": 571.84,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2021-11-16T00:00:00",
"rxNo": 100390,
"drugName": "RAMIPRIL 1.25MG CAPSULE",
"insurancePlanCode": "CASH",
"rxfStatus": "H",
"prescriberName": ", ",
"qty": 10,
"totalPaid": 20.64,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2021-11-16T00:00:00",
"rxNo": 100391,
"drugName": "TYLENOL EXTRA STRENGTH 500MG TABLET",
"insurancePlanCode": "CASH",
"rxfStatus": "H",
"prescriberName": ", ",
"qty": 30,
"totalPaid": 1.02,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2021-11-16T00:00:00",
"rxNo": 100393,
"drugName": "TYLENOL EXTRA STRENGTH 500MG TABLET",
"insurancePlanCode": "CASH",
"rxfStatus": "H",
"prescriberName": ", ",
"qty": 30,
"totalPaid": 1.02,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2022-02-03T00:00:00",
"rxNo": 100395,
"drugName": "D9",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": "BELLFORD, TASHA",
"qty": 30,
"totalPaid": 497.34,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2020-11-26T00:00:00",
"rxNo": 100398,
"drugName": "ZYTIGA 500MG TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 10,
"totalPaid": 571.84,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2022-02-03T00:00:00",
"rxNo": 100398,
"drugName": "LISINOPRIL 10MG TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 2,
"totalPaid": 6.31,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2022-02-03T00:00:00",
"rxNo": 100399,
"drugName": "COUMADIN 2.5 MG ORAL TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 1,
"totalPaid": 7.7699,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2022-02-03T00:00:00",
"rxNo": 100401,
"drugName": "D11",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": "BELLFORD, TASHA",
"qty": 44,
"totalPaid": 44.37,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2022-02-03T00:00:00",
"rxNo": 100403,
"drugName": "D10",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 1,
"totalPaid": 5.68,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2022-02-03T00:00:00",
"rxNo": 100406,
"drugName": "D11",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": "BELLFORD, TASHA",
"qty": 44,
"totalPaid": 40.0201,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2022-02-03T00:00:00",
"rxNo": 100407,
"drugName": "COUMADIN 2.5 MG ORAL TABLET",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 1,
"totalPaid": 7.7699,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2021-01-01T00:00:00",
"rxNo": 100423,
"drugName": "FRAGMIN 10000UNIT/ML SOLUTION",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 10,
"totalPaid": 913.07,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2021-01-06T00:00:00",
"rxNo": 100535,
"drugName": "DEMO DRUG",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 100,
"totalPaid": 7599.75,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "TEST, PATIENT - 1/1/1776 12:00:00 AM - 123 HOMONYM RD. - 630-555-5555",
"fillDate": "2021-02-23T00:00:00",
"rxNo": 100536,
"drugName": "DEMO DRUG",
"insurancePlanCode": "TESTCPAY50",
"rxfStatus": "U",
"prescriberName": ", ",
"qty": 100,
"totalPaid": 7595.25,
"patientRecNo": 2,
"patientName": "TEST, PATIENT",
"patientDOB": "1776-01-01T00:00:00",
"patientAddress": "123 HOMONYM RD.",
"patientPhoneNo": "630-555-5555"
},
{
"pharmacyName": "Central Reporting 3",
"heading": "WHITESIDE, KARA - 10/11/1952 12:00:00 AM - 23230 Seaport - ",
"fillDate": "2021-06-08T00:00:00",
"rxNo": 100862,
"drugName": "DEMO DRUG",
"insurancePlanCode": "CASH",
"rxfStatus": "H",
"prescriberName": ", ",
"qty": 10,
"totalPaid": 22.52,
"patientRecNo": 13199,
"patientName": "WHITESIDE, KARA",
"patientDOB": "1952-10-11T00:00:00",
"patientAddress": "23230 Seaport",
"patientPhoneNo": ""
}
],
"isValid": true,
"messages": []
}
This endpoint will provide log based on the filter criteria provide in the request which includes following
Request body
{
"userUniqueId": "",
"fromDate": "",
"toDate": "",
"pharmacyUniqueIds": [
""
],
"listPharmacyIdModelSQLType": [
{
"id": ""
}
],
"offSet": 1,
"pageSize": 1,
"orderBy": "",
"orderOn": "",
"pharmacyIdTbl": [
1
],
"nursingHomes": [
""
],
"plans": [
""
],
"onlyShowRxDURsStatusIds": [
1
],
"unbilledPrescriptionLogDURsStatus": 0,
"rxfStatus": [
""
],
"rxAnalysisStatus": 1,
"displayStatusIds": [
1
],
"chartDisplay": 5,
"chartType": 0
}
Responses
Success
Body
{
"pharmacyid": 1,
"pharmacyname": "",
"filldate": "0001-01-01T00:00:00",
"rxno": 1,
"patientrecno": 1,
"patientname": "",
"patientdob": "0001-01-01T00:00:00",
"patientaddress": "",
"patientphoneno": "",
"drugname": "",
"qty": 1,
"prescribername": "",
"insuranceplancode": "",
"insuranceplan": "",
"totalpaid": 1,
"rxfstatus": "",
"totalcount": 1
}
Example with response data
{
"data": [
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2021-07-10T00:00:00",
"rxNo": 9791007,
"patientRecNo": 26343,
"patientName": "TEST, ARROW",
"patientDOB": "1987-05-16T00:00:00",
"patientAddress": "1200 JORIE BLVD DS FDSFS FDS FDS",
"patientPhoneNo": "532-232-3232",
"drugName": "MELOXICAM TABS 7.5 MG CIP",
"qty": 2,
"prescriberName": "TEST, DOCTOR",
"insurancePlanCode": "TEST 1",
"insurancePlan": null,
"totalPaid": 10.96,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2021-07-15T00:00:00",
"rxNo": 9791007,
"patientRecNo": 26343,
"patientName": "TEST, ARROW",
"patientDOB": "1987-05-16T00:00:00",
"patientAddress": "1200 JORIE BLVD DS FDSFS FDS FDS",
"patientPhoneNo": "532-232-3232",
"drugName": "MELOXICAM TABS 7.5 MG CIP",
"qty": 2,
"prescriberName": "TEST, DOCTOR",
"insurancePlanCode": "TEST 1",
"insurancePlan": null,
"totalPaid": 10.96,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2021-07-28T00:00:00",
"rxNo": 9791007,
"patientRecNo": 26343,
"patientName": "TEST, ARROW",
"patientDOB": "1987-05-16T00:00:00",
"patientAddress": "1200 JORIE BLVD DS FDSFS FDS FDS",
"patientPhoneNo": "532-232-3232",
"drugName": "MELOXICAM TABS 7.5 MG CIP",
"qty": 2,
"prescriberName": "TEST, DOCTOR",
"insurancePlanCode": "TEST 1",
"insurancePlan": null,
"totalPaid": 10.96,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2021-10-21T00:00:00",
"rxNo": 9791563,
"patientRecNo": 93550,
"patientName": "SERRA, MARGARET",
"patientDOB": "1953-04-03T00:00:00",
"patientAddress": "1745 MAPLE AVENUE",
"patientPhoneNo": "",
"drugName": "LISINOP HCTZ 10 12.5MG TB LUP TEST",
"qty": 2,
"prescriberName": "DEMMER, ABBY",
"insurancePlanCode": "COPAY 2",
"insurancePlan": null,
"totalPaid": 5.0699,
"rxfStatus": "H",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2021-10-21T00:00:00",
"rxNo": 9791565,
"patientRecNo": 93550,
"patientName": "SERRA, MARGARET",
"patientDOB": "1953-04-03T00:00:00",
"patientAddress": "1745 MAPLE AVENUE",
"patientPhoneNo": "",
"drugName": "LISINOP HCTZ 10 12.5MG TB LUP TEST",
"qty": 2,
"prescriberName": "DEMMER, ABBY",
"insurancePlanCode": "COPAY 2",
"insurancePlan": null,
"totalPaid": 5.0699,
"rxfStatus": "H",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2021-10-21T00:00:00",
"rxNo": 9791574,
"patientRecNo": 93550,
"patientName": "SERRA, MARGARET",
"patientDOB": "1953-04-03T00:00:00",
"patientAddress": "1745 MAPLE AVENUE",
"patientPhoneNo": "",
"drugName": "LISINOP HCTZ 10 12.5MG TB LUP TEST",
"qty": 2,
"prescriberName": "DEMMER, ABBY",
"insurancePlanCode": "CASH",
"insurancePlan": null,
"totalPaid": 5.96,
"rxfStatus": "H",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2021-10-22T00:00:00",
"rxNo": 9791592,
"patientRecNo": 26114,
"patientName": "TEST, DOSE0",
"patientDOB": "1995-01-01T00:00:00",
"patientAddress": "JORIE BLVD",
"patientPhoneNo": "",
"drugName": "LOSARTAN 100 MG",
"qty": 1,
"prescriberName": "TEST, DOCTOR",
"insurancePlanCode": "REJECT",
"insurancePlan": null,
"totalPaid": 6.44,
"rxfStatus": "R",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2021-10-22T00:00:00",
"rxNo": 9791593,
"patientRecNo": 26114,
"patientName": "TEST, DOSE0",
"patientDOB": "1995-01-01T00:00:00",
"patientAddress": "JORIE BLVD",
"patientPhoneNo": "",
"drugName": "LOSARTAN 100 MG",
"qty": 1,
"prescriberName": "TEST, DOCTOR",
"insurancePlanCode": "REJECT",
"insurancePlan": null,
"totalPaid": 6.44,
"rxfStatus": "R",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2021-10-22T00:00:00",
"rxNo": 9791594,
"patientRecNo": 93557,
"patientName": "BOOSTER1, DOSE1",
"patientDOB": "1990-01-01T00:00:00",
"patientAddress": "TEST ADDRESS",
"patientPhoneNo": "",
"drugName": "JANSSEN COVID-19 VACCINE 0.5 ML INTRAMUSCULAR SUSPENSION",
"qty": 1,
"prescriberName": "TEST, DCTR",
"insurancePlanCode": "COPAY 2",
"insurancePlan": null,
"totalPaid": 5,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2021-11-09T00:00:00",
"rxNo": 9791659,
"patientRecNo": 26473,
"patientName": "DOE01, JANE01",
"patientDOB": "2004-06-17T00:00:00",
"patientAddress": "HN 321, MAIN ROAD",
"patientPhoneNo": "222-333-4444",
"drugName": "LIPITOR 10 MG ORAL TABLET",
"qty": 30,
"prescriberName": ", ",
"insurancePlanCode": "TEST 1",
"insurancePlan": null,
"totalPaid": 779.16,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2022-02-18T00:00:00",
"rxNo": 9792156,
"patientRecNo": 25879,
"patientName": "TEST, PATIENT",
"patientDOB": "1991-11-11T00:00:00",
"patientAddress": "1200 JORIE BLVD",
"patientPhoneNo": "111-111-1111",
"drugName": "LOSARTAN POTASSIUM 50MG TABLET",
"qty": 1,
"prescriberName": "TEST, DOCTOR",
"insurancePlanCode": "COPAY 2",
"insurancePlan": null,
"totalPaid": 5.0599,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2022-02-18T00:00:00",
"rxNo": 9792157,
"patientRecNo": 25879,
"patientName": "TEST, PATIENT",
"patientDOB": "1991-11-11T00:00:00",
"patientAddress": "1200 JORIE BLVD",
"patientPhoneNo": "111-111-1111",
"drugName": "TEST555",
"qty": 1,
"prescriberName": "TEST, DOCTOR SR",
"insurancePlanCode": "COPAY 2",
"insurancePlan": null,
"totalPaid": 17.8999,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2022-02-18T00:00:00",
"rxNo": 9792158,
"patientRecNo": 25879,
"patientName": "TEST, PATIENT",
"patientDOB": "1991-11-11T00:00:00",
"patientAddress": "1200 JORIE BLVD",
"patientPhoneNo": "111-111-1111",
"drugName": "LIALDA DR TABS 1.2 GM",
"qty": 1,
"prescriberName": "TEST, DDDDD",
"insurancePlanCode": "TEST 1",
"insurancePlan": null,
"totalPaid": 19.29,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2022-02-18T00:00:00",
"rxNo": 9792160,
"patientRecNo": 25879,
"patientName": "TEST, PATIENT",
"patientDOB": "1991-11-11T00:00:00",
"patientAddress": "1200 JORIE BLVD",
"patientPhoneNo": "111-111-1111",
"drugName": "TEST UPDATE TEST",
"qty": 1,
"prescriberName": "TEST, DOCTOR SR",
"insurancePlanCode": "TEST 1",
"insurancePlan": null,
"totalPaid": 60.4,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2022-02-18T00:00:00",
"rxNo": 9792162,
"patientRecNo": 25879,
"patientName": "TEST, PATIENT",
"patientDOB": "1991-11-11T00:00:00",
"patientAddress": "1200 JORIE BLVD",
"patientPhoneNo": "111-111-1111",
"drugName": "LOSARTAN POTASSIUM 100MG TABLET",
"qty": 180,
"prescriberName": "TEST, DOCTOR SR",
"insurancePlanCode": "COPAY 2",
"insurancePlan": null,
"totalPaid": 16.3899,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2022-02-18T00:00:00",
"rxNo": 9792181,
"patientRecNo": 26338,
"patientName": "TEST, BHAVIKA020",
"patientDOB": "1998-10-12T00:00:00",
"patientAddress": "",
"patientPhoneNo": "",
"drugName": "LISINOPRIL 10 MG TABLET",
"qty": 1,
"prescriberName": "TEST, DOCTOR",
"insurancePlanCode": "COPAY 2",
"insurancePlan": null,
"totalPaid": 5.0299,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2022-02-18T00:00:00",
"rxNo": 9792183,
"patientRecNo": 26338,
"patientName": "TEST, BHAVIKA020",
"patientDOB": "1998-10-12T00:00:00",
"patientAddress": "",
"patientPhoneNo": "",
"drugName": "LOSARTAN TABS 100 MG TEV",
"qty": 1,
"prescriberName": "TEST, DOCTOR SR",
"insurancePlanCode": "MEDICAID",
"insurancePlan": null,
"totalPaid": 5.1499,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2022-02-18T00:00:00",
"rxNo": 9792185,
"patientRecNo": 25879,
"patientName": "TEST, PATIENT",
"patientDOB": "1991-11-11T00:00:00",
"patientAddress": "1200 JORIE BLVD",
"patientPhoneNo": "111-111-1111",
"drugName": "LOSARTAN POTASSIUM 50MG TABLET",
"qty": 1,
"prescriberName": "TEST, DOCTOR",
"insurancePlanCode": "COPAY 2",
"insurancePlan": null,
"totalPaid": 5.0599,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2022-02-18T00:00:00",
"rxNo": 9792186,
"patientRecNo": 26341,
"patientName": "TEST, BHAVIKA050",
"patientDOB": "1994-02-12T00:00:00",
"patientAddress": "",
"patientPhoneNo": "",
"drugName": "KADIAN CAPS 100 MG ER",
"qty": 1,
"prescriberName": "TEST, DOCTOR SR",
"insurancePlanCode": "MASSTEST",
"insurancePlan": null,
"totalPaid": 47.0899,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2022-02-21T00:00:00",
"rxNo": 9792192,
"patientRecNo": 26010,
"patientName": "BOOK, JONAH",
"patientDOB": "1945-05-04T00:00:00",
"patientAddress": "1202 BIG FIR DRIVE",
"patientPhoneNo": "",
"drugName": "GABAPENTIN 100 MG CAPSULE",
"qty": 1,
"prescriberName": "DEMMER AB, ABBY",
"insurancePlanCode": "COPAY 2",
"insurancePlan": null,
"totalPaid": 5.0699,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2022-02-21T00:00:00",
"rxNo": 9792193,
"patientRecNo": 25879,
"patientName": "TEST, PATIENT",
"patientDOB": "1991-11-11T00:00:00",
"patientAddress": "1200 JORIE BLVD",
"patientPhoneNo": "111-111-1111",
"drugName": "CLOZAPINE TABS 200 MG TEV",
"qty": 1,
"prescriberName": "DEMMER AB, ABBY",
"insurancePlanCode": "COPAY 2",
"insurancePlan": null,
"totalPaid": 7.8299,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2022-02-21T00:00:00",
"rxNo": 9792194,
"patientRecNo": 26341,
"patientName": "TEST, BHAVIKA050",
"patientDOB": "1994-02-12T00:00:00",
"patientAddress": "",
"patientPhoneNo": "",
"drugName": "ELIQUIS TABS 2.5 MG",
"qty": 1,
"prescriberName": "TEST, DDDDD",
"insurancePlanCode": "COPAY 2",
"insurancePlan": null,
"totalPaid": 15.6199,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2022-02-21T00:00:00",
"rxNo": 9792195,
"patientRecNo": 25879,
"patientName": "TEST, PATIENT",
"patientDOB": "1991-11-11T00:00:00",
"patientAddress": "1200 JORIE BLVD",
"patientPhoneNo": "111-111-1111",
"drugName": "LOSARTAN TABS 100 MG AUR",
"qty": 1,
"prescriberName": "TEST, DOCTOR",
"insurancePlanCode": "COPAY 2",
"insurancePlan": null,
"totalPaid": 5.0299,
"rxfStatus": "U",
"totalCount": 0
},
{
"pharmacyId": 8,
"pharmacyName": "Central Reporting 3",
"fillDate": "2022-02-21T00:00:00",
"rxNo": 9792196,
"patientRecNo": 25879,
"patientName": "TEST, PATIENT",
"patientDOB": "1991-11-11T00:00:00",
"patientAddress": "1200 JORIE BLVD",
"patientPhoneNo": "111-111-1111",
"drugName": "LISINOP HCTZ 10 12.5MG TB SAN",
"qty": 1,
"prescriberName": "TEST, DOCTOR SR",
"insurancePlanCode": "COPAY 2",
"insurancePlan": null,
"totalPaid": 5.0499,
"rxfStatus": "U",
"totalCount": 0
}
],
"isValid": true,
"messages": []
}
{
"totalcount": 1,
"listrecords": [
{
"pharmacyId": 1,
"pharmacyname": "",
"drugname": "",
"ndc": "",
"totalrxs": 1,
"quantity": 1,
"acqcost": 1,
"paid": 1,
"margin": 1,
"profitpct": 1
}
]
}
{
"pharmacyId": 1,
"pharmacyname": "",
"drugname": "",
"ndc": "",
"totalrxs": 1,
"quantity": 1,
"acqcost": 1,
"paid": 1,
"margin": 1,
"profitpct": 1
}
[
{
"patientname": "",
"cellno": "",
"workphoneno": "",
"gender": "",
"dob": "0001-01-01T00:00:00",
"lastfilldt": "",
"lastrxno": "",
"primaryplan": "",
"cardid": "",
"personcd": "",
"groupno": "",
"diagnosiscodes": "",
"patientid": "",
"patrecno": 1,
"name": "",
"pharmacyname": [
""
],
"uniquekey": "",
"address": null,
"citystatezip": "",
"city": "",
"state": "",
"zip": "",
"phone": ""
}
]