# Replace integrated diagnostic Fully replaces an existing Integrated Diagnostic. All fields must be provided. Endpoint: PUT /site/{siteId}/ahds/v1/integrated-diagnostic/{integratedDiagnosticId} Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier - `integratedDiagnosticId` (string, required) Integrated Diagnostic unique identifier (UUID) ## Request fields (application/json): - `code` (string, required) Practice- or vendor-specific code for the integrated diagnostic. - `description` (string, required) Free-text description of the integrated diagnostic. - `extensions` (object, required) Vendor- or practice-specific extensions. - `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. ## Response 200 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 404 fields