Patient REST Endpoints

Patient
The operations from the Patient category.
Create a patient
Method: post
Path: /Patient
Get a list of patients
Method: get
Path: /Patient
Get a patient by ID
Method: get
Path: /Patient{ID}
Patch a patient
Method: patch
Path: /Patient{ID}