# Get therapeutic Returns a single Therapeutic by its unique identifier. Endpoint: GET /site/{siteId}/ahds/v1/therapeutic/{therapeuticId} Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier - `therapeuticId` (string, required) Therapeutic unique identifier (UUID) ## Response 200 fields (application/json): - `createdAt` (string, required) Timestamp when the therapeutic was created. Example: "2025-01-01T00:00:00.000Z" - `defaultTemplateId` (string, required) Identifier of the default template associated with this therapeutic, if any. Example: "123e4567-e89b-12d3-a456-426614174000" - `departmentIds` (array, required) Departments with which this therapeutic is associated. - `extensions` (object, required) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether the therapeutic is active and available for use. - `name` (string, required) Human-readable name of the therapeutic. - `therapeuticId` (string, required) Canonical unique identifier for the therapeutic. Example: "123e4567-e89b-12d3-a456-426614174000" - `updatedAt` (string, required) Timestamp when the therapeutic was last updated. Example: "2025-01-01T00:00:00.000Z" ## Response 401 fields ## Response 404 fields