Skip to main content
GET
/
api
/
2.0
/
patient_forms
/
{id}
Retrieve Patient Form
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/patient_forms/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "created_date": "2023-11-07T05:31:56Z",
  "deleted_date": "2023-11-07T05:31:56Z",
  "form_name": "<string>",
  "last_modified_date": "2023-11-07T05:31:56Z",
  "practice": 123,
  "sequence": 32767,
  "topics": "<unknown>",
  "appointment_types": [
    123
  ],
  "created_by": 123,
  "deleted_by": 123,
  "id": 123,
  "last_modified_by": 123
}

Documentation Index

Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt

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

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer<int64>
required

Response

200 - application/json
created_date
string<date-time>
required
deleted_date
string<date-time>
required
form_name
string
required
last_modified_date
string<date-time>
required
practice
integer<int64>
required
sequence
integer
required
Required range: 0 <= x <= 65535
topics
any
required
appointment_types
integer<int64>[]
read-only
created_by
integer | null
deleted_by
integer | null
id
integer
read-only
last_modified_by
integer | null