i9_i10_comb {multimorbidity} | R Documentation |
Example diagnosis data.
Description
A dataset with fake patient data for 5 patients, with both inpatient and outpatient data, as well as HCPCS codes, and ICD9 and ICD10.
Usage
data(i9_i10_comb)
Format
A data frame with 58 rows and 11 variables:
- patient_id
patient_id
- sex
patient's sex (male or female)
- date_of_serv
the date of service for the fake claim
- visit_type
inpatient (ip) or outpatient(ot)
- dx1
first diagnosis
- dx2
second diagnosis
- dx3
third diagnosis
- dx4
fourth diagnosis
- dx5
fifth diagnosis
- hcpcs
HCPCS code
- icd_version
Which version of ICD the row is. 9 = ICD-9, 0 = ICD-10
Source
This was created by the package author.
[Package multimorbidity version 0.5.1 Index]