# Get modality Returns a single Modality by its unique identifier. Endpoint: GET /site/{siteId}/ahds/v1/modality/{modalityId} Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier - `modalityId` (string, required) Modality unique identifier (UUID) ## Response 200 fields (application/json): - `code` (string, required) Practice- or system-specific code for the modality (e.g., 'XR', 'US'). - `description` (string,null, required) Optional description of the modality. - `extensions` (object, required) Vendor- or practice-specific extension fields. - `isActive` (boolean, required) Indicates whether this modality is active and can be used. - `modalityId` (string, required) Canonical unique identifier for the modality. Example: "123e4567-e89b-12d3-a456-426614174000" - `name` (string, required) Human-readable name of the modality. ## Response 401 fields ## Response 404 fields