Health record

Get health record by ID

get

Fetches a health record by its ID

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
healthRecordIdnumberRequiredPattern: [^\/#\?]+?
Query parameters
namestringOptional

Name of the file

Example: example.txt
fetchAllFilesbooleanOptional

Fetch all files flag

Example: true
cloudIdstringOptional

Cloud ID

Example: cloud123
idnumberOptional

ID of the file

Example: 1
fileIdnumber[]Optional
archivedbooleanOptional

Archived status

Example: true
personIdnumberOptional

Person ID associated with the file

Example: 123
externalIdstringOptional

External ID

Example: ext123
patientIdstringOptional

Patient ID

Example: pat123
expandRelatedFilesbooleanOptional

Expand related files flag

Example: true
pageNumbernumberOptional

Page number for pagination

Default: 1Example: 1
pageSizenumberOptional

Page size for pagination

Default: 10Example: 10
organizationIdnumberOptional

Organization ID

Example: 1
Responses
200Success
application/json
get
/api/health-record/{healthRecordId}
200Success

Update health record file

put

Updates the file for a specific health record

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
healthRecordIdnumberRequiredPattern: [^\/#\?]+?
Body
idintegerOptional

ID associated with the file

Example: 123
namestringOptional

Name of the file

Example: example.txt
cloudIdstringOptional

Cloud ID of the file

Example: 121/0081905e-c201-4277-8fda-8ad296573f581737719364614
resourceobjectOptional

Resource associated with the file

Default: {}
mimeTypestringOptional

MIME type of the file

Example: application/pdf
personIdintegerOptional

Person ID associated with the file

Example: 123
documentLabelIdintegerOptional

Document Label ID associated with the organization tags

Example: 123
externalIdstringOptional

External ID of the file

Example: ext123
attributesobjectOptional

Attributes of the file

Default: {}
archivedbooleanOptional

Whether the file is archived

relatedFilesobjectOptional

Related files

Default: {}
updatedByobjectOptional

User who updated the file

Default: {}
Responses
200

Successful response

application/json
put
/api/health-record/{healthRecordId}
200

Successful response

No content

Update health record notes

patch

Updates notes for a specific health record

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
healthRecordIdnumberRequiredPattern: [^\/#\?]+?
Body
anyOptional
Responses
200

Successful response

application/json
patch
/api/health-record/{healthRecordId}
200

Successful response

No content