PatientReportingValidity
The table contains one row for each patient in your system and indicates whether the patient is considered valid for reporting purposes.
| Column Name | Type | Description |
|---|---|---|
| CommunityLogicalOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance from which this Chronicles record was extracted. This is populated only if you use IntraConnect. |
| PatientIdentification | VARCHAR | The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table. |
| IsValidPatientIndicator | VARCHAR | Indicates whether the EPT record represents a valid patient for reporting purposes. Valid patients are active (EPT 5 is not 1), not soft-deleted (EPT 5 is not 2), not test patients (EPT 108 is not Y), not fetuses (EPT 15060 is not Y), not fetal demise patients (EPT 15061 is not Y), not error newborns (EPT 15062 is not Y), do not have a lab species specified (EPT 14000 is NULL), and are not administrative research patients (EPT 2551 is NULL). To investigate why nonvalid patients are being marked as such, you can join this view to V_PAT_NOT_VALID_RSN. If this column is null, it means the patient does not have a matching ID in VALID_PATIENT. |
| OwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this Chronicles record. This is populated only if you use IntraConnect. |