Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Reference to the animal this lab report is associated with.
Associated documents or images (e.g., PDF report, radiology images).
Optional client-supplied identifier used for idempotency or cross-system correlation.
Reference to the clinical encounter or visit during which this lab report was ordered or reviewed.
Reference to the associated diagnostic order, if tracked separately.
Reference to the veterinarian who ordered the diagnostic test(s).
Reference to the external or internal laboratory organization that performed the tests.
Date and time when the specimen was received by the performing lab.
Recommendations or comments from the lab regarding follow-up or interpretation.
Overall status of the lab report.
Date and time when the final (or current) report was issued.
Reference to the clinic or practice that requested the lab work.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/standard-diagnostic-lab-report
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/standard-diagnostic-lab-report
- 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/standard-diagnostic-lab-report' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"accessionNumber": "string",
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"attachments": [
{
"attachmentId": "123e4567-e89b-12d3-a456-426614174000",
"title": "string",
"type": "string",
"url": "string"
}
],
"clientProvidedId": "123e4567-e89b-12d3-a456-426614174000",
"collectedAt": "2025-01-01T00:00:00.000Z",
"conclusion": "string",
"encounterId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"notes": [
{
"authorId": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2025-01-01T00:00:00.000Z",
"text": "string"
}
],
"orderId": "123e4567-e89b-12d3-a456-426614174000",
"orderedAt": "2025-01-01T00:00:00.000Z",
"orderingVeterinarianId": "123e4567-e89b-12d3-a456-426614174000",
"performingLabOrganizationId": "123e4567-e89b-12d3-a456-426614174000",
"receivedAt": "2025-01-01T00:00:00.000Z",
"recommendations": "string",
"reportCode": {
"code": "string",
"system": "string",
"display": "string"
},
"reportStatus": "registered",
"reportedAt": "2025-01-01T00:00:00.000Z",
"requestingClinicId": "123e4567-e89b-12d3-a456-426614174000",
"results": [
{
"interpretation": {
"code": "string",
"system": "string",
"display": "string"
},
"note": "string",
"observedAt": "2025-01-01T00:00:00.000Z",
"referenceRange": {},
"resultId": "123e4567-e89b-12d3-a456-426614174000",
"status": "registered",
"testCode": {
"code": "string",
"system": "string",
"display": "string"
},
"valueCode": {
"code": "string",
"system": "string",
"display": "string"
},
"valueQuantity": {
"value": 0,
"unit": "string",
"system": "string"
},
"valueString": "string"
}
],
"specimens": [
{
"bodySite": {
"code": "string",
"system": "string",
"display": "string"
},
"clientProvidedId": "123e4567-e89b-12d3-a456-426614174000",
"collectedAt": "2025-01-01T00:00:00.000Z",
"collectionMethod": {
"code": "string",
"system": "string",
"display": "string"
},
"note": "string",
"specimenId": "123e4567-e89b-12d3-a456-426614174000",
"type": {
"code": "string",
"system": "string",
"display": "string"
}
}
],
"standardDiagnosticLabReportId": "123e4567-e89b-12d3-a456-426614174000"
}'Standard Diagnostic Lab Report created successfully
Reference to the animal this lab report is associated with.
Associated documents or images (e.g., PDF report, radiology images).
Identifier for the attachment resource.
Optional client-supplied identifier used for idempotency or cross-system correlation.
Date and time when the specimen was collected.
Timestamp when this lab report record was created in the AHDS system.
Reference to the clinical encounter or visit during which this lab report was ordered or reviewed.
General notes about the lab report.
Reference to the associated diagnostic order, if tracked separately.
Date and time when the lab tests were ordered.
Reference to the veterinarian who ordered the diagnostic test(s).
Reference to the external or internal laboratory organization that performed the tests.
Date and time when the specimen was received by the performing lab.
Recommendations or comments from the lab regarding follow-up or interpretation.
Overall status of the lab report.
Date and time when the final (or current) report was issued.
Reference to the clinic or practice that requested the lab work.
Individual test results included in this lab report.
Date and time when the measurement or observation was made.
Identifier for this specific result within the report, if available.
Status of this individual result.
Specimens used for this lab report.
Client- or lab-supplied specimen identifier (e.g., tube barcode).
Date and time when this specimen was collected.
Identifier for the specimen record, if tracked.
Canonical identifier for this standard diagnostic lab report.
{ "accessionNumber": "string", "animalId": "123e4567-e89b-12d3-a456-426614174000", "attachments": [ { … } ], "clientProvidedId": "123e4567-e89b-12d3-a456-426614174000", "collectedAt": "2025-01-01T00:00:00.000Z", "conclusion": "string", "createdAt": "2025-01-01T00:00:00.000Z", "encounterId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "notes": [ { … } ], "orderId": "123e4567-e89b-12d3-a456-426614174000", "orderedAt": "2025-01-01T00:00:00.000Z", "orderingVeterinarianId": "123e4567-e89b-12d3-a456-426614174000", "performingLabOrganizationId": "123e4567-e89b-12d3-a456-426614174000", "receivedAt": "2025-01-01T00:00:00.000Z", "recommendations": "string", "reportCode": { "code": "string", "system": "string", "display": "string" }, "reportStatus": "registered", "reportedAt": "2025-01-01T00:00:00.000Z", "requestingClinicId": "123e4567-e89b-12d3-a456-426614174000", "results": [ { … } ], "specimens": [ { … } ], "standardDiagnosticLabReportId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z" }
Field to sort by
Reference to the animal this lab report is associated with.
Optional client-supplied identifier used for idempotency or cross-system correlation.
Reference to the clinical encounter or visit during which this lab report was ordered or reviewed.
Reference to the associated diagnostic order, if tracked separately.
Reference to the veterinarian who ordered the diagnostic test(s).
Reference to the external or internal laboratory organization that performed the tests.
Recommendations or comments from the lab regarding follow-up or interpretation.
Overall status of the lab report.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/standard-diagnostic-lab-report
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/standard-diagnostic-lab-report
- 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/standard-diagnostic-lab-report?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&accessionNumber=string&animalId=123e4567-e89b-12d3-a456-426614174000&clientProvidedId=123e4567-e89b-12d3-a456-426614174000&conclusion=string&encounterId=123e4567-e89b-12d3-a456-426614174000&orderId=123e4567-e89b-12d3-a456-426614174000&orderingVeterinarianId=123e4567-e89b-12d3-a456-426614174000&performingLabOrganizationId=123e4567-e89b-12d3-a456-426614174000&recommendations=string&reportStatus=registered&requestingClinicId=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/standard-diagnostic-lab-report/{standardDiagnosticLabReportId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/standard-diagnostic-lab-report/{standardDiagnosticLabReportId}
- 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/standard-diagnostic-lab-report/{standardDiagnosticLabReportId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Standard Diagnostic Lab Report found
Reference to the animal this lab report is associated with.
Associated documents or images (e.g., PDF report, radiology images).
Identifier for the attachment resource.
Optional client-supplied identifier used for idempotency or cross-system correlation.
Date and time when the specimen was collected.
Timestamp when this lab report record was created in the AHDS system.
Reference to the clinical encounter or visit during which this lab report was ordered or reviewed.
General notes about the lab report.
Reference to the associated diagnostic order, if tracked separately.
Date and time when the lab tests were ordered.
Reference to the veterinarian who ordered the diagnostic test(s).
Reference to the external or internal laboratory organization that performed the tests.
Date and time when the specimen was received by the performing lab.
Recommendations or comments from the lab regarding follow-up or interpretation.
Overall status of the lab report.
Date and time when the final (or current) report was issued.
Reference to the clinic or practice that requested the lab work.
Individual test results included in this lab report.
Date and time when the measurement or observation was made.
Identifier for this specific result within the report, if available.
Status of this individual result.
Specimens used for this lab report.
Client- or lab-supplied specimen identifier (e.g., tube barcode).
Date and time when this specimen was collected.
Identifier for the specimen record, if tracked.
Canonical identifier for this standard diagnostic lab report.
{ "accessionNumber": "string", "animalId": "123e4567-e89b-12d3-a456-426614174000", "attachments": [ { … } ], "clientProvidedId": "123e4567-e89b-12d3-a456-426614174000", "collectedAt": "2025-01-01T00:00:00.000Z", "conclusion": "string", "createdAt": "2025-01-01T00:00:00.000Z", "encounterId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "notes": [ { … } ], "orderId": "123e4567-e89b-12d3-a456-426614174000", "orderedAt": "2025-01-01T00:00:00.000Z", "orderingVeterinarianId": "123e4567-e89b-12d3-a456-426614174000", "performingLabOrganizationId": "123e4567-e89b-12d3-a456-426614174000", "receivedAt": "2025-01-01T00:00:00.000Z", "recommendations": "string", "reportCode": { "code": "string", "system": "string", "display": "string" }, "reportStatus": "registered", "reportedAt": "2025-01-01T00:00:00.000Z", "requestingClinicId": "123e4567-e89b-12d3-a456-426614174000", "results": [ { … } ], "specimens": [ { … } ], "standardDiagnosticLabReportId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z" }
Reference to the animal this lab report is associated with.
Associated documents or images (e.g., PDF report, radiology images).
Optional client-supplied identifier used for idempotency or cross-system correlation.
Reference to the clinical encounter or visit during which this lab report was ordered or reviewed.
Reference to the associated diagnostic order, if tracked separately.
Reference to the veterinarian who ordered the diagnostic test(s).
Reference to the external or internal laboratory organization that performed the tests.
Date and time when the specimen was received by the performing lab.
Recommendations or comments from the lab regarding follow-up or interpretation.
Overall status of the lab report.
Date and time when the final (or current) report was issued.
Reference to the clinic or practice that requested the lab work.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/standard-diagnostic-lab-report/{standardDiagnosticLabReportId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/standard-diagnostic-lab-report/{standardDiagnosticLabReportId}
- 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/standard-diagnostic-lab-report/{standardDiagnosticLabReportId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"accessionNumber": "string",
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"attachments": [
{
"attachmentId": "123e4567-e89b-12d3-a456-426614174000",
"title": "string",
"type": "string",
"url": "string"
}
],
"clientProvidedId": "123e4567-e89b-12d3-a456-426614174000",
"collectedAt": "2025-01-01T00:00:00.000Z",
"conclusion": "string",
"encounterId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"notes": [
{
"authorId": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2025-01-01T00:00:00.000Z",
"text": "string"
}
],
"orderId": "123e4567-e89b-12d3-a456-426614174000",
"orderedAt": "2025-01-01T00:00:00.000Z",
"orderingVeterinarianId": "123e4567-e89b-12d3-a456-426614174000",
"performingLabOrganizationId": "123e4567-e89b-12d3-a456-426614174000",
"receivedAt": "2025-01-01T00:00:00.000Z",
"recommendations": "string",
"reportCode": {
"code": "string",
"system": "string",
"display": "string"
},
"reportStatus": "registered",
"reportedAt": "2025-01-01T00:00:00.000Z",
"requestingClinicId": "123e4567-e89b-12d3-a456-426614174000",
"results": [
{
"interpretation": {
"code": "string",
"system": "string",
"display": "string"
},
"note": "string",
"observedAt": "2025-01-01T00:00:00.000Z",
"referenceRange": {},
"resultId": "123e4567-e89b-12d3-a456-426614174000",
"status": "registered",
"testCode": {
"code": "string",
"system": "string",
"display": "string"
},
"valueCode": {
"code": "string",
"system": "string",
"display": "string"
},
"valueQuantity": {
"value": 0,
"unit": "string",
"system": "string"
},
"valueString": "string"
}
],
"specimens": [
{
"bodySite": {
"code": "string",
"system": "string",
"display": "string"
},
"clientProvidedId": "123e4567-e89b-12d3-a456-426614174000",
"collectedAt": "2025-01-01T00:00:00.000Z",
"collectionMethod": {
"code": "string",
"system": "string",
"display": "string"
},
"note": "string",
"specimenId": "123e4567-e89b-12d3-a456-426614174000",
"type": {
"code": "string",
"system": "string",
"display": "string"
}
}
]
}'Standard Diagnostic Lab Report updated successfully
Reference to the animal this lab report is associated with.
Associated documents or images (e.g., PDF report, radiology images).
Identifier for the attachment resource.
Optional client-supplied identifier used for idempotency or cross-system correlation.
Date and time when the specimen was collected.
Timestamp when this lab report record was created in the AHDS system.
Reference to the clinical encounter or visit during which this lab report was ordered or reviewed.
General notes about the lab report.
Reference to the associated diagnostic order, if tracked separately.
Date and time when the lab tests were ordered.
Reference to the veterinarian who ordered the diagnostic test(s).
Reference to the external or internal laboratory organization that performed the tests.
Date and time when the specimen was received by the performing lab.
Recommendations or comments from the lab regarding follow-up or interpretation.
Overall status of the lab report.
Date and time when the final (or current) report was issued.
Reference to the clinic or practice that requested the lab work.
Individual test results included in this lab report.
Date and time when the measurement or observation was made.
Identifier for this specific result within the report, if available.
Status of this individual result.
Specimens used for this lab report.
Client- or lab-supplied specimen identifier (e.g., tube barcode).
Date and time when this specimen was collected.
Identifier for the specimen record, if tracked.
Canonical identifier for this standard diagnostic lab report.
{ "accessionNumber": "string", "animalId": "123e4567-e89b-12d3-a456-426614174000", "attachments": [ { … } ], "clientProvidedId": "123e4567-e89b-12d3-a456-426614174000", "collectedAt": "2025-01-01T00:00:00.000Z", "conclusion": "string", "createdAt": "2025-01-01T00:00:00.000Z", "encounterId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "notes": [ { … } ], "orderId": "123e4567-e89b-12d3-a456-426614174000", "orderedAt": "2025-01-01T00:00:00.000Z", "orderingVeterinarianId": "123e4567-e89b-12d3-a456-426614174000", "performingLabOrganizationId": "123e4567-e89b-12d3-a456-426614174000", "receivedAt": "2025-01-01T00:00:00.000Z", "recommendations": "string", "reportCode": { "code": "string", "system": "string", "display": "string" }, "reportStatus": "registered", "reportedAt": "2025-01-01T00:00:00.000Z", "requestingClinicId": "123e4567-e89b-12d3-a456-426614174000", "results": [ { … } ], "specimens": [ { … } ], "standardDiagnosticLabReportId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z" }
Reference to the animal this lab report is associated with.
Associated documents or images (e.g., PDF report, radiology images).
Identifier for the attachment resource.
Optional client-supplied identifier used for idempotency or cross-system correlation.
Date and time when the specimen was collected.
Reference to the clinical encounter or visit during which this lab report was ordered or reviewed.
General notes about the lab report.
Reference to the associated diagnostic order, if tracked separately.
Date and time when the lab tests were ordered.
Reference to the veterinarian who ordered the diagnostic test(s).
Reference to the external or internal laboratory organization that performed the tests.
Date and time when the specimen was received by the performing lab.
Recommendations or comments from the lab regarding follow-up or interpretation.
Overall status of the lab report.
Date and time when the final (or current) report was issued.
Reference to the clinic or practice that requested the lab work.
Individual test results included in this lab report.
Date and time when the measurement or observation was made.
Identifier for this specific result within the report, if available.
Status of this individual result.
Specimens used for this lab report.
Client- or lab-supplied specimen identifier (e.g., tube barcode).
Date and time when this specimen was collected.
Identifier for the specimen record, if tracked.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/standard-diagnostic-lab-report/{standardDiagnosticLabReportId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/standard-diagnostic-lab-report/{standardDiagnosticLabReportId}
- 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/standard-diagnostic-lab-report/{standardDiagnosticLabReportId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"accessionNumber": "string",
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"attachments": [
{
"attachmentId": "123e4567-e89b-12d3-a456-426614174000",
"title": "string",
"type": "string",
"url": "string"
}
],
"clientProvidedId": "123e4567-e89b-12d3-a456-426614174000",
"collectedAt": "2025-01-01T00:00:00.000Z",
"conclusion": "string",
"encounterId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"notes": [
{
"authorId": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2025-01-01T00:00:00.000Z",
"text": "string"
}
],
"orderId": "123e4567-e89b-12d3-a456-426614174000",
"orderedAt": "2025-01-01T00:00:00.000Z",
"orderingVeterinarianId": "123e4567-e89b-12d3-a456-426614174000",
"performingLabOrganizationId": "123e4567-e89b-12d3-a456-426614174000",
"receivedAt": "2025-01-01T00:00:00.000Z",
"recommendations": "string",
"reportCode": {
"code": "string",
"system": "string",
"display": "string"
},
"reportStatus": "registered",
"reportedAt": "2025-01-01T00:00:00.000Z",
"requestingClinicId": "123e4567-e89b-12d3-a456-426614174000",
"results": [
{
"interpretation": {
"code": "string",
"system": "string",
"display": "string"
},
"note": "string",
"observedAt": "2025-01-01T00:00:00.000Z",
"referenceRange": {},
"resultId": "123e4567-e89b-12d3-a456-426614174000",
"status": "registered",
"testCode": {
"code": "string",
"system": "string",
"display": "string"
},
"valueCode": {
"code": "string",
"system": "string",
"display": "string"
},
"valueQuantity": {
"value": 0,
"unit": "string",
"system": "string"
},
"valueString": "string"
}
],
"specimens": [
{
"bodySite": {
"code": "string",
"system": "string",
"display": "string"
},
"clientProvidedId": "123e4567-e89b-12d3-a456-426614174000",
"collectedAt": "2025-01-01T00:00:00.000Z",
"collectionMethod": {
"code": "string",
"system": "string",
"display": "string"
},
"note": "string",
"specimenId": "123e4567-e89b-12d3-a456-426614174000",
"type": {
"code": "string",
"system": "string",
"display": "string"
}
}
]
}'Standard Diagnostic Lab Report replaced successfully
Reference to the animal this lab report is associated with.
Associated documents or images (e.g., PDF report, radiology images).
Identifier for the attachment resource.
Optional client-supplied identifier used for idempotency or cross-system correlation.
Date and time when the specimen was collected.
Timestamp when this lab report record was created in the AHDS system.
Reference to the clinical encounter or visit during which this lab report was ordered or reviewed.
General notes about the lab report.
Reference to the associated diagnostic order, if tracked separately.
Date and time when the lab tests were ordered.
Reference to the veterinarian who ordered the diagnostic test(s).
Reference to the external or internal laboratory organization that performed the tests.
Date and time when the specimen was received by the performing lab.
Recommendations or comments from the lab regarding follow-up or interpretation.
Overall status of the lab report.
Date and time when the final (or current) report was issued.
Reference to the clinic or practice that requested the lab work.
Individual test results included in this lab report.
Date and time when the measurement or observation was made.
Identifier for this specific result within the report, if available.
Status of this individual result.
Specimens used for this lab report.
Client- or lab-supplied specimen identifier (e.g., tube barcode).
Date and time when this specimen was collected.
Identifier for the specimen record, if tracked.
Canonical identifier for this standard diagnostic lab report.
{ "accessionNumber": "string", "animalId": "123e4567-e89b-12d3-a456-426614174000", "attachments": [ { … } ], "clientProvidedId": "123e4567-e89b-12d3-a456-426614174000", "collectedAt": "2025-01-01T00:00:00.000Z", "conclusion": "string", "createdAt": "2025-01-01T00:00:00.000Z", "encounterId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "notes": [ { … } ], "orderId": "123e4567-e89b-12d3-a456-426614174000", "orderedAt": "2025-01-01T00:00:00.000Z", "orderingVeterinarianId": "123e4567-e89b-12d3-a456-426614174000", "performingLabOrganizationId": "123e4567-e89b-12d3-a456-426614174000", "receivedAt": "2025-01-01T00:00:00.000Z", "recommendations": "string", "reportCode": { "code": "string", "system": "string", "display": "string" }, "reportStatus": "registered", "reportedAt": "2025-01-01T00:00:00.000Z", "requestingClinicId": "123e4567-e89b-12d3-a456-426614174000", "results": [ { … } ], "specimens": [ { … } ], "standardDiagnosticLabReportId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/standard-diagnostic-lab-report/{standardDiagnosticLabReportId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/standard-diagnostic-lab-report/{standardDiagnosticLabReportId}
- 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/standard-diagnostic-lab-report/{standardDiagnosticLabReportId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'