Column medicare._beneficiaries.orec_latest
Overview of column orec_latest in table medicare._beneficiaries
Table |
|
Qualified name |
medicare._beneficiaries.orec_latest |
Datatype |
string |
Column type |
computed |
Non-null only when OREC was not consistent across the beneficiary’s records (i.e. it changed over the years). Drives consistent_orec, analogously to dob_latest -> consistent_dob.
Expressions
SELECT CASE
WHEN MIN(orec) <> MAX(orec) THEN MAX(orec)
END
Data lineage for column medicare._beneficiaries.orec_latest