PV API Service

<back to all web services

VisitRequest

GET a response as to whether the visit was sent to Auto Charge Entry or not.

The following routes are available for this service:
GET, OPTIONS/AutoChargeEntry/Billing/Visits

To override the Content-type in your clients HTTP Accept Header, append ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/VisitRequest HTTP/1.1 
Host: api.practicevelocity.com 
Content-Type: application/json
Content-Length: length

{"PracticePk":"00000000000000000000000000000000","ClinicPk":"00000000000000000000000000000000","DateOfService":"0001-01-01T00:00:00.0000000","CreatedUserId":"String","CreatedUserNumber":0,"CreatedOn":"0001-01-01T00:00:00.0000000"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"rcmResponse":false,"visitsToCharge":[{"visitId":"00000000000000000000000000000000","logNumber":0,"payers":[{"payerId":"00000000000000000000000000000000","payerType":"String","financialClass":"String","wantsAllChargeLines":false,"requiresNDC":false,"orderOfResponsibility":"String","icdType":0,"emcPid":"String","authorizationNumber":"String"}],"practiceId":"00000000000000000000000000000000","clinicId":"00000000000000000000000000000000","protocols":[{"practiceId":"00000000000000000000000000000000","protocolId":"00000000000000000000000000000000","procedures":[{"cptCode":"String","charge":{"currency":"String","amount":0},"arAmount":{"currency":"String","amount":0},"payerId":"00000000000000000000000000000000","description":"String","isOverridden":false}]}],"providerId":"00000000000000000000000000000000","providerCredentials":"String","patientId":"00000000000000000000000000000000","visitType":"String","selfPay":false,"visitSigned":false,"admitDate":"0001-01-01T00:00:00.0000000","dischargeDate":"0001-01-01T00:00:00.0000000","createdId":"String","createdUserNumber":0,"createdOn":"String","diagnosis":[{"icd9DiagCode":"String","icd10DiagCode":"String","diagCodePk":"00000000000000000000000000000000","priority":0,"snomed":"String"}],"services":[{"cptCode":"String","quantity":0,"modifier":["String"],"dateOfService":"0001-01-01T00:00:00.0000000","description":"String","charge":{"currency":"String","amount":0},"associatedDiagnosis":[{"icd9DiagCode":"String","icd10DiagCode":"String","diagCodePk":"00000000000000000000000000000000","priority":0,"snomed":"String"}],"isLab":false,"isXRay":false,"isDMECode":false}],"payments":[{"paymentId":"00000000000000000000000000000000","paymentType":"String","payerId":"00000000000000000000000000000000","amount":{"currency":"String","amount":0},"notes":"String","paymentCategory":"String"}],"emService":{"cptCode":"String","suggestedCptCode":"String","codeOverride":false,"modifier":["String"],"dateOfService":"0001-01-01T00:00:00.0000000","description":"String","associatedDiagnosis":[{"icd9DiagCode":"String","icd10DiagCode":"String","diagCodePk":"00000000000000000000000000000000","priority":0,"snomed":"String"}]},"fees":[{"feeId":"00000000000000000000000000000000","procCode":"String","modifier":"String","chargeAmount":{"currency":"String","amount":0},"arAmount":{"currency":"String","amount":0},"billable":false,"description":"String","revCode":"String"}],"emServiceCptCodes":["String"],"autoCodesEligibility":{"caseRateEnabled":false,"afterHoursEnabled":false,"urgentCareEnabled":false},"providerRequiresCredentialing":false}]}