PortalPatientModel
Model used to retrieve information about a portal patient. These are patients that exist in the portal but may not be registered yet as patients in the integrating system, i.e. when a new patient creates an account in the portal without going to the office before.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Unique ID of the patient in the portal. |
globally unique identifier |
None. |
| PortalCreated |
Date and time when the portal patient was created in the portal (UTC) |
date |
None. |
| ContactPrefixExternalId |
ID of the prefix of the patient in the integrating system. |
string |
None. |
| FirstName |
First name of the patient. |
string |
None. |
| MiddleName |
Middle name of the patient |
string |
None. |
| LastName |
Last name of the patient. |
string |
None. |
| ContactSuffixExternalId |
ID of the suffix of the patient in the integrating system. |
string |
None. |
| SexExternalId |
ID of the sex of the patient in the integrating system. |
string |
None. |
| Username |
Username of the portal patient. |
string |
None. |
| Birthday |
Birthday of the portal patient. |
date |
None. |
| Address1 |
Address1 of the patient. |
string |
None. |
| Address2 |
Address2 of the patient. |
string |
None. |
| City |
City of the patient. |
string |
None. |
| State |
State of the patient. |
string |
None. |
| ZipCode |
ZIP code of the patient. |
string |
None. |
| CountryName |
Name of the country of the patient. |
string |
None. |
| CommunicationsVoicePhone |
Phone number used for voice communications. |
string |
None. |
| CommunicationsTextPhone |
Phone number used for text communications. |
string |
None. |
| CommunicationsEmail |
Email address used for communications. |
string |
None. |