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", ...") |
|||
Line 24: | Line 24: | ||
"contactType": "[[Category Types]]", | "contactType": "[[Category Types]]", | ||
"defaultProvider": "defaultProvider", | "defaultProvider": "defaultProvider", | ||
− | "maritalStatus": " | + | "maritalStatus": "[[Marital Status]]", |
"primaryInsurance": {{Json Request Insurance}}, | "primaryInsurance": {{Json Request Insurance}}, | ||
"secondaryInsurance": {{Json Request Insurance}} | "secondaryInsurance": {{Json Request Insurance}} |
Latest revision as of 15:15, 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": "Marital Status", "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": "" } }