HospitalAttendingProvid
The table contains information on inpatient or outpatient attending providers. This table is based on.
| Column Name | Type | Description |
|---|---|---|
| EncounterContactRealDate | FLOAT | This is a numeric representation of the date of this contact in your system. The integer portion of the number specifies the date of the contact. The digits after the decimal point indicate multiple contacts on one day. |
| AttendingProviderDeploymentOwnerIdentifier | VARCHAR | ID of the deployment owner for this contact. |
| PatientIdentification | VARCHAR | The ID of the patient with this attending provider. |
| PatientEncounterContactSerialNumber | NUMERIC | A unique serial number for this encounter. This number is unique across all patients and encounters in the system. |
| AttendingProviderIdentifier | VARCHAR | This column stores the unique identifier for the attending provider for the patient. Can be assigned for both hospital encounters and outpatient visits. From and to dates are not guaranteed to be filled in. |
| AttendingProviderLineNumber | INTEGER | The line number of the attending provider for the patient. |
| AttendingProviderStartDate | DATETIME | The date and time the attending provider started for the patient. Can be assigned for both hospital encounters and outpatient visits. Dates are not guaranteed to be filled in. If dates are empty, this range is assumed to be open-ended. Date/time range only applies to this encounter. Checking relevant encounter dates should be done in addition to these dates to get the whole picture for an encounter. |
| AttendingProviderEndDate | DATETIME | The date and time the attending provider ended for the patient. Can be assigned for both hospital encounters and outpatient visits. Dates are not guaranteed to be filled in. If dates are empty, this range is assumed to be open-ended. Date/time range only applies to this encounter. Checking relevant encounter dates should be done in addition to these dates to get the whole picture for an encounter. |