Skip to main content

release

The list of releases that have been loaded into the database

Checks:
  • release_data_check - ((release_version IS NOT NULL) OR ((release_year IS NOT NULL) AND (release_date IS NOT NULL)))
Indexes:
ColumnData TypeNullableIndexedDescription
release_nametextNoYesThe unique name given to each data source such as 'hcpcs'. We do not allow the same release name to be loaded more than once for the same release date and/or version.

Generated through expression: 
source_filenametextNoNoThe name of the file that was loaded.

Generated through expression: 
load_timestamptimestamp with time zoneYesNoThe time the data was loaded.

Generated through expression: 
release_versiontextNoYesFiles may have a date and/or version associated. Note that if only a version is captured (without a date) that lookup by date is impossible. Hence, we usually also supply a date, even if we have to modify the original filename to provide it.

Generated through expression: 
release_yearintegerYesNoYear of data loaded (e.g. 2025).

Generated through expression: 
release_monthintegerYesNoMonth of data loaded (e.g. 12 for December).

Generated through expression: 
release_dayintegerYesNoDay of data loaded (e.g. 6 for the 6th day of the month).

Generated through expression: 
release_datedateYesYesComplete date of data loaded.

Generated through expression: