# CapturedTestImageResponse

Model ID: `CapturedTestImageResponse`

SAFE CDX presigned retrieval URL for an already-captured test-kit image.

Returned by GET /patients/{patient_id}/diagnostics/{test_id}/image. The
``image_url`` is a short-lived presigned AWS S3 GET URL — it is never a
permanent/public link, consistent with the PHI-image-handling pattern used
for other Health Cloud diagnostic imagery.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `content_type` | `string` | Yes |  |  |  | No | MIME type of the stored image, e.g. image/jpeg. |
| `expires_in` | `integer` | Yes |  |  |  | No | Seconds until the presigned GET URL expires. |
| `image_url` | `string` | Yes |  |  |  | No | Presigned AWS S3 GET URL for the captured test-kit image. Time-limited; fetch and render before it expires. |
| `storage_key` | `string` | Yes |  |  |  | No | SAFE CDX S3 object key the image was stored under. |
| `test_id` | `string` | Yes | uuid |  |  | No | Health Cloud correlation identifier for the diagnostic scan. |

## Example

None declared in canonical OpenAPI.
