Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Owner/client contact identifier, if applicable.
Identifier of the originating diagnostic request/order.
Canonical identifier for the diagnostic result.
Owning organization or practice identifier, if applicable.
Date and time when the diagnostic result was finalized or recorded.
External laboratory or supplier identifier, if applicable.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-result
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-result
- 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/diagnostic-result' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"contactId": "123e4567-e89b-12d3-a456-426614174000",
"diagnosticRequestId": "123e4567-e89b-12d3-a456-426614174000",
"diagnosticResultId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"externalLink": "string",
"isActive": true,
"items": [
{
"class": "string",
"code": {
"code": "string",
"system": "string",
"display": "string"
},
"createdAt": "2025-01-01T00:00:00.000Z",
"diagnosticDefinitionId": "123e4567-e89b-12d3-a456-426614174000",
"diagnosticItemId": "123e4567-e89b-12d3-a456-426614174000",
"isActive": true,
"name": "string",
"productId": "123e4567-e89b-12d3-a456-426614174000",
"updatedAt": "2025-01-01T00:00:00.000Z"
}
],
"outcome": "string",
"ownershipId": "123e4567-e89b-12d3-a456-426614174000",
"referenceNumber": "string",
"resultedAt": "2025-01-01T00:00:00.000Z",
"specifics": "string",
"supplierId": "123e4567-e89b-12d3-a456-426614174000",
"vetId": "123e4567-e89b-12d3-a456-426614174000"
}'Diagnostic Result created successfully
Related consultation identifier.
Owner/client contact identifier, if applicable.
Timestamp when the diagnostic result was created.
Identifier of the originating diagnostic request/order.
Canonical identifier for the diagnostic result.
Individual diagnostic result items (e.g., analytes, findings).
Timestamp when this diagnostic item was created.
Reference to the diagnostic definition/catalog entry.
Canonical identifier for this diagnostic item within the request.
Linked billable product, if applicable.
Owning organization or practice identifier, if applicable.
Date and time when the diagnostic result was finalized or recorded.
External laboratory or supplier identifier, if applicable.
Timestamp when the diagnostic result was last modified.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "consultId": "123e4567-e89b-12d3-a456-426614174000", "contactId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "diagnosticRequestId": "123e4567-e89b-12d3-a456-426614174000", "diagnosticResultId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "externalLink": "string", "isActive": true, "items": [ { … } ], "outcome": "string", "ownershipId": "123e4567-e89b-12d3-a456-426614174000", "referenceNumber": "string", "resultedAt": "2025-01-01T00:00:00.000Z", "specifics": "string", "supplierId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }
Field to sort by
Related consultation identifier.
Owner/client contact identifier, if applicable.
Identifier of the originating diagnostic request/order.
Owning organization or practice identifier, if applicable.
External laboratory or supplier identifier, if applicable.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-result
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-result
- 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/diagnostic-result?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&animalId=123e4567-e89b-12d3-a456-426614174000&consultId=123e4567-e89b-12d3-a456-426614174000&contactId=123e4567-e89b-12d3-a456-426614174000&diagnosticRequestId=123e4567-e89b-12d3-a456-426614174000&externalLink=string&isActive=true&outcome=string&ownershipId=123e4567-e89b-12d3-a456-426614174000&referenceNumber=string&specifics=string&supplierId=123e4567-e89b-12d3-a456-426614174000&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/diagnostic-result/{diagnosticResultId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-result/{diagnosticResultId}
- 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/diagnostic-result/{diagnosticResultId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Diagnostic Result found
Related consultation identifier.
Owner/client contact identifier, if applicable.
Timestamp when the diagnostic result was created.
Identifier of the originating diagnostic request/order.
Canonical identifier for the diagnostic result.
Individual diagnostic result items (e.g., analytes, findings).
Timestamp when this diagnostic item was created.
Reference to the diagnostic definition/catalog entry.
Canonical identifier for this diagnostic item within the request.
Linked billable product, if applicable.
Owning organization or practice identifier, if applicable.
Date and time when the diagnostic result was finalized or recorded.
External laboratory or supplier identifier, if applicable.
Timestamp when the diagnostic result was last modified.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "consultId": "123e4567-e89b-12d3-a456-426614174000", "contactId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "diagnosticRequestId": "123e4567-e89b-12d3-a456-426614174000", "diagnosticResultId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "externalLink": "string", "isActive": true, "items": [ { … } ], "outcome": "string", "ownershipId": "123e4567-e89b-12d3-a456-426614174000", "referenceNumber": "string", "resultedAt": "2025-01-01T00:00:00.000Z", "specifics": "string", "supplierId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }
Owner/client contact identifier, if applicable.
Identifier of the originating diagnostic request/order.
Owning organization or practice identifier, if applicable.
Date and time when the diagnostic result was finalized or recorded.
External laboratory or supplier identifier, if applicable.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-result/{diagnosticResultId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-result/{diagnosticResultId}
- 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/diagnostic-result/{diagnosticResultId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"contactId": "123e4567-e89b-12d3-a456-426614174000",
"diagnosticRequestId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"externalLink": "string",
"isActive": true,
"items": [
{
"class": "string",
"code": {
"code": "string",
"system": "string",
"display": "string"
},
"createdAt": "2025-01-01T00:00:00.000Z",
"diagnosticDefinitionId": "123e4567-e89b-12d3-a456-426614174000",
"diagnosticItemId": "123e4567-e89b-12d3-a456-426614174000",
"isActive": true,
"name": "string",
"productId": "123e4567-e89b-12d3-a456-426614174000",
"updatedAt": "2025-01-01T00:00:00.000Z"
}
],
"outcome": "string",
"ownershipId": "123e4567-e89b-12d3-a456-426614174000",
"referenceNumber": "string",
"resultedAt": "2025-01-01T00:00:00.000Z",
"specifics": "string",
"supplierId": "123e4567-e89b-12d3-a456-426614174000",
"vetId": "123e4567-e89b-12d3-a456-426614174000"
}'Diagnostic Result updated successfully
Related consultation identifier.
Owner/client contact identifier, if applicable.
Timestamp when the diagnostic result was created.
Identifier of the originating diagnostic request/order.
Canonical identifier for the diagnostic result.
Individual diagnostic result items (e.g., analytes, findings).
Timestamp when this diagnostic item was created.
Reference to the diagnostic definition/catalog entry.
Canonical identifier for this diagnostic item within the request.
Linked billable product, if applicable.
Owning organization or practice identifier, if applicable.
Date and time when the diagnostic result was finalized or recorded.
External laboratory or supplier identifier, if applicable.
Timestamp when the diagnostic result was last modified.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "consultId": "123e4567-e89b-12d3-a456-426614174000", "contactId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "diagnosticRequestId": "123e4567-e89b-12d3-a456-426614174000", "diagnosticResultId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "externalLink": "string", "isActive": true, "items": [ { … } ], "outcome": "string", "ownershipId": "123e4567-e89b-12d3-a456-426614174000", "referenceNumber": "string", "resultedAt": "2025-01-01T00:00:00.000Z", "specifics": "string", "supplierId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }
Related consultation identifier.
Owner/client contact identifier, if applicable.
Identifier of the originating diagnostic request/order.
Individual diagnostic result items (e.g., analytes, findings).
Timestamp when this diagnostic item was created.
Reference to the diagnostic definition/catalog entry.
Canonical identifier for this diagnostic item within the request.
Linked billable product, if applicable.
Owning organization or practice identifier, if applicable.
Date and time when the diagnostic result was finalized or recorded.
External laboratory or supplier identifier, if applicable.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-result/{diagnosticResultId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-result/{diagnosticResultId}
- 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/diagnostic-result/{diagnosticResultId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"contactId": "123e4567-e89b-12d3-a456-426614174000",
"diagnosticRequestId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"externalLink": "string",
"isActive": true,
"items": [
{
"class": "string",
"code": {
"code": "string",
"system": "string",
"display": "string"
},
"createdAt": "2025-01-01T00:00:00.000Z",
"diagnosticDefinitionId": "123e4567-e89b-12d3-a456-426614174000",
"diagnosticItemId": "123e4567-e89b-12d3-a456-426614174000",
"isActive": true,
"name": "string",
"productId": "123e4567-e89b-12d3-a456-426614174000",
"updatedAt": "2025-01-01T00:00:00.000Z"
}
],
"outcome": "string",
"ownershipId": "123e4567-e89b-12d3-a456-426614174000",
"referenceNumber": "string",
"resultedAt": "2025-01-01T00:00:00.000Z",
"specifics": "string",
"supplierId": "123e4567-e89b-12d3-a456-426614174000",
"vetId": "123e4567-e89b-12d3-a456-426614174000"
}'Diagnostic Result replaced successfully
Related consultation identifier.
Owner/client contact identifier, if applicable.
Timestamp when the diagnostic result was created.
Identifier of the originating diagnostic request/order.
Canonical identifier for the diagnostic result.
Individual diagnostic result items (e.g., analytes, findings).
Timestamp when this diagnostic item was created.
Reference to the diagnostic definition/catalog entry.
Canonical identifier for this diagnostic item within the request.
Linked billable product, if applicable.
Owning organization or practice identifier, if applicable.
Date and time when the diagnostic result was finalized or recorded.
External laboratory or supplier identifier, if applicable.
Timestamp when the diagnostic result was last modified.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "consultId": "123e4567-e89b-12d3-a456-426614174000", "contactId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "diagnosticRequestId": "123e4567-e89b-12d3-a456-426614174000", "diagnosticResultId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "externalLink": "string", "isActive": true, "items": [ { … } ], "outcome": "string", "ownershipId": "123e4567-e89b-12d3-a456-426614174000", "referenceNumber": "string", "resultedAt": "2025-01-01T00:00:00.000Z", "specifics": "string", "supplierId": "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/diagnostic-result/{diagnosticResultId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-result/{diagnosticResultId}
- 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/diagnostic-result/{diagnosticResultId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'