Skip to main content

transparency_in_network

One billing code entry from a transparency file. A file may list the same billing code in several entries with differing descriptions or bundles, so each entry is kept separately rather than merged.

Primary Key:Foreign Keys:Indexes:
ColumnData TypeNullableIndexedDescription
transparency_file_idbigintNoYesLink to the file this entry came from. Entry IDs are only unique within a file.
in_network_idintegerNoYesPosition of this entry in the file's in_network list. Assigned by the loader because the payer gives entries no ID, and positional so repeated billing codes stay distinct.
billing_codetextNoYesThe code itself, for example 99213
billing_code_typetextNoYesCode system, for example CPT, HCPCS, or MS-DRG
billing_code_type_versiontextNoNoVersion of the code system, for example 2026
negotiation_arrangementtransparency_negotiation_arrangement_typeNoNoHow the rate is arranged
severity_of_illnesstextYesNoAPR-DRG severity level, which is part of what identifies the entry, since a payer lists one billing code several times with identical descriptions and only this differing.
nametextNoNoPayer's short name for the code
descriptiontextNoNoPayer's description of the code
bundled_codesjsonbYesNoCodes bundled with this one, kept as JSON because it is rare and its shape varies
covered_servicesjsonbYesNoServices covered by a capitation arrangement, kept as JSON because it is rare and its shape varies