Skip to content

Commit fbe7ca7

Browse files
committed
Update README (#22)
1 parent 45c5ab9 commit fbe7ca7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,18 @@ api.surgery().tables().execute().body()
154154

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

157+
```java
158+
api.hcpcs().getProcedure("S0087").execute().body();
159+
```
160+
157161
### Staging
158162

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

164-
```
168+
```java
165169
api.staging().schemaById("cs", "02.05.50", "brain").execute().body()
166170
```
167171

0 commit comments

Comments
 (0)