Skip to main content
GET
/
api
/
v2
/
integrations
/
oncoemr
/
{slug}
/
patients
Find patient by MRN using connection slug
curl --request GET \
  --url https://api.example.com/api/v2/integrations/oncoemr/{slug}/patients
{
  "patientId": "<string>",
  "patientName": "<string>"
}

Path Parameters

slug
string
required

The slug of the OncoEMR connection.

Query Parameters

mrn
string
required

Patient Medical Record Number

Response

Default Response

patientId
string
required

OncoEMR internal patient ID

patientName
string
required

Patient name (Last, First format)