Cancer Cases
The Cancer Cases feature helps you manage patients' cancer care and cancer data. All encounters related to reportable diagnoses are automatically sent to state cancer registries.
The Cancer Cases has data fields specific to cancer care and provides a view of the following:
- The patient's cancer care
- All encounters and related diagnoses, procedures, and orders that are associated with the cancer diagnosis
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Get open cancer cases for the patient and department.
GET
/v1/{practiceid}/chart/{patientid}/cancercases
The open cancer cases for a specified patient and department.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
practiceid
integer
practiceid
patientid
integer
patientid
departmentid
integer
The ID of the department to retrieve cancer cases for.
Output Parameters
Expand all
cancercases
array
List of cancer cases for this patient
Example Code