{
  "_id": "6a17e79aacfb0bcc41da1ae7",
  "Package": "readmit",
  "Title": "Tools for Working with Hospital Readmissions Data",
  "Version": "0.0.1.9000",
  "Authors@R": "person(\"Alex\", \"Zajichek\", , \"alex@centralstatz.com\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "Contains tools for working with and analyzing hospital\nreadmissions data. The package provides utilities for\ncomponents of the Hospital Readmissions Reduction Program\n(HRRP), including program timeline functions, Hospital-Specific\nReport (HSR) helpers, and general importing tools for the\nProvider Data Catalog (PDC).",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "URL": "https://centralstatz.github.io/readmit/,\nhttps://github.com/centralstatz/readmit",
  "LazyData": "true",
  "Config/Needs/website": "rmarkdown",
  "BugReports": "https://github.com/centralstatz/readmit/issues",
  "Config/pak/sysreqs": "libicu-dev libssl-dev libx11-dev",
  "Repository": "https://centralstatz.r-universe.dev",
  "Date/Publication": "2026-03-29 19:58:18 UTC",
  "RemoteUrl": "https://github.com/centralstatz/readmit",
  "RemoteRef": "HEAD",
  "RemoteSha": "6405a434fa5871f9599027bbd8c8f6d005f13d8f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-28 06:44:40 UTC",
    "User": "root"
  },
  "Author": "Alex Zajichek [aut, cre, cph]",
  "Maintainer": "Alex Zajichek <alex@centralstatz.com>",
  "MD5sum": "cfb0c83630b716fbe42a5466ca3d0327",
  "_user": "centralstatz",
  "_type": "src",
  "_file": "readmit_0.0.1.9000.tar.gz",
  "_fileid": "49cc7c3ba3256dbdf75d7d33df1f427db0082c6247818049146877c55a3fbf37",
  "_filesize": 1143979,
  "_sha256": "49cc7c3ba3256dbdf75d7d33df1f427db0082c6247818049146877c55a3fbf37",
  "_created": "2026-05-28T06:44:40.000Z",
  "_published": "2026-05-28T06:58:34.413Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78238106507,
      "time": 167,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7259416780"
    },
    {
      "job": 78238106508,
      "time": 140,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7259410081"
    },
    {
      "job": 78238106520,
      "time": 719,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7259423558"
    },
    {
      "job": 78238106580,
      "time": 190,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7259445940"
    },
    {
      "job": 78237759270,
      "time": 170,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7259375001"
    },
    {
      "job": 78238106497,
      "time": 131,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7259408283"
    },
    {
      "job": 78238106513,
      "time": 130,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7259407981"
    },
    {
      "job": 78238106619,
      "time": 92,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7259398343"
    },
    {
      "job": 78238106554,
      "time": 84,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7259396478"
    }
  ],
  "_buildurl": "https://github.com/r-universe/centralstatz/actions/runs/26559163874",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/centralstatz/readmit",
  "_commit": {
    "id": "6405a434fa5871f9599027bbd8c8f6d005f13d8f",
    "author": "zajichek <alexzajichek@gmail.com>",
    "committer": "zajichek <alexzajichek@gmail.com>",
    "message": "Refactor HSR workflow to CSV-first architecture with configurable parser and component-based analysis\n",
    "time": 1774814298
  },
  "_maintainer": {
    "name": "Alex Zajichek",
    "email": "alex@centralstatz.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "readxl",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    },
    {
      "package": "reactable",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "centralstatz",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-45",
      "n": 10
    },
    {
      "week": "2025-46",
      "n": 9
    },
    {
      "week": "2025-47",
      "n": 4
    },
    {
      "week": "2025-48",
      "n": 6
    },
    {
      "week": "2025-49",
      "n": 5
    },
    {
      "week": "2025-50",
      "n": 2
    },
    {
      "week": "2025-51",
      "n": 9
    },
    {
      "week": "2026-13",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.0.1",
      "date": "2025-12-16"
    }
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "zajichek",
      "count": 46,
      "uuid": 46714834
    }
  ],
  "_userbio": {
    "uuid": 167790022,
    "type": "organization",
    "name": "CentralStatz Statistical & Data Sciences LLC",
    "description": "Statistical and data science consultancy in Central Wisconsin"
  },
  "_downloads": {
    "count": 131,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/readmit"
  },
  "_devurl": "https://github.com/centralstatz/readmit",
  "_pkgdown": "https://centralstatz.github.io/readmit/",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/readmit.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/centralstatz/readmit",
  "_realowner": "centralstatz",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2025-12-19"
    }
  ],
  "_exports": [
    "hrrp_get_dates",
    "hsr_coefficients",
    "hsr_cohort_summary",
    "hsr_count_dual_stays",
    "hsr_count_total_stays",
    "hsr_detect_format",
    "hsr_discharges",
    "hsr_dual_proportion",
    "hsr_dual_stays",
    "hsr_mock_reports",
    "hsr_neutrality_modifier",
    "hsr_parse",
    "hsr_parser_config",
    "hsr_payment_adjustment_factor",
    "hsr_payment_penalty",
    "hsr_payment_summary",
    "hsr_peer_group",
    "hsr_read",
    "hsr_readmission_risks",
    "hsr_resolve_source",
    "is_hsr",
    "is_hsr_bundle",
    "is_hsr_source",
    "pdc_datasets",
    "pdc_read",
    "pdc_topics"
  ],
  "_datasets": [
    {
      "name": "hrrp_cohort_inclusion",
      "title": "Key dates from the Hospital Readmissions Reduction Program (HRRP)",
      "object": "hrrp_cohort_inclusion",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "ProgramYear",
        "AMI",
        "COPD",
        "HF",
        "PN",
        "CABG",
        "HK"
      ],
      "rows": 9,
      "table": true,
      "tojson": true
    },
    {
      "name": "hrrp_keydates",
      "title": "Key dates from the Hospital Readmissions Reduction Program (HRRP)",
      "object": "hrrp_keydates",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "ProgramYear",
        "PerformanceStartDate",
        "PerformanceEndDate",
        "PaymentStartDate",
        "PaymentEndDate",
        "ReviewStartDate",
        "ReviewEndDate",
        "SnapshotDate",
        "AMI",
        "COPD",
        "HF",
        "PN",
        "CABG",
        "HK"
      ],
      "rows": 11,
      "table": true,
      "tojson": true
    },
    {
      "name": "hrrp_payment_periods",
      "title": "Key dates from the Hospital Readmissions Reduction Program (HRRP)",
      "object": "hrrp_payment_periods",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "ProgramYear",
        "StartDate",
        "EndDate"
      ],
      "rows": 9,
      "table": true,
      "tojson": true
    },
    {
      "name": "hrrp_performance_periods",
      "title": "Key dates from the Hospital Readmissions Reduction Program (HRRP)",
      "object": "hrrp_performance_periods",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "ProgramYear",
        "StartDate",
        "EndDate"
      ],
      "rows": 11,
      "table": true,
      "tojson": true
    },
    {
      "name": "hrrp_review_periods",
      "title": "Key dates from the Hospital Readmissions Reduction Program (HRRP)",
      "object": "hrrp_review_periods",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "ProgramYear",
        "StartDate",
        "EndDate"
      ],
      "rows": 8,
      "table": true,
      "tojson": true
    },
    {
      "name": "hrrp_snapshot_dates",
      "title": "Key dates from the Hospital Readmissions Reduction Program (HRRP)",
      "object": "hrrp_snapshot_dates",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "ProgramYear",
        "SnapshotDate"
      ],
      "rows": 9,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "hrrp_get_dates",
      "title": "Find relevant dates from the Hospital Readmissions Reduction Program (HRRP)",
      "topics": [
        "hrrp_get_dates"
      ]
    },
    {
      "page": "hrrp_keydates",
      "title": "Key dates from the Hospital Readmissions Reduction Program (HRRP)",
      "topics": [
        "hrrp_cohort_inclusion",
        "hrrp_keydates",
        "hrrp_payment_periods",
        "hrrp_performance_periods",
        "hrrp_review_periods",
        "hrrp_snapshot_dates"
      ]
    },
    {
      "page": "hsr_coefficients",
      "title": "Extract risk model coefficients from a Hospital-Specific Report (HSR)",
      "topics": [
        "hsr_coefficients"
      ]
    },
    {
      "page": "hsr_cohort_summary",
      "title": "Extract cohort summary information from a Hospital-Specific Report (HSR)",
      "topics": [
        "hsr_cohort_summary"
      ]
    },
    {
      "page": "hsr_detect_format",
      "title": "Detect the format of a Hospital-Specific Report (HSR)",
      "topics": [
        "hsr_detect_format"
      ]
    },
    {
      "page": "hsr_discharges",
      "title": "Extract discharge-level data from a Hospital-Specific Report (HSR)",
      "topics": [
        "hsr_discharges"
      ]
    },
    {
      "page": "hsr_dual_stays",
      "title": "Extract dually-eligible discharges from a Hospital-Specific Report (HSR)",
      "topics": [
        "hsr_dual_stays"
      ]
    },
    {
      "page": "hsr_mock_reports",
      "title": "Retrieve file location of mock Hospital-Specific Reports (HSR)",
      "topics": [
        "hsr_mock_reports"
      ]
    },
    {
      "page": "hsr_parse",
      "title": "Parse an HSR source bundle",
      "topics": [
        "hsr_parse"
      ]
    },
    {
      "page": "hsr_parser_config",
      "title": "Create an HSR parser configuration",
      "topics": [
        "hsr_parser_config"
      ]
    },
    {
      "page": "hsr_payment_summary",
      "title": "Extract payment summary information from a Hospital-Specific Report (HSR)",
      "topics": [
        "hsr_count_dual_stays",
        "hsr_count_total_stays",
        "hsr_dual_proportion",
        "hsr_neutrality_modifier",
        "hsr_payment_adjustment_factor",
        "hsr_payment_penalty",
        "hsr_payment_summary",
        "hsr_peer_group"
      ]
    },
    {
      "page": "hsr_read",
      "title": "Parse a Hospital-Specific Report (HSR)",
      "topics": [
        "hsr_read"
      ]
    },
    {
      "page": "hsr_readmission_risks",
      "title": "Compute discharge-level readmission risks in a Hospital-Specific Report (HSR)",
      "topics": [
        "hsr_readmission_risks"
      ]
    },
    {
      "page": "hsr_resolve_source",
      "title": "Resolve an HSR source bundle",
      "topics": [
        "hsr_resolve_source"
      ]
    },
    {
      "page": "is_hsr",
      "title": "Check whether an object is a parsed HSR",
      "topics": [
        "is_hsr"
      ]
    },
    {
      "page": "is_hsr_bundle",
      "title": "Check whether an object is a parsed HSR bundle",
      "topics": [
        "is_hsr_bundle"
      ]
    },
    {
      "page": "is_hsr_source",
      "title": "Check whether an object is an HSR source bundle",
      "topics": [
        "is_hsr_source"
      ]
    },
    {
      "page": "pdc_read",
      "title": "Import datasets from the Provider Data Catalog (PDC)",
      "topics": [
        "pdc_datasets",
        "pdc_read",
        "pdc_topics"
      ]
    }
  ],
  "_pkglogo": "https://github.com/centralstatz/readmit/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/centralstatz/readmit/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "bit",
    "bit64",
    "cellranger",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "hms",
    "httr",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "readr",
    "readxl",
    "rematch",
    "rlang",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr"
  ],
  "_score": 3.6020599913279625,
  "_indexed": true,
  "_nocasepkg": "readmit",
  "_universes": [
    "centralstatz"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1.9000",
      "date": "2026-05-28T06:47:26.000Z",
      "distro": "noble",
      "commit": "6405a434fa5871f9599027bbd8c8f6d005f13d8f",
      "fileid": "edb1707fef7c1f571b3ed12c3000c286a93e003f78f650a4e9cb5231c897550b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/centralstatz/actions/runs/26559163874"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.1.9000",
      "date": "2026-05-28T06:47:00.000Z",
      "distro": "noble",
      "commit": "6405a434fa5871f9599027bbd8c8f6d005f13d8f",
      "fileid": "e49f2bb98a64ee2c9475685198ab46f8b7e18b7a7fab8d129999a7ea3502a775",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/centralstatz/actions/runs/26559163874"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1.9000",
      "date": "2026-05-28T06:47:58.000Z",
      "commit": "6405a434fa5871f9599027bbd8c8f6d005f13d8f",
      "fileid": "6e8c5e762f28fae0dcebe404b2a04101d2ca6c91f3fc41241b7e3849310dfeff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/centralstatz/actions/runs/26559163874"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.1.9000",
      "date": "2026-05-28T06:49:26.000Z",
      "commit": "6405a434fa5871f9599027bbd8c8f6d005f13d8f",
      "fileid": "4669f15731eed0dbe01eb9a94a310c42332faf45ebc7f60da3f9e47bebac8f8f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/centralstatz/actions/runs/26559163874"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.1.9000",
      "date": "2026-05-28T06:47:11.000Z",
      "commit": "6405a434fa5871f9599027bbd8c8f6d005f13d8f",
      "fileid": "be8a1d6a596abf042e31a9889ee4ac005909c75b18c012b6047f1ec0feb5341d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/centralstatz/actions/runs/26559163874"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.1.9000",
      "date": "2026-05-28T06:46:42.000Z",
      "commit": "6405a434fa5871f9599027bbd8c8f6d005f13d8f",
      "fileid": "7557b506820f2d18cffd2c6463b027b40527db1c1827a3c6981b126eec58477e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/centralstatz/actions/runs/26559163874"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.1.9000",
      "date": "2026-05-28T06:46:04.000Z",
      "commit": "6405a434fa5871f9599027bbd8c8f6d005f13d8f",
      "fileid": "8c02d0a6db17fe158a25bb636f68c12f57feca28ef8fc5abe5ecfcc91fc16609",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/centralstatz/actions/runs/26559163874"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.1.9000",
      "date": "2026-05-28T06:45:56.000Z",
      "commit": "6405a434fa5871f9599027bbd8c8f6d005f13d8f",
      "fileid": "c3d311bba601beaff2220bbbbed437aea7f561e77b9ea0fbaa4792c7d6571c94",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/centralstatz/actions/runs/26559163874"
    }
  ]
}