Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Identifier of the animal that this physical exam pertains to.
Identifier of the consult/visit associated with this physical exam.
Timestamp when the physical exam was performed or recorded.
Identifier linking this record to a historical record in the source system.
Canonical identifier for the physical exam record.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/physical-exam
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/physical-exam
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/physical-exam' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"bodySystem": {
"code": "string",
"system": "string",
"display": "string"
},
"comments": "string",
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"examinedAt": "2025-01-01T00:00:00.000Z",
"extensions": {},
"historicalRecordId": "123e4567-e89b-12d3-a456-426614174000",
"isActive": true,
"physicalExamId": "123e4567-e89b-12d3-a456-426614174000",
"vetId": "123e4567-e89b-12d3-a456-426614174000"
}'Physical Exam created successfully
Identifier of the animal that this physical exam pertains to.
Identifier of the consult/visit associated with this physical exam.
Timestamp when the physical exam record was created.
Timestamp when the physical exam was performed or recorded.
Identifier linking this record to a historical record in the source system.
Canonical identifier for the physical exam record.
Timestamp when the physical exam record was last modified.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "bodySystem": { "code": "string", "system": "string", "display": "string" }, "comments": "string", "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "examinedAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "historicalRecordId": "123e4567-e89b-12d3-a456-426614174000", "isActive": true, "physicalExamId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }
Identifier of the animal that this physical exam pertains to.
Identifier of the consult/visit associated with this physical exam.
Identifier linking this record to a historical record in the source system.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/physical-exam
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/physical-exam
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/physical-exam?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&animalId=123e4567-e89b-12d3-a456-426614174000&comments=string&consultId=123e4567-e89b-12d3-a456-426614174000&historicalRecordId=123e4567-e89b-12d3-a456-426614174000&isActive=true&vetId=123e4567-e89b-12d3-a456-426614174000' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/physical-exam/{physicalExamId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/physical-exam/{physicalExamId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/physical-exam/{physicalExamId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Physical Exam found
Identifier of the animal that this physical exam pertains to.
Identifier of the consult/visit associated with this physical exam.
Timestamp when the physical exam record was created.
Timestamp when the physical exam was performed or recorded.
Identifier linking this record to a historical record in the source system.
Canonical identifier for the physical exam record.
Timestamp when the physical exam record was last modified.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "bodySystem": { "code": "string", "system": "string", "display": "string" }, "comments": "string", "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "examinedAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "historicalRecordId": "123e4567-e89b-12d3-a456-426614174000", "isActive": true, "physicalExamId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }
Identifier of the animal that this physical exam pertains to.
Identifier of the consult/visit associated with this physical exam.
Timestamp when the physical exam was performed or recorded.
Identifier linking this record to a historical record in the source system.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/physical-exam/{physicalExamId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/physical-exam/{physicalExamId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/physical-exam/{physicalExamId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"bodySystem": {
"code": "string",
"system": "string",
"display": "string"
},
"comments": "string",
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"examinedAt": "2025-01-01T00:00:00.000Z",
"extensions": {},
"historicalRecordId": "123e4567-e89b-12d3-a456-426614174000",
"isActive": true,
"vetId": "123e4567-e89b-12d3-a456-426614174000"
}'Physical Exam updated successfully
Identifier of the animal that this physical exam pertains to.
Identifier of the consult/visit associated with this physical exam.
Timestamp when the physical exam record was created.
Timestamp when the physical exam was performed or recorded.
Identifier linking this record to a historical record in the source system.
Canonical identifier for the physical exam record.
Timestamp when the physical exam record was last modified.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "bodySystem": { "code": "string", "system": "string", "display": "string" }, "comments": "string", "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "examinedAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "historicalRecordId": "123e4567-e89b-12d3-a456-426614174000", "isActive": true, "physicalExamId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }
Identifier of the animal that this physical exam pertains to.
Identifier of the consult/visit associated with this physical exam.
Timestamp when the physical exam was performed or recorded.
Identifier linking this record to a historical record in the source system.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/physical-exam/{physicalExamId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/physical-exam/{physicalExamId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/physical-exam/{physicalExamId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"bodySystem": {
"code": "string",
"system": "string",
"display": "string"
},
"comments": "string",
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"examinedAt": "2025-01-01T00:00:00.000Z",
"extensions": {},
"historicalRecordId": "123e4567-e89b-12d3-a456-426614174000",
"isActive": true,
"vetId": "123e4567-e89b-12d3-a456-426614174000"
}'Physical Exam replaced successfully
Identifier of the animal that this physical exam pertains to.
Identifier of the consult/visit associated with this physical exam.
Timestamp when the physical exam record was created.
Timestamp when the physical exam was performed or recorded.
Identifier linking this record to a historical record in the source system.
Canonical identifier for the physical exam record.
Timestamp when the physical exam record was last modified.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "bodySystem": { "code": "string", "system": "string", "display": "string" }, "comments": "string", "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "examinedAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "historicalRecordId": "123e4567-e89b-12d3-a456-426614174000", "isActive": true, "physicalExamId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/physical-exam/{physicalExamId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/physical-exam/{physicalExamId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/physical-exam/{physicalExamId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'