| Literature DB >> 27761510 |
Abstract
This data article introduces a data set containing 1459 observations that can enable researchers to examine issues related to and perform statistical investigations into questions of relationships between sources of health care information, data sufficiency, trust levels between patients and healthcare experts (and the advice). The data set also records assessment of Vietnamese patients on whether their choice of health care provider is best available (optimal vs. nonoptimal). The data come from a survey in many hospitals in Hanoi and several neighboring provinces/cities in the North of Vietnam, during the last quarter of 2015. Variables that can be useful for future analysis include sources and availability of information, cost, and amount of time for seeking information. The quality of information and health professionals' credibility are critical factors in helping patients choose a health care provider. Mendeley Data, v1 http://dx.doi.org/10.17632/gmbz53tpwc.1; and can enable the modeling after useful discrete data models such as BCL, with one example being provided in this data article.Entities:
Year: 2016 PMID: 27761510 PMCID: PMC5063815 DOI: 10.1016/j.dib.2016.04.066
Source DB: PubMed Journal: Data Brief ISSN: 2352-3409
Fig. 1Distribution of participating patients by age.
Categorical variables of the data set.
| Coded name | Explanation | Values |
|---|---|---|
| Sex | Gender | Male, female |
| x11.convrel | Information source from friends/relatives | Highly convenient (hi.convrel), somewhat convenient (med.convrel), inconvenient (low.convrel) |
| x12.convexp | Advice from health care expert counseling | Easy access (hi.convexp), somewhat difficult (med.convexp), difficult (low.convexp) |
| x13.convint | The Internet source | Easy and convenient (hi.convint), somewhat limited but still available (med.convint), limited and difficult (low.convint) |
| x21.belfrel | Patients’ trust in information from friends/relatives sources | Believe (bel), only for reference when needed (ref) |
| x22.belfexp | Patients’ trust in expert information and medical advice | Believe (bel), only for reference when needed (ref) |
| x23.belfint | Patients’ trust in the Internet information/data source, as well as mass media sources | Believe (bel), only for reference when needed (ref) |
| x3.ser115 | Actual use of the 115 emergency hot-line medical service | Yes, no |
| x41.time | Representing level of time consumption | Non time-consuming (non.timecons), somewhat time-consuming but acceptable (sw.timecons), and highly time-consuming (hi.timecons) |
| x42.labor | The labor cost for acquiring information | Low.cost, med.cost, hi.cost |
| x43.info | The perceived value of information (i.e., subjective assessment of sufficiency) for choosing a health care provider | Information is sufficient for making a good decision (sufficient), information is insufficient for making a good decision (insuff) |
| x51.cost | Degree of importance of provider’s cost in patient’s choice | Decisive, indecisive |
| x52.profess | Degree of importance of provider’s professional reputation in patient’s choice | Decisive, indecisive |
| x53.services | Degree of importance of provider’s services in patient’s choice | Decisive, indecisive |
| x6.valid | post-treatment assessment of whether a patient’s choice was the best available | Optimal, nonopt |
| x7.SES | patients’ socio-economic status | Poor, nonpoor |
| x8.place | The residency status of a patient | Resident (res), non-resident from other urban areas (nonres.urb), from a rural area in the northern rivers delta regions (rurdelta), remote areas, e.g., mountainous regions (remarea) |
Possible research questions arising from the data set.
| What are the effects of accessibility to information (through various sources: friends/relatives, mass media – with a focus on the Internet, – and health care experts) on patients’ perception of information sufficiency when having to make a choice regarding a health care provider? How are these sources of information different in terms of their influence on patients’ perception? |
| What are the measured effects of time and costs spent by patients on |
| What are the effects of socioeconomic status (SES) and residency status on data/information sufficiency for patients’ decision making? |
| Are the |
| In what ways do the costliness of information and trust in expertize affect the outcome of a patient’s choice? |
| Are the use of 115 Emergency Hot-line counseling and the status of residency having significant impacts on patients’ choice outcomes (optimal vs. non-optimal impacts)? |
Patients’ perception regarding information sufficiency following their access to experts and friends/relatives.
| “x11.convrel” | “x12.convexp” | “x43.info” | |
|---|---|---|---|
| “Sufficient” | “Insuff” | ||
| “low.convrel” | “low.convexp” | 27 | 99 |
| “med.convexp” | 8 | 25 | |
| “hi.convexp” | 9 | 6 | |
| “med.convrel” | “low.convexp” | 67 | 164 |
| “med.convexp” | 112 | 169 | |
| “hi.convexp” | 58 | 23 | |
| “hi.convrel” | “low.convexp” | 125 | 123 |
| “med.convexp” | 109 | 108 | |
| “hi.convexp” | 162 | 65 | |
Distribution of patients who rely on information from friends/relatives and mass media/Internet sources, with respect to data sufficiency.
| “x11.convrel” | “x13.convint” | “x43.info” | |
|---|---|---|---|
| “Sufficient” | “Insuff” | ||
| “low.convrel” | “low.convint” | 11 | 54 |
| “med.convint” | 10 | 43 | |
| “hi.convint” | 23 | 33 | |
| “med.convrel” | “low.convint” | 27 | 66 |
| “med.convint” | 97 | 192 | |
| “hi.convint” | 113 | 98 | |
| “hi.convrel” | “low.convint” | 95 | 66 |
| “med.convint” | 110 | 76 | |
| “hi.convint” | 191 | 154 | |
R commands for BCL estimation.
| >info1=read.csv("E:/DrVuong/Med/Data/Rq1.1.csv", header=T) |
| >attach(info1) |
| >contrasts(info1$x11.convrel)=contr.treatment(levels(info1$x11.convrel),base=1) |
| >contrasts(info1$x12.convexp)=contr.treatment(levels(info1$x12.convexp),base=1) |
| >fit.info1=vglm(cbind(sufficient,insuff)~x11.convrel+x12.convexp,data=info1,family=multinomial) |
| >summary(fit.info1) |
Estimating impacts of "relatives/friends" and "expert counseling" on information sufficiency.
| Intercept | "x11.convrel" | "x12.convexp" | |||
|---|---|---|---|---|---|
| "low.convrel" | "med.convrel" | "low.convexp" | "med.convexp" | ||
| logit(sufficient|insuff) | 1.092*** [8.412] | –1.098*** [–5.568] | –0.531*** [–4.472] | –1.253*** [–8.182] | –1.027*** [–6.634] |
| Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1; | |||||
Empirical probabilities computed for RQ1.
| "x43.info" | "Sufficient" (a) | "Insuff" (b) | ||||
|---|---|---|---|---|---|---|
| "x11.convrel"| "x12.convexp" | "low.convexp" | "med.convexp" | "hi.convexp" | "low.convexp" | "med.convexp" | "hi.convexp" |
| "low.convrel" | 0.221 | 0.263 | 0.499 | 0.779 | 0.737 | 0.501 |
| "med.convrel" | 0.334 | 0.386 | 0.637 | 0.666 | 0.614 | 0.363 |
| "hi.convrel" | 0.460 | 0.516 | 0.749 | 0.540 | 0.484 | 0.251 |
Empirical probabilities of data sufficiency following access to friends/relatives and mass media/Internet sources.
| "x43.info" | "Sufficient" | "Insufficient" | ||||
|---|---|---|---|---|---|---|
| "x11.convrel"| "x13.convint" | "low.convint" | "med.convint" | "hi.convint" | "low.convint" | "med.convint" | "hi.convint" |
| "low.convrel" | 0.228 | 0.231 | 0.303 | 0.772 | 0.769 | 0.697 |
| "med.convrel" | 0.364 | 0.369 | 0.458 | 0.636 | 0.631 | 0.542 |
| "hi.convrel" | 0.524 | 0.528 | 0.619 | 0.476 | 0.472 | 0.381 |
Estimating impacts of friends/relatives and mass media/Internet on data sufficiency.
| Intercept | "x11.convrel" | "x13.convint" | |||
|---|---|---|---|---|---|
| "low.convrel" | "med.convrel" | "low.convint" | "med.convint" | ||
| logit(sufficient|insuff) | 0.484*** [5.036] | –1.317*** [–6.860] | –0.652*** [–5.595] | –0.388** [–2.696] | –0.370** [–2.976] |
| Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1, | |||||
Fig. 2Some graphs from the raw data.
Fig. 3Probabilities of data sufficiency for patients with good access to expert (dash) and to mass media/Internet (solid), with(out) access to friends/relatives.
| Subject area | |
| More specific subject area | |
| Type of data | |
| How data was acquired | |
| Data format | |
| Experimental factors | |
| Experimental features | |
| Data source location | |
| Data accessibility |
| >med=read.csv(“E:/DrVuong/Med/Data/20151230Med.csv”, header=T) |
| >attach(med) |
| >x11.12.43=xtabs(~x11.convrel+x12.convexp+x43.info) |
| >ftable(x11.12.43) |
| Health care provider | Obs | Health care provider | Obs |
|---|---|---|---|
| Bach Mai | 231 | Military 198 | 15 |
| Viet Duc | 108 | Hospital E | 28 |
| Polyclinic 125 Thai Thinh | 61 | Military 103 | 13 |
| Hospitals of Obstetrics and Gynecology | 53 | Ministry of Construction Hospital | 13 |
| Military 108 | 39 | Hospital of Geriatrics | 13 |
| Hanoi University of Health Hospital | 30 | Ministry of Transport Hospital | 11 |
| Saint Paul Hospital | 28 | Ha Dong Polyclinic | 11 |
| Thanh Nhan Hospital | 27 | Hospital of Pediatrics | 9 |
| Post Hospital | 24 | Hospital of Tropical Diseases | 6 |
| Institute of Dermatology | 18 | Others | 721 |