# MedicalConceptSearchResponse

Model ID: `SearchMedicalConceptsGetResponse`

Medical concept search result set.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `concepts` | array of [`MedicalConcept`](./MedicalConcept.md) | Yes |  |  |  | No | Matching medical concepts. |
| `request` | [`MedicalConceptSearchRequest`](./MedicalConceptSearchRequest.md) | Yes |  |  |  | No | Echoes the request that produced this result set. |
| `total` | `integer` | Yes |  |  |  | No | Number of concepts in this response. |

## Example

None declared in canonical OpenAPI.
