icdSample dataset

Sample table of ICD occurrences

Sample table of ICD occurrences

The data are artificial and do not correspond to real patients. data

Format

A data.table with the following columns:

  • person_id: Character vector of the identifier for each person
  • icd: Character vector of the ICD codes recorded for each person
  • flag: Integer vector of the vocabulary of the ICD code (9 : ICD-9-CM, 10 : ICD-10-CM)
  • entry_date: Vector of type Date indicating the date each ICD code was recorded.
icdSample

See Also

getPhecodeOccurrences(), getWeights(), getScores()

  • Maintainer: Jake Hughey
  • License: GPL-2
  • Last published: 2023-03-26

About the dataset

  • Number of rows: 64
  • Number of columns: 4
  • Class: data.table, data.frame

Column names and types

  • person_id:integer
  • icd:character
  • flag:numeric
  • entry_date:Date