PatientMedicareHealthStatus
This table stores the Medicare health status flags for a member.
| Column Name | Type | Description |
|---|---|---|
| RecordSourceInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| PatientRecordIdentifier | VARCHAR | The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table. |
| MedicareHealthStatusCategory | INTEGER | Stores the category number for a Health Status Flag. A health status flag is an indicator that comes from CMS for Medicare Advantage members. |
| MedicareHealthStatusEndDate | DATETIME | Stores the end date of the corresponding health status flag. |
| OwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| RecordLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |