Skip to main content
GET
Get patient by ID

Authorizations

Authorization
string
header
required

Marketplace API key

Headers

X-Organization-Id
string
required

Target clinic organization ID

Path Parameters

id
string
required

Patient ID

Query Parameters

include
enum<string>[]

Comma-separated expansions. address adds the patient's mailing address; contact adds preferredLanguage, typed phoneNumbers and the emergency contact; identity adds masterPatientId and duplicatePatientIds. address and contact additionally require the read:patient_pii scope and 403 without it; identity needs only read:patients.

Available options:
address,
contact,
identity
Example:

"address,contact,identity"

Response

Success

code
string
required

Response code

Example:

"success"

data
object
required