# Create wellness resource Creates a new Wellness Resource record. Canonical read model for a wellness resource (e.g., wellness plan, program, or package) within the Animal Health Data Standard. Endpoint: POST /site/{siteId}/ahds/v1/wellness-resource Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Request fields (application/json): - `description` (string) Detailed description of the wellness resource. - `extensions` (object) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Indicates whether the wellness resource is currently active and available for use. - `name` (string, required) Human-readable name of the wellness resource. - `resourceId` (string, required) Stable, opaque identifier for the wellness resource. Example: "123e4567-e89b-12d3-a456-426614174000" - `resourceType` (string, required) High-level classification of the wellness resource. Enum: "wellnessPlan", "wellnessProgram", "wellnessPackage", "preventiveCareBundle", "other" - `status` (string, required) Lifecycle status of the wellness resource. Enum: "draft", "active", "inactive", "retired" - `validFromDate` (string) Date from which the wellness resource is valid. Example: "2025-01-01" - `validToDate` (string) Date until which the wellness resource is valid, if applicable. Example: "2025-01-01" ## Response 201 fields (application/json): - `createdAt` (string, required) Timestamp when the wellness resource was created. Example: "2025-01-01T00:00:00.000Z" - `description` (string, required) Detailed description of the wellness resource. - `extensions` (object, required) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Indicates whether the wellness resource is currently active and available for use. - `name` (string, required) Human-readable name of the wellness resource. - `resourceId` (string, required) Stable, opaque identifier for the wellness resource. Example: "123e4567-e89b-12d3-a456-426614174000" - `resourceType` (string, required) High-level classification of the wellness resource. Enum: "wellnessPlan", "wellnessProgram", "wellnessPackage", "preventiveCareBundle", "other" - `status` (string, required) Lifecycle status of the wellness resource. Enum: "draft", "active", "inactive", "retired" - `updatedAt` (string, required) Timestamp when the wellness resource was last updated. Example: "2025-01-01T00:00:00.000Z" - `validFromDate` (string, required) Date from which the wellness resource is valid. Example: "2025-01-01T00:00:00Z" - `validToDate` (string, required) Date until which the wellness resource is valid, if applicable. Example: "2025-01-01T00:00:00Z" ## Response 400 fields ## Response 401 fields ## Response 409 fields