-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
84 lines (62 loc) · 2.87 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = FALSE,
echo = TRUE,
message = TRUE,
warning = FALSE,
error = TRUE,
comment = "#>",
dpi = 600,
out.width = "100%"
)
```
# procedural <a href="https://andrewallenbruce.github.io/procedural/"><img src="man/figures/logo.png" align="right" height="139" alt="procedural website" /></a>
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Codecov test coverage](https://codecov.io/gh/andrewallenbruce/procedural/branch/main/graph/badge.svg)](https://app.codecov.io/gh/andrewallenbruce/procedural?branch=main)
[![R-CMD-check](https://github.com/andrewallenbruce/procedural/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/andrewallenbruce/procedural/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
The goal of __procedural__ is to provide a set of tools for working with the __2024 ICD-10-PCS__ procedure classification system.
# :package: Installation
You can install __`procedural`__ from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("andrewallenbruce/procedural")
```
# :beginner: Usage
```{r echo=TRUE, message=FALSE, warning=FALSE}
library(procedural)
```
__ICD-10-PCS__, or __the International Classification of Diseases, 10th Revision, Procedure Coding System__, is a procedure classification system used to code procedures performed in hospital inpatient health care settings.
## Codes
```{r}
pcs("0LQV3ZZ") # Medical and Surgical
pcs("0G9000Z") # Medical and Surgical
pcs("10D20ZZ") # Obstetrics
pcs("2W0UX0Z") # Placement
pcs("3E1938X") # Administration
pcs("4B01XVZ") # Measurement and Monitoring
pcs("5A02110") # Extracorporeal or Systemic Assistance and Performance
pcs("6A0Z0ZZ") # Extracorporeal or Systemic Therapies
pcs("7W00X0Z") # Osteopathic
pcs("8C01X6J") # Other Procedures
pcs("9WB0XBZ") # Chiropractic
pcs("B00B0ZZ") # Imaging
pcs("C0101ZZ") # Nuclear Medicine
pcs("DG22DZZ") # Radiation Therapy
pcs("F14Z01Z") # Physical Rehabilitation and Diagnostic Audiology
pcs("GZ10ZZZ") # Mental Health
pcs("HZ96ZZZ") # Substance Abuse Treatment
pcs("XY0YX37") # New Technology
```
<br>
------------------------------------------------------------------------------
## :balance_scale: Code of Conduct
Please note that the `provider` project is released with a [Contributor Code of Conduct](https://andrewallenbruce.github.io/procedural/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
<br>
## :classical_building: Governance
This project is primarily maintained by [Andrew Bruce](https://github.com/andrewallenbruce). Other authors may occasionally assist with some of these duties.