GET
/
v1
/
patient
/
{patientId}
curl --request GET \
  --url https://app.enzo.health/api/v1/patient/{patientId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "firstname": "<string>",
  "middlename": "<string>",
  "lastname": "<string>",
  "email": "<string>",
  "suffix": "<string>",
  "image": "<string>",
  "dob": "<string>",
  "deceased": true,
  "sex": "<string>",
  "fmrn": "<string>",
  "omrn": "<string>",
  "ssn": "<string>",
  "address": "<string>",
  "city": "<string>",
  "state": "<string>",
  "stateZIP": "<string>",
  "county": "<string>",
  "aptNumber": "<string>",
  "phone": "<string>",
  "homePhone": "<string>",
  "workPhone": "<string>",
  "cellPhone": "<string>",
  "fax": "<string>",
  "language": "<string>",
  "locationType": "HOME",
  "residenceType": "HOME",
  "residenceName": "<string>",
  "timezone": "EST",
  "physician": "<string>",
  "admissionSource": "NON_HEALTH_CARE_FACILITY",
  "insuranceProvider": "<string>",
  "medicareNumber": "<string>",
  "medicaidNumber": "<string>",
  "creationMode": "MANUAL",
  "ingestionStatus": "NOT_STARTED",
  "ingestionPipelineId": "<string>",
  "record": "CAREGIVER",
  "stage": "LEAD",
  "organizationId": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "surgeContactId": "<string>",
  "attachments": [
    {
      "id": "<string>",
      "version": 123,
      "filename": "<string>",
      "description": "<string>",
      "key": "<string>",
      "size": 123,
      "mimeType": "<string>",
      "objectPath": "<string>",
      "organizationId": "<string>",
      "patientId": "<string>",
      "jobId": "<string>",
      "uploadedById": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

patientId
string
required

Response

200
application/json
Successful response
id
string
required
record
enum<string>
required
Available options:
CAREGIVER,
PATIENT,
OTHER
organizationId
string
required
createdAt
string
required
updatedAt
string
required
attachments
object[]
required
name
string | null
firstname
string | null
middlename
string | null
lastname
string | null
email
string | null
suffix
string | null
image
string | null
dob
string | null
deceased
boolean | null
sex
string | null
fmrn
string | null
omrn
string | null
ssn
string | null
address
string | null
city
string | null
state
string | null
stateZIP
string | null
county
string | null
aptNumber
string | null
phone
string | null
homePhone
string | null
workPhone
string | null
cellPhone
string | null
fax
string | null
language
string | null
locationType
enum<string> | null
Available options:
HOME,
ASSISTED_FACILITY,
OTHER
residenceType
enum<string> | null
Available options:
HOME,
SNF,
NF,
ASSISTED_FACILITY
residenceName
string | null
timezone
enum<string> | null
Available options:
EST,
CST,
MST,
PST,
AST,
HST,
AK
physician
string | null
admissionSource
enum<string> | null
Available options:
NON_HEALTH_CARE_FACILITY,
CLINIC,
HOSPITAL,
SNF,
HEALTH_CARE_FACILITY,
COURT_LAW,
NA
insuranceProvider
string | null
medicareNumber
string | null
medicaidNumber
string | null
creationMode
enum<string> | null
Available options:
MANUAL,
AUTOMATED
ingestionStatus
enum<string> | null
Available options:
NOT_STARTED,
IN_PROGRESS,
ERROR,
COMPLETED
ingestionPipelineId
string | null
stage
enum<string> | null
Available options:
LEAD,
QUALIFIED,
OPPORTUNITY,
LOST,
WON
surgeContactId
string | null