# Create presentingproblem Creates a new Presentingproblem record. Presentingproblem resource in the Animal Health Data Store Endpoint: POST /site/{siteId}/ahds/v1/presentingproblem Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Request fields (application/json): - `extensions` (object) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether this presenting problem is active and can be selected in workflows. - `name` (string, required) Human-readable name/label of the presenting problem. - `presentingproblemId` (string, required) Canonical identifier for the presenting problem. Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 201 fields (application/json): - `createdAt` (string, required) Timestamp when this presenting problem record was created. Example: "2025-01-01T00:00:00.000Z" - `extensions` (object, required) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether this presenting problem is active and can be selected in workflows. - `name` (string, required) Human-readable name/label of the presenting problem. - `presentingproblemId` (string, required) Canonical identifier for the presenting problem. Example: "123e4567-e89b-12d3-a456-426614174000" - `updatedAt` (string, required) Timestamp when this presenting problem record was last updated. Example: "2025-01-01T00:00:00.000Z" ## Response 400 fields ## Response 401 fields ## Response 409 fields