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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.samplehc.com/llms.txt

Use this file to discover all available pages before exploring further.

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)