Patient form
Get a single patient-form
Get patient-form data by id
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Required range:
x > 0
Example:
1
Response
200 - application/json
Object with patient-form data.
Patient Form Id
Required range:
x > 0
Example:
1
Submitted time in YYYY:MM:DD HH:mm:ss format
Example:
"1990:01:01 12:20:52"
Patient id
Required range:
x > 0
Example:
1
Organisation id
Required range:
x > 0
Example:
1
Appointment id
Required range:
x > 0
Example:
1
Template id
Required range:
x > 0
Example:
1
Form Title
Example:
"Form Title"
uuid
Example:
"e2753e11-22a2-4886-be76-df5113632f0d"
Branding color
Example:
"blue"
Link of the image
Example:
"https://sampleImage.com"
Content of form
Example:
"[{\"title\":\"Section title\",\"questions\":[{\"type\":\"Paragraph\",\"title\":\"Paragraph title\",\"answerText\":\"\"}]}]}]"
Submitted message
Example:
"Message"
Status
Available options:
Incomplete
, In progress
, Completed
Example:
"Completed"
Object creation date time
Example:
"2023-07-30T09:00:00.000Z"
Object update date time
Example:
"2023-07-30T09:00:00.000Z"