# Create assessment Creates a new Assessment record. Assessment resource in the Animal Health Data Store Endpoint: POST /site/{siteId}/ahds/v1/assessment Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Request fields (application/json): - `animalId` (string) Identifier of the animal this assessment is for. Example: "123e4567-e89b-12d3-a456-426614174000" - `assessmentId` (string, required) Canonical unique identifier for the assessment. Example: "123e4567-e89b-12d3-a456-426614174000" - `consultId` (string) Identifier of the consult/encounter this assessment is associated with. Example: "123e4567-e89b-12d3-a456-426614174000" - `extensions` (object) Vendor- or practice-specific extension fields. - `isActive` (boolean, required) Whether the assessment record is active. - `notes` (string) Free-text notes describing the assessment. - `recordedAt` (string) Date and time when the assessment was recorded or took place. Example: "2025-01-01T00:00:00.000Z" - `vetId` (string) Identifier of the veterinarian who performed or recorded the assessment. Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 201 fields (application/json): - `animalId` (string, required) Identifier of the animal this assessment is for. Example: "123e4567-e89b-12d3-a456-426614174000" - `assessmentId` (string, required) Canonical unique identifier for the assessment. Example: "123e4567-e89b-12d3-a456-426614174000" - `consultId` (string, required) Identifier of the consult/encounter this assessment is associated with. Example: "123e4567-e89b-12d3-a456-426614174000" - `createdAt` (string, required) Timestamp when the assessment record was created. Example: "2025-01-01T00:00:00.000Z" - `extensions` (object, required) Vendor- or practice-specific extension fields. - `isActive` (boolean, required) Whether the assessment record is active. - `notes` (string, required) Free-text notes describing the assessment. - `recordedAt` (string, required) Date and time when the assessment was recorded or took place. Example: "2025-01-01T00:00:00.000Z" - `updatedAt` (string, required) Timestamp when the assessment record was last updated. Example: "2025-01-01T00:00:00.000Z" - `vetId` (string, required) Identifier of the veterinarian who performed or recorded the assessment. Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 400 fields ## Response 401 fields ## Response 409 fields