procedure

The procedure table is related to the Procedure resource that is available via the FHIR API.
The procedure table combines all procedure and service data from all data sources (clinical and claims) for a HIEBus person (recordgroup) into a consolidated structure.

Additional References:

Table Schema

Name Type Description
personid VARCHAR

GUID. An internal identifier representing a unique person that may include data from several sources that have been linked. This identifier is the person_id of a HIEBus recordgroup.

procedureid VARCHAR

GUID. An internal identifier representing a unique procedure. This identifier is the id of the row in the HIEBus source tables.

code VARCHAR

Mapped by Rosetta. The prioritized mapped terminology code determined to represent the diagnosis. The default prioritization is by code system: HCPCS, ICD-10-CM, ICD-9-CM. The code sent by data source will be used if no mappings are available.

display VARCHAR

Mapped by Rosetta. The description associated with the code column.

codesystem VARCHAR

Mapped by Rosetta. The terminology namespace of the code column.

termid INTEGER

A HIEBus terminology id. Reference to the original primary term (usually from a data source namespace) received by HIEBus that can be used to show the original code or relate to alternative mappings.

alternatetermids VARCHAR

A comma delimited list of termids (usually from a data source namespace) that provides supplemental terms received from the data source to represent the diagnosis.

hcpcscode VARCHAR

Mapped by Rosetta. If available, the HCPCS code mapped from the original primary term or alternate terms.

hcpcsdisplay VARCHAR

Mapped by Rosetta. If available, the HCPCS description associated with the hcpcscode column.

icd10code VARCHAR

Mapped by Rosetta. If available, the ICD10 code mapped from the original primary term or alternate terms.

icd10display VARCHAR

Mapped by Rosetta. If available, the ICD10 description associated with the icd10code column.

icd9code VARCHAR

Mapped by Rosetta. If available, the ICD9 code mapped from the original primary term or alternate terms.

icd9display VARCHAR

Mapped by Rosetta. If available, the ICD9 description associated with the icd9code column.

performed TIMESTAMP

The date the procedure was performed.

encounterid VARCHAR

GUID. Source encounter, if determined from an encounter-based data source.

claimid VARCHAR

GUID. Source claim, if determined from an claim-based data source.

datasource VARCHAR

The name of the data source. Commonly determined from the HIEBus record authority name of the source patient record.

sourcecodesystem VARCHAR

The terminology namespace of the original primary term that was sent by the data source.

total DECIMAL

Amount paid for the procedure or service.

type VARCHAR

Mapped by Rosetta. Category or discipline. This is the preferred mapped concept determined by the Rosetta Terminology Service.

typecode VARCHAR

Mapped by Rosetta. Coded Value. Category or discipline. This is the preferred mapped concept determined by the Rosetta Terminology Service.

typetermid INTEGER

Reference to the HIEBus terminology id.

revenue VARCHAR

Mapped by Rosetta. Description of the revenue code associated with the procedure. This is the preferred mapped concept determined by the Rosetta Terminology Service.

revenuecode VARCHAR

Mapped by Rosetta. Coded value. Description of the revenue code associated with the procedure. This is the preferred mapped concept determined by the Rosetta Terminology Service.

revenuetermid INTEGER

Reference to the HIEBus terminology id.

location VARCHAR

Mapped by Rosetta. Place of service for the procedure. This is the preferred mapped concept determined by the Rosetta Terminology Service.

locationcode VARCHAR

Mapped by Rosetta. Coded value. Place of service for the procedure. This is the preferred mapped concept determined by the Rosetta Terminology Service.

locationtermid INTEGER

Reference to HIEBus the terminology id.

ccscategory VARCHAR

Computed. The identifier of the related CCSR procedure category.

ccsdescription VARCHAR

Computed. The description of the related CCSR procedure category.

ccsclinicaldomain VARCHAR

Computed. The clinical domain of the related CCSR procedure category.

primarycaresetting VARCHAR

Computed. A normalized description of the place of service in which the diagnoses was recorded. This property is copied from the related encounter or claim.

primarycaresettingreason VARCHAR

Computed. For traceability, an explanation for the primarycaresetting assignment.

annotations VARCHAR

Computed. A comma delimited set of strings that represent computed features of the procedure.

lastupdated TIMESTAMP

System generated timestamp indicating the most recent change to this data row. Used for differential operations. Managed in UTC.


Back to Tables