Difference between revisions of "Template:Json Request PatientsSync"
From Updox API
(Created page with " { "patients": [ { "id": "Currently not used and can be ignored", "chartNumber": "chart identifier on vendor end", ...") |
Revision as of 15:04, 7 December 2015
{ "patients": [ { "id": "Currently not used and can be ignored", "chartNumber": "chart identifier on vendor end", "internalId": "identifier used by vendor to uniquely identify patient on their end", "firstName": "firstName", "middleName": "middleName", "lastName": "lastName", "sex": "Gender", "address1": "address1", "address2": "address2", "city": "city", "state": "state", "zip5": "Zip code", "dob": "Date can be in format YYYY-MM-DD", "emailAddress": "emailAddress", "homePhone": "homePhone", "workPhone": "workPhone", "workExtension": "workExtension", "mobileNumber": "mobileNumber", "faxNumber": "faxNumber", "active": "true|false", "contactType": "Category Types", "defaultProvider": "defaultProvider", "maritalStatus": "single | married | divorced | widowed | other", "primaryInsurance": { companyName: "companyName", phoneNumber: "phoneNumber", address1: "address1", address2: "address2", city: "city", state: "state", zip: "zip", policyNumber: "policyNumber", groupNumber: "groupNumber", planName: "planName", groupName: "groupName", effectiveDate: "effectiveDate", expirationDate: "expirationDate", guarantorRelationship: "guarantorRelationship", guarantorName: "guarantorName", guarantorFirstName: "guarantorFirstName", guarantorMiddleName: "guarantorMiddleName", guarantorLastName: "guarantorLastName", guarantorDob: "guarantorDob", guarantorGender: "guarantorGender", copayAmount: "copayAmount" }, "secondaryInsurance": { companyName: "companyName", phoneNumber: "phoneNumber", address1: "address1", address2: "address2", city: "city", state: "state", zip: "zip", policyNumber: "policyNumber", groupNumber: "groupNumber", planName: "planName", groupName: "groupName", effectiveDate: "effectiveDate", expirationDate: "expirationDate", guarantorRelationship: "guarantorRelationship", guarantorName: "guarantorName", guarantorFirstName: "guarantorFirstName", guarantorMiddleName: "guarantorMiddleName", guarantorLastName: "guarantorLastName", guarantorDob: "guarantorDob", guarantorGender: "guarantorGender", copayAmount: "copayAmount" } } ], "auth": { "applicationId": "vendorId", "applicationPassword": "vendorPassword", "accountId": "accountId", "userId": "" } }