PatientModel
Model used to retrieve or set information about a patient.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Username |
Username of the patient. |
string |
None. |
| Password |
Password of the patient. |
string |
None. |
| Representative |
Data of the patient representative. |
RepresentativeModel |
None. |
| Birthday |
Birthday of the patient. |
date |
None. |
| ContactLensesReorderDate |
Date in which the patient must reorder contact lenses (used in the Reorder Contact Lenses communication). |
date |
None. |
| ContactLensesReorderName |
check Contact lenses reorder name of the patient. |
string |
None. |
| RecallDate1 |
Recall date 1 of the patient. |
date |
None. |
| RecallDate2 |
Recall date 2 of the patient. |
date |
None. |
| Notes |
Notes about the patient. |
string |
None. |
| Active |
Indicates whether the patient is active or not. |
boolean |
None. |
| AllowEmailReminders |
Indicates whether the patient agrees to receive email reminders. |
boolean |
None. |
| AllowEmailBirthday |
Indicates whether the patient agrees to receive birthday greetings by email. |
boolean |
None. |
| AllowEmailThankYou |
Indicates whether the patient agrees to receive thank you messages by email. |
boolean |
None. |
| AllowEmailEyeWear |
Indicates whether the patient agrees to receive eyewear related messages by email. |
boolean |
None. |
| AllowEmailPromotions |
Indicates whether the patient agrees to receive promotional messages by email. |
boolean |
None. |
| AllowSmsReminders |
Indicates whether the patient agrees to receive SMS reminders. |
boolean |
None. |
| AllowSmsBirthday |
Indicates whether the patient agrees to receive birthday greetings by SMS. |
boolean |
None. |
| AllowSmsThankYou |
Indicates whether the patient agrees to receive thank you messages by SMS. |
boolean |
None. |
| AllowSmsEyewear |
Indicates whether the patient agrees to receive eyewear related messages by SMS. |
boolean |
None. |
| AllowSmsPromotions |
Indicates whether the patient agrees to receive promotional messages by SMS. |
boolean |
None. |
| AllowVoiceReminders |
Indicates whether the patient agrees to receive voice reminders. |
boolean |
None. |
| AllowVoiceBirthday |
Indicates whether the patient agrees to receive birthday greetings by voice. |
boolean |
None. |
| AllowVoiceThankYou |
Indicates whether the patient agrees to receive thank you messages by voice. |
boolean |
None. |
| AllowVoiceEyewear |
Indicates whether the patient agrees to receive eyewear related messages by voice. |
boolean |
None. |
| AllowVoicePromotions |
Indicates whether the patient agrees to receive promotional calls. |
boolean |
None. |
| InvitedToPortal |
Indicates whether the patient was invited to the web portal or not. |
boolean |
None. |
| Locations |
Locations that the patient has visited (Required). |
Collection of string |
None. |
| Contact |
Patient's contact information (Required). |
ContactModel |
None. |
| Last4SSN |
SSN last four digits. |
string |
None. |
| NextLogOnSecurityVerificationPatient |
Indicates whether the patient is required for next log on security verification or not. |
boolean |
None. |
| NextLogOnSecurityVerificationRepresentative |
Indicates wheter the patient representative is required for next log on security verification or not. |
boolean |
None. |
| SexExternalId |
Patient's sex unique ID on integrating system. |
string |
None. |
| MaritalStatusExternalId |
Patient's marital status unique ID on integrating system. |
string |
None. |
| RaceExternalId |
Patient's race unique ID on integrating system. |
string |
None. |
| EthnicityExternalId |
Patient's ethnicity unique ID on integrating system. |
string |
None. |
| LanguageName |
Preferred language of the patient. |
string |
None. |
| PharmacyName |
Pharmacy name. |
string |
None. |
| PharmacyPhone |
Pharmacy phone. |
string |
None. |
| PharmacyAddress1 |
Pharmacy address 1. |
string |
None. |
| PharmacyAddress2 |
Pharmacy address 2. |
string |
None. |
| PharmacyCity |
Pharmacy city. |
string |
None. |
| PharmacyState |
Pharmacy state. |
string |
None. |
| PharmacyZip |
Pharmacy ZIP. |
string |
None. |
| PrimaryInsuranceName |
Primary insurance name (Required while sending primary insurance information). |
string |
None. |
| PrimaryInsuranceIdNumber |
Primary insurance ID number (Required while sending primary insurance information). |
string |
None. |
| PrimaryInsuranceGroupNumber |
Primary insurance group number. |
string |
None. |
| PrimaryInsuranceEmployerName |
Primary insurance employer name. |
string |
None. |
| PrimaryInsuranceAddress1 |
Primary insurance address 1. |
string |
None. |
| PrimaryInsuranceAddress2 |
Primary insurance address 2. |
string |
None. |
| PrimaryInsuranceCity |
Primary insurance city. |
string |
None. |
| PrimaryInsuranceState |
Primary insurance state. |
string |
None. |
| PrimaryInsuranceZip |
Primary insurance ZIP. |
string |
None. |
| PrimaryInsuranceInsuredPersonFirstName |
Primary insurance. Insured person first name (Required while sending primary insurance information). |
string |
None. |
| PrimaryInsuranceInsuredPersonMiddleName |
Primary insurance. Insured person middle name. |
string |
None. |
| PrimaryInsuranceInsuredPersonLastName |
Primary insurance. Insured person last name (Required while sending primary insurance information). |
string |
None. |
| PrimaryInsuranceInsuredPersonBirthday |
Primary insurance. Insured person date of birth (Required while sending primary insurance information). |
date |
None. |
| PrimaryInsuranceActivationDate |
Activation date of the primary insurance. |
date |
None. |
| PrimaryInsuranceCopay |
Copay amount for the primary insurance. |
decimal number |
None. |
| PrimaryInsuranceRelationshipToInsured |
Primary insurance. Relationship to insured person should be (Self, Spouse, Child, Other). (Required while sending primary insurance information). |
string |
None. |
| SecondaryInsuranceName |
Secondary insurance name (Required while sending secondary insurance information). Enter the primary insurance information before you can specify a secondary insurance. |
string |
None. |
| SecondaryInsuranceIdNumber |
Secondary insurance ID number (Required while sending secondary insurance information). |
string |
None. |
| SecondaryInsuranceGroupNumber |
Secondary insurance group number. |
string |
None. |
| SecondaryInsuranceEmployerName |
Secondary insurance employer name. |
string |
None. |
| SecondaryInsuranceAddress1 |
Secondary insurance address 1. |
string |
None. |
| SecondaryInsuranceAddress2 |
Secondary insurance address 2. |
string |
None. |
| SecondaryInsuranceCity |
Secondary insurance city. |
string |
None. |
| SecondaryInsuranceState |
Secondary insurance state. |
string |
None. |
| SecondaryInsuranceZip |
Secondary insurance ZIP. |
string |
None. |
| SecondaryInsuranceInsuredPersonFirstName |
Secondary insurance. Insured person first name (Required while sending secondary insurance information). |
string |
None. |
| SecondaryInsuranceInsuredPersonMiddleName |
Secondary insurance. Insured person middle name. |
string |
None. |
| SecondaryInsuranceInsuredPersonLastName |
Secondary insurance. Insured person last name (Required while sending secondary insurance information). |
string |
None. |
| SecondaryInsuranceInsuredPersonBirthday |
Secondary insurance. Insured person date of birth (Required while sending secondary insurance information). |
date |
None. |
| SecondaryInsuranceActivationDate |
Activation date of the secondary insurance. |
date |
None. |
| SecondaryInsuranceCopay |
Copay amount for the secondary insurance. |
decimal number |
None. |
| SecondaryInsuranceRelationshipToInsured |
Secondary insurance. Relationship to insured person should be (Self, Spouse, Child, Other). (Required while sending secondary insurance information). |
string |
None. |
| TertiaryInsuranceName |
Tertiary insurance name (Required while sending tertiary insurance information). Enter the primary and secondary insurance information before you can specify a tertiary insurance. |
string |
None. |
| TertiaryInsuranceIdNumber |
Tertiary insurance ID number (Required while sending tertiary insurance information). |
string |
None. |
| TertiaryInsuranceGroupNumber |
Tertiary insurance group number. |
string |
None. |
| TertiaryInsuranceEmployerName |
Tertiary insurance employer name. |
string |
None. |
| TertiaryInsuranceAddress1 |
Tertiary insurance address 1. |
string |
None. |
| TertiaryInsuranceAddress2 |
Tertiary insurance address 2. |
string |
None. |
| TertiaryInsuranceCity |
Tertiary insurance city. |
string |
None. |
| TertiaryInsuranceState |
Tertiary insurance state. |
string |
None. |
| TertiaryInsuranceZip |
Tertiary insurance ZIP. |
string |
None. |
| TertiaryInsuranceInsuredPersonFirstName |
Tertiary insurance. Insured person first name (Required while sending tertiary insurance information). |
string |
None. |
| TertiaryInsuranceInsuredPersonMiddleName |
Tertiary insurance. Insured person middle name. |
string |
None. |
| TertiaryInsuranceInsuredPersonLastName |
Tertiary insurance. Insured person last name (Required while sending tertiary insurance information). |
string |
None. |
| TertiaryInsuranceInsuredPersonBirthday |
Tertiary insurance. Insured person date of birth (Required while sending tertiary insurance information). |
date |
None. |
| TertiaryInsuranceActivationDate |
Activation date of the tertiary insurance. |
date |
None. |
| TertiaryInsuranceCopay |
Gets or sets the copayment amount required by the patient's tertiary insurance provider. |
decimal number |
None. |
| TertiaryInsuranceRelationshipToInsured |
Tertiary insurance. Relationship to insured person should be (Self, Spouse, Child, Other). (Required while sending tertiary insurance information). |
string |
None. |
| VisionInsuranceName |
Vision insurance name (Required while sending vision insurance information). |
string |
None. |
| VisionInsuranceIdNumber |
Vision insurance ID number (Required while sending vision insurance information). |
string |
None. |
| VisionInsuranceGroupNumber |
Vision insurance group number. |
string |
None. |
| VisionInsuranceEmployerName |
Vision insurance employer name. |
string |
None. |
| VisionInsuranceAddress1 |
Vision insurance address 1. |
string |
None. |
| VisionInsuranceAddress2 |
Vision insurance address 2. |
string |
None. |
| VisionInsuranceCity |
Vision insurance city. |
string |
None. |
| VisionInsuranceState |
Vision insurance state. |
string |
None. |
| VisionInsuranceZip |
Vision insurance ZIP. |
string |
None. |
| VisionInsuranceInsuredPersonFirstName |
Vision insurance. Insured person first name (Required while sending vision insurance information). |
string |
None. |
| VisionInsuranceInsuredPersonMiddleName |
Vision insurance. Insured person middle name. |
string |
None. |
| VisionInsuranceInsuredPersonLastName |
Vision insurance. Insured person last name (Required while sending vision insurance information). |
string |
None. |
| VisionInsuranceInsuredPersonBirthday |
Vision insurance. Insured person date of birth (Required while sending vision insurance information). |
date |
None. |
| VisionInsuranceActivationDate |
Activation date of the vision insurance. |
date |
None. |
| VisionInsuranceCopay |
Copay amount for the vision insurance. |
decimal number |
None. |
| VisionInsuranceRelationshipToInsured |
Vision insurance. Relationship to insured person should be (Self, Spouse, Child, Other). (Required while sending vision insurance information). |
string |
None. |
| ResponsiblePartyRelationshipToInsured |
Gets or sets the relationship of the responsible party to the insured individual. |
string |
None. |
| ResponsiblePartyPrefixId |
Gets or sets the identifier prefix associated with the responsible party. |
string |
None. |
| ResponsiblePartyPersonFirstName |
Gets or sets the first name of the responsible party person. |
string |
None. |
| ResponsiblePartyPersonMiddleName |
Gets or sets the middle name of the responsible party person. |
string |
None. |
| ResponsiblePartyPersonLastName |
Gets or sets the last name of the responsible party person. |
string |
None. |
| ResponsiblePartySuffixId |
Gets or sets the identifier for the suffix associated with the responsible party. |
string |
None. |
| ResponsiblePartyBirthday |
Gets or sets the date of birth of the responsible party. |
date |
None. |
| ResponsiblePartyEmailAddress |
Gets or sets the email address of the responsible party associated with this entity. |
string |
None. |
| ResponsiblePartyAddress1 |
Gets or sets the first line of the address for the responsible party. |
string |
None. |
| ResponsiblePartyAddress2 |
Gets or sets the second line of the address for the responsible party. |
string |
None. |
| ResponsiblePartyCity |
Gets or sets the city of the responsible party. |
string |
None. |
| ResponsiblePartyState |
Gets or sets the state of the responsible party. |
string |
None. |
| ResponsiblePartyZip |
Gets or sets the ZIP code of the responsible party. |
string |
None. |
| ResponsiblePartyVoicePhone |
Gets or sets the voice phone number of the responsible party. |
string |
None. |
| ResponsiblePartyTextPhone |
Gets or sets the text phone number of the responsible party. |
string |
None. |
| ResponsiblePartyWorkPhoneNumber |
Gets or sets the work phone number of the responsible party. |
string |
None. |
| ResponsiblePartyWorkPhoneNumberExt |
Gets or sets the extension for the work phone number of the responsible party. |
string |
None. |
| PrimaryCarePhysician |
Primary care physician. |
string |
None. |
| EmergencyContact1Name |
Emergency contact 1 name. |
string |
None. |
| EmergencyContact1Relationship |
Emergency contact 1 relationship. |
string |
None. |
| EmergencyContact1Address1 |
Emergency contact 1 address1. |
string |
None. |
| EmergencyContact1Address2 |
Emergency contact 1 address2. |
string |
None. |
| EmergencyContact1City |
Emergency contact 1 city. |
string |
None. |
| EmergencyContact1State |
Emergency contact 1 state. |
string |
None. |
| EmergencyContact1Zip |
Emergency contact 1 zip. |
string |
None. |
| EmergencyContact1CellphoneNumber |
Emergency contact 1 cellphone number. |
string |
None. |
| EmergencyContact1HomePhoneNumber |
Emergency contact 1 home phone number. |
string |
None. |
| EmergencyContact1WorkPhoneNumber |
Emergency contact 1 work phone number. |
string |
None. |
| EmergencyContact1EmailAddress |
Emergency contact 1 email address. |
string |
None. |
| EmergencyContact2Name |
Emergency contact 2 name. |
string |
None. |
| EmergencyContact2Relationship |
Emergency contact 2 relationship. |
string |
None. |
| EmergencyContact2Address1 |
Emergency contact 2 address1. |
string |
None. |
| EmergencyContact2Address2 |
Emergency contact 2 address2 |
string |
None. |
| EmergencyContact2City |
Emergency contact 2 city. |
string |
None. |
| EmergencyContact2State |
Emergency contact 2 state. |
string |
None. |
| EmergencyContact2Zip |
Emergency contact 2 zip. |
string |
None. |
| EmergencyContact2CellphoneNumber |
Emergency contact 2 cellphone number. |
string |
None. |
| EmergencyContact2HomePhoneNumber |
Emergency contact 2 home phone number. |
string |
None. |
| EmergencyContact2WorkPhoneNumber |
Emergency contact 2 work phone number. |
string |
None. |
| EmergencyContact2EmailAddress |
Emergency contact 2 email address. |
string |
None. |
| CommunicationPreferences |
Contains list of category communication preferences. |
Collection of PatientCategoryCommunicationPreferenceModel |
None. |
| PracticeManagementSystemId |
Practice management system ID. |
string |
None. |
| MedicalRecordNumber |
Medical record number of the patient. |
string |
None. |
| Id |
Unique ID of the model in the portal (Read only). |
globally unique identifier |
None. |
| ExternalId |
Unique ID of the model on integrating system (Required). |
string |
None. |