# Create integrated diagnostic Creates a new Integrated Diagnostic record. Integrated Diagnostic resource in the Animal Health Data Store Endpoint: POST /site/{siteId}/ahds/v1/integrated-diagnostic Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Request fields (application/json): - `code` (string, required) Practice- or vendor-specific code for the integrated diagnostic. - `description` (string) Free-text description of the integrated diagnostic. - `extensions` (object) Vendor- or practice-specific extensions. - `integratedDiagnosticId` (string, required) Canonical identifier for the integrated diagnostic. Example: "123e4567-e89b-12d3-a456-426614174000" - `isActive` (boolean, required) Whether this integrated diagnostic is active and available for use. - `name` (string, required) Human-readable name of the integrated diagnostic. - `supplierPrice` (object) Supplier price for this diagnostic. ## Response 201 fields (application/json): - `code` (string, required) Practice- or vendor-specific code for the integrated diagnostic. - `createdAt` (string, required) Timestamp when this integrated diagnostic record was created. Example: "2025-01-01T00:00:00.000Z" - `description` (string, required) Free-text description of the integrated diagnostic. - `extensions` (object, required) Vendor- or practice-specific extensions. - `integratedDiagnosticId` (string, required) Canonical identifier for the integrated diagnostic. Example: "123e4567-e89b-12d3-a456-426614174000" - `isActive` (boolean, required) Whether this integrated diagnostic is active and available for use. - `name` (string, required) Human-readable name of the integrated diagnostic. - `supplierPrice` (object, required) Supplier price for this diagnostic. - `updatedAt` (string, required) Timestamp when this integrated diagnostic record was last updated. Example: "2025-01-01T00:00:00.000Z" ## Response 400 fields ## Response 401 fields ## Response 409 fields