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 parent diagnostic result this item belongs to.
Canonical identifier for this diagnostic result item.
Timestamp when the measurement or observation was made, if known.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-result-item
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-result-item
- 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-item' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"diagnosticResultId": "123e4567-e89b-12d3-a456-426614174000",
"diagnosticResultItemId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"name": "Example Name",
"notes": "Example description",
"observedAt": "2025-01-01T00:00:00.000Z",
"qualifier": "example",
"quantity": {
"value": 1.5,
"unit": "km",
"system": "http://unitsofmeasure.org"
},
"referenceRange": {},
"value": "123e4567-e89b-12d3-a456-426614174000"
}'Diagnostic Result Item created successfully
Timestamp when this item was created.
Identifier of the parent diagnostic result this item belongs to.
Canonical identifier for this diagnostic result item.
Free-text notes or comments about this result item.
Timestamp when the measurement or observation was made, if known.
Qualifier for the result (e.g., '<', '>', 'trace', 'positive').
Timestamp when this item was last updated.
{ "createdAt": "2025-01-01T00:00:00.000Z", "diagnosticResultId": "123e4567-e89b-12d3-a456-426614174000", "diagnosticResultItemId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "isActive": true, "name": "Example Name", "notes": "Example description", "observedAt": "2025-01-01T00:00:00.000Z", "qualifier": "example", "quantity": { "value": 1.5, "unit": "km", "system": "http://unitsofmeasure.org" }, "referenceRange": {}, "updatedAt": "2025-01-01T00:00:00.000Z", "value": "123e4567-e89b-12d3-a456-426614174000" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-result-item
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-result-item
- 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-item?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&diagnosticResultId=123e4567-e89b-12d3-a456-426614174000&isActive=true&name=string¬es=string&qualifier=string&value=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-result-item/{diagnosticResultItemId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-result-item/{diagnosticResultItemId}
- 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-item/{diagnosticResultItemId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Diagnostic Result Item found
Timestamp when this item was created.
Identifier of the parent diagnostic result this item belongs to.
Canonical identifier for this diagnostic result item.
Free-text notes or comments about this result item.
Timestamp when the measurement or observation was made, if known.
Qualifier for the result (e.g., '<', '>', 'trace', 'positive').
Timestamp when this item was last updated.
{ "createdAt": "2025-01-01T00:00:00.000Z", "diagnosticResultId": "123e4567-e89b-12d3-a456-426614174000", "diagnosticResultItemId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "isActive": true, "name": "Example Name", "notes": "Example description", "observedAt": "2025-01-01T00:00:00.000Z", "qualifier": "example", "quantity": { "value": 1.5, "unit": "km", "system": "http://unitsofmeasure.org" }, "referenceRange": {}, "updatedAt": "2025-01-01T00:00:00.000Z", "value": "123e4567-e89b-12d3-a456-426614174000" }