curl --request GET \
--url https://api.example.com/api/v2/integrations/oncoemr/{slug}/patients{
"patientId": "<string>",
"patientName": "<string>"
}Search for a patient by MRN using stored OncoEMR credentials.
curl --request GET \
--url https://api.example.com/api/v2/integrations/oncoemr/{slug}/patients{
"patientId": "<string>",
"patientName": "<string>"
}