powered by
A sample dataset containing hospitalization records for 10 individuals, with 3 overlapping with dx_data.
hosp_data
A data frame with 10 rows and 11 variables:
Patient identifier
Patient's first name
Patient's last name
Patient's date of birth
Medicare number with check digit
Sex (1=Male, 2=Female)
Postcode
Indigenous status
ICD-10 diagnosis code
Hospital admission date
Hospital discharge date
data(hosp_data) head(hosp_data)
Run the code above in your browser using DataLab