Skip to contents

This will read and process the GP OoH extract, it will return the final data and (optionally) write it to disk.

Usage

read_extract_gp_ooh(
  year,
  diagnosis_path = get_boxi_extract_path(year = year, type = "gp_ooh-d"),
  outcomes_path = get_boxi_extract_path(year = year, type = "gp_ooh-o"),
  consultations_path = get_boxi_extract_path(year = year, type = "gp_ooh-c")
)

Arguments

year

The year to process, in FY format.

diagnosis_path

Path to diagnosis BOXI extract location.

outcomes_path

Path to outcomes BOXI extract location.

consultations_path

Path to consultations BOXI extract location.

Value

the final data as a tibble.