encounters.csv
This file contains information on the encounters present in the FHIR bundle.
Columns
patient_id
string
The patient this encounter is for. Uniquely identifies a row in patients.csv
.
encounter_id
string
The encounter ID from the FHIR bundle field encounter.id
.
identifier
string
The first business identifier from the FHIR bundle field encounter.identifier
.
admit_date
date
The admit date of the encounter, as specified by the FHIR bundle.
discharge_date
date
The discharge date of the encounter, as specified by the FHIR bundle.
patient_class_code, patient_class_display, and patient_class_code_system
string
The code, display, and code system components of the encounter’s patient class.
dischargedisposition_code, dischargedisposition_display, and dischargedisposition_code_system
string
The code, display, and code system components of the encounter’s discharge disposition.
facilitynpi, facilitytin, facilityname, facilitylocalidentifier, and facility_provider_id
string
The NPI, TIN, name, business identifier, and unique identifier (from providers.csv
) of the facility servicing the encounter.
renderingprovidernpi, renderingproviderlastname, renderingproviderfirstname, renderingproviderlocalidentifier, and renderingprovider_provider_id
string
The NPI, last name, first name, business identifier, and unique identifier (from providers.csv
) of the rendering provider for the encounter.
datasource
string
Reflects the origin of the data. This may have been set in one of the previous convert operations. See Data Source.