# GS1LookupResponse

Model ID: `GS1LookupResponse`

Response for GET /patients/{patient_id}/diagnostics/lookup.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `gs1_parsed` | [`GS1ParsedData`](./GS1ParsedData.md) | Yes |  |  |  | No | Structured components parsed from the raw GS1 barcode. |
| `product` | `object|null` | No |  |  |  | Yes | Opaque source-catalog product map returned when the parsed GTIN is recognized. |
| `raw_gs1` | `string` | Yes |  |  |  | No | The raw GS1 barcode string that was looked up. |
| `scan_upload` | [`ScanUploadResponse`](./ScanUploadResponse.md) | No |  |  |  | Yes | SAFE CDX upload information generated for this patient/test. Present when the product supports SAFE CDX image processing. |

## Example

None declared in canonical OpenAPI.
