| data1042 | R Documentation |
A dataset of 1,042 inpatients from hospitals in Northern Vietnam, collected over 20 months (August 2014 – March 2016). The dataset covers healthcare access, health insurance, treatment costs, financial burden, and socio-demographic variables. It has been used in multiple peer-reviewed publications.
data(data1042)
A data frame with 1,042 observations and 45 variables. Selected variables:
AgePatient's age.
BurdenFinancial burden after treatment.
DaysLength of hospital stay.
DcostDaily hospital cost.
EduEducational attainment.
EndTreatment outcome.
IfHigherExpected financial impact if treatment continued.
IllnessSeverity/type of illness.
IncomeAnnual income.
InsuredWhether the patient had insurance.
PcharPortion covered by charity.
PincPortion covered by income.
PinsPortion covered by insurance reimbursement.
PloanPortion covered by loans.
ResRegion of residence.
SESSocioeconomic status.
SatInsSatisfaction with insurance.
SavingPercentage of savings used.
SexPatient's gender (1 = female, 2 = male).
SpentTotal amount spent on treatment.
AvgCostNot yet documented.
Dcost_USDNot yet documented.
EnvLNot yet documented.
HospitalNot yet documented.
IDNot yet documented.
Ill2Not yet documented.
IncRankNot yet documented.
Income_USDNot yet documented.
InsGapNot yet documented.
InsLNot yet documented.
InsL2Not yet documented.
JcondNot yet documented.
LoanLNot yet documented.
MaxInsNot yet documented.
SatServNot yet documented.
SenvNot yet documented.
Spent_USDNot yet documented.
SrelNot yet documented.
StayNot yet documented.
StreatNot yet documented.
WkYrsNot yet documented.
Ho, M.T.; La, V.P.; Nguyen, M.H.; Vuong, Q.H. et al. (2019). "Health care, health insurance and economic destitution: A dataset of 1042 stories." Data, 4.
https://www.mdpi.com/journal/data
Related studies:
Vuong, Q.H. (2015). Be rich or don’t be sick. SpringerPlus. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1186/s40064-015-1279-x")}
Vuong, Q.H. (2016). Data on Vietnamese patients’ financial burdens. Data in Brief. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.dib.2016.09.040")}
Vuong, Q.H. (2017). Health insurance thresholds in Vietnam. Biomedical Research.
data(data1042)
# View structure
str(data1042)
# Summarize financial burden
table(data1042$Burden)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.