inpatient_statistics: Get Data for "Department of Health: Inpatient Statistics"

Description Usage Arguments Format Details Source

View source: R/hk-health.R

Description

Inpatient discharges and deaths in all hospitals classified by disease.

UPDATE FREQUENCY: AS AND WHEN NECESSARY

Usage

1
inpatient_statistics(year, path = ".", keep = FALSE)

Arguments

year

year of the data (available since 2012)

path

path to save the file

keep

whether to keep the file after read

Format

A data frame with 10 variables.
* 'icd_code': Detailed List No. ICD 10th Revision
* 'dx_grp': Disease group
* 'ip_ha_hosp': Number of inpatient discharges and deaths - Hospital Authority hospitals
* 'ip_ci_hosp': Number of inpatient discharges and deaths - Correctional Institution hospitals
* 'ip_pvt_hosp': Number of inpatient discharges and deaths - Private hospitals
* 'ip_total': Number of inpatient discharges and deaths - Total
* 'reg_dealth_male': Registered deaths in Hong Kong - Male
* 'reg_dealth_female': Registered deaths in Hong Kong - Female
* 'reg_dealth_total': Registered deaths in Hong Kong - Total
* 'reg_dealth_unknown': Registered deaths in Hong Kong - Unknown sex

Details

* Classification of diseases and causes of death is based on the International
Statistical Classification of Diseases and Related Health Problems (ICD) 10th
Revision from 2001 onwards. Figures from 2001 onwards may not be comparable
with figures for previous years which were compiled based on the ICD 9th Revision.
* Chinese terms of disease groups are based on those compiled by WHO Collaborating Center for the Classification of Diseases, Beijing as the benchmark.
* Refers to discharges and deaths on attendance basis.
Patients treated in nursing homes are excluded.
* The number of inpatient discharges and deaths for Hospital Authority hospitals
may be slightly different from that presented in "Tables on Health Status and
Health Services 2012" Table A18 due to different sources of data.

Source

<https://data.gov.hk/en-data/dataset/hk-dh-dh_ncddhss-ncdd-dataset-10>


XiangdongGu/hkdata documentation built on Aug. 3, 2019, 6:18 p.m.