# Get health status Returns a single Health Status by its unique identifier. Endpoint: GET /site/{siteId}/ahds/v1/health-status/{healthStatusId} Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier - `healthStatusId` (string, required) Health Status unique identifier (UUID) ## Response 200 fields (application/json): - `animalId` (string, required) Identifier of the animal this health status belongs to. Example: "123e4567-e89b-12d3-a456-426614174000" - `attitude` (string,null, required) General attitude/mentation. Enum: "bar", "qar", "comatose", "sleeping", "vocalising", "sedate" - `bloodPressure` (object,null, required) Blood pressure measurement. - `bloodPressure.value` (number, required) Numeric value - `bloodPressure.unit` (string, required) Unit of measure - `bloodPressure.system` (string) Unit system URI - `bodyConditionScore` (object,null, required) Body condition score (BCS). - `capillaryRefillTime` (string,null, required) Capillary refill time category. Enum: "lt_1_sec", "between_1_and_2_sec", "gt_2_sec" - `cervixCytologyScore` (number,null, required) Cervix cytology score. - `cervixTone` (number,null, required) Cervix tone assessment (numeric scale). - `consultId` (string,null, required) Identifier of the consult/visit associated with this health status. Example: "123e4567-e89b-12d3-a456-426614174000" - `createdAt` (string, required) Timestamp when this record was created in the source system. Example: "2025-01-01T00:00:00.000Z" - `dentalScore` (object,null, required) Dental score assessment. - `extensions` (object, required) Vendor- or practice-specific extensions. - `healthStatusId` (string, required) Canonical identifier for this health status record. Example: "123e4567-e89b-12d3-a456-426614174000" - `heartRate` (object,null, required) Heart rate measurement. - `isActive` (boolean, required) Whether this health status record is currently active. - `isPregnant` (boolean,null, required) Pregnancy status, if assessed. - `leftOvary` (object,null, required) Findings for the left ovary. - `mucousMembraneColor` (string,null, required) Mucous membrane color/character. Enum: "blue", "grey", "white", "pale", "yellow", "pigmented", "tacky", "pale_pink", "pink", "injected", "red" - `notes` (string,null, required) Free-text clinical notes related to this health status. - `painScore` (object,null, required) Pain score assessment. - `pulseQuality` (string,null, required) Pulse quality assessment. Enum: "bounding", "normal", "fair", "difficult_to_palpate", "weak", "no_pulse_detected", "dropped_pulse" - `recordedAt` (string, required) Date and time when this health status was recorded. Example: "2025-01-01T00:00:00.000Z" - `respiratoryEffort` (string,null, required) Respiratory effort assessment. Enum: "normal", "laboured_breathing", "shallow" - `respiratoryRate` (object,null, required) Respiratory rate measurement. - `rightOvary` (object,null, required) Findings for the right ovary. - `temperature` (object,null, required) Body temperature measurement. - `updatedAt` (string,null, required) Timestamp when this record was last updated in the source system. Example: "2025-01-01T00:00:00.000Z" - `uterineCystLocation` (string,null, required) Location of uterine cysts, if present. Enum: "body", "left_horn", "right_horn", "negative" - `uterineCytologyScore` (number,null, required) Uterine cytology score. - `uterineEdema` (number,null, required) Uterine edema assessment (numeric scale). - `uterineFluid` (string,null, required) Presence of uterine fluid. Enum: "positive", "negative" - `uterineTone` (number,null, required) Uterine tone assessment (numeric scale). - `weight` (object,null, required) Body weight measurement. ## Response 401 fields ## Response 404 fields