Skip to content

Commit

Permalink
Update README (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Jun 3, 2019
1 parent 45c5ab9 commit fbe7ca7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,18 @@ api.surgery().tables().execute().body()

Healthcare Common Procedure Coding Systems (HCPCS) nomenclatures. The information is maintained through [CanMED](https://seer.cancer.gov/oncologytoolbox).

```java
api.hcpcs().getProcedure("S0087").execute().body();
```

### Staging

Cancer staging algorithms. Currently supports Collaborative Stage which is a unified data collection system designed to provide a
common data set to meet the needs of all three staging systems (TNM, SEER EOD, and SEER SS). It provides a comprehensive system to
improve data quality by standardizing rules for timing, clinical and pathologic assessments, and compatibility across all of the
systems for all cancer sites.

```
```java
api.staging().schemaById("cs", "02.05.50", "brain").execute().body()
```

Expand Down

0 comments on commit fbe7ca7

Please sign in to comment.