The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/HCAPatientRegistrationRequest HTTP/1.1
Host: api.practicevelocity.com
Content-Type: text/jsv
Content-Length: length
{
practicePk: 00000000000000000000000000000000,
clinicPk: 00000000000000000000000000000000,
clinicName: String,
visitTime: 0,
timezoneOffset: 0,
isVisitTimeScheduled: False,
clinicID: 0,
reason:
{
symptomName: String,
checkinType: String
},
user:
{
lastName: String,
firstName: String,
address1: String,
address2: String,
city: String,
state: String,
zip: String,
email: String,
homePhone: String,
businessPhone: String
},
patient:
{
previousPatient: False,
lastName: String,
firstName: String,
middleInitial: String,
dob: 0001-01-01,
relationship: String,
gender: String,
email: String
},
insurance:
{
primaryName: String,
secondaryName: String,
idNumber: String,
guarantorFirstName: String,
guarantorLastName: String,
guarantorDOB: 0001-01-01,
servicePhoneNumber: String
},
contact:
{
phoneNumber: String,
fullName: String,
timeToArrival: 0
}
}