Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
- 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.
External URL to full report or lab portal, if available.
Individual diagnostic result items (e.g., analytes, findings).
Classification of the diagnostic item (e.g., lab, imaging).
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.
External or human-readable reference number for this result.
Date and time when the diagnostic result was finalized or recorded.
Free-text notes or specifics about the diagnostic result.
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": "https://example.com", "isActive": true, "items": [ { … } ], "outcome": "example", "ownershipId": "123e4567-e89b-12d3-a456-426614174000", "referenceNumber": "example", "resultedAt": "2025-01-01T00:00:00.000Z", "specifics": "Example description", "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.
External URL to full report or lab portal, if available.
Owning organization or practice identifier, if applicable.
External or human-readable reference number for this result.
Date and time when the diagnostic result was finalized or recorded.
Free-text notes or specifics about the diagnostic result.
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": "https://example.com",
"isActive": true,
"items": [
{
"class": "example",
"code": {
"code": "12345",
"system": "http://example.com/codesystem",
"display": "Example Display Name"
},
"createdAt": "2025-01-01T00:00:00.000Z",
"diagnosticDefinitionId": "123e4567-e89b-12d3-a456-426614174000",
"diagnosticItemId": "123e4567-e89b-12d3-a456-426614174000",
"isActive": true,
"name": "Example Name",
"productId": "123e4567-e89b-12d3-a456-426614174000",
"updatedAt": "2025-01-01T00:00:00.000Z"
}
],
"outcome": "example",
"ownershipId": "123e4567-e89b-12d3-a456-426614174000",
"referenceNumber": "example",
"resultedAt": "2025-01-01T00:00:00.000Z",
"specifics": "Example description",
"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.
External URL to full report or lab portal, if available.
Individual diagnostic result items (e.g., analytes, findings).
Classification of the diagnostic item (e.g., lab, imaging).
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.
External or human-readable reference number for this result.
Date and time when the diagnostic result was finalized or recorded.
Free-text notes or specifics about the diagnostic result.
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": "https://example.com", "isActive": true, "items": [ { … } ], "outcome": "example", "ownershipId": "123e4567-e89b-12d3-a456-426614174000", "referenceNumber": "example", "resultedAt": "2025-01-01T00:00:00.000Z", "specifics": "Example description", "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.
External URL to full report or lab portal, if available.
Individual diagnostic result items (e.g., analytes, findings).
Classification of the diagnostic item (e.g., lab, imaging).
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.
External or human-readable reference number for this result.
Date and time when the diagnostic result was finalized or recorded.
Free-text notes or specifics about the diagnostic result.
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": "https://example.com",
"isActive": true,
"items": [
{
"class": "example",
"code": {
"code": "12345",
"system": "http://example.com/codesystem",
"display": "Example Display Name"
},
"createdAt": "2025-01-01T00:00:00.000Z",
"diagnosticDefinitionId": "123e4567-e89b-12d3-a456-426614174000",
"diagnosticItemId": "123e4567-e89b-12d3-a456-426614174000",
"isActive": true,
"name": "Example Name",
"productId": "123e4567-e89b-12d3-a456-426614174000",
"updatedAt": "2025-01-01T00:00:00.000Z"
}
],
"outcome": "example",
"ownershipId": "123e4567-e89b-12d3-a456-426614174000",
"referenceNumber": "example",
"resultedAt": "2025-01-01T00:00:00.000Z",
"specifics": "Example description",
"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.
External URL to full report or lab portal, if available.
Individual diagnostic result items (e.g., analytes, findings).
Classification of the diagnostic item (e.g., lab, imaging).
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.
External or human-readable reference number for this result.
Date and time when the diagnostic result was finalized or recorded.
Free-text notes or specifics about the diagnostic result.
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": "https://example.com", "isActive": true, "items": [ { … } ], "outcome": "example", "ownershipId": "123e4567-e89b-12d3-a456-426614174000", "referenceNumber": "example", "resultedAt": "2025-01-01T00:00:00.000Z", "specifics": "Example description", "supplierId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }