# CodedConcept

Model ID: `ehr.CodedConcept`

A clinical concept identified by one or more coding systems.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `code` | `string` | Yes |  |  |  | No | Code value from the coding system (e.g. an ICD-10 or SNOMED CT code). |
| `display` | `string` | Yes |  |  |  | No | Human-readable display text for the code. |
| `system` | `string|null` | No |  |  | `null` | Yes | e.g. ICD-10, SNOMED-CT, CPT, CVX, RxNorm, NDC |

## Example

None declared in canonical OpenAPI.
