> ## Documentation Index
> Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# condition_verificationstatus_coding

Normalized `Condition.verificationStatus.coding[]` property on the [Condition](https://hl7.org/fhir/R4/condition.html) FHIR resource.

**Primary Keys:**

* condition\_verificationstatus\_coding\_id

**Foreign Keys:**

* condition\_id - links to the [condition](/medical-api/handling-data/schema-v100/condition/base) table

<div style={{textAlign: 'right'}}><sub>† Metriport Platform added</sub></div>

| Column                                    | Data Type | Description                                                   |
| ----------------------------------------- | --------- | ------------------------------------------------------------- |
| condition\_verificationstatus\_coding\_id | varchar   | Unique identifier for the coding row                          |
| condition\_id                             | varchar   | Parent condition                                              |
| code\_rank†                               | int       | 1-based index of this coding in the verification status array |
| code                                      | varchar   | Code value (e.g., confirmed, unconfirmed, refuted)            |
| display                                   | varchar   | Human-readable display                                        |
| system                                    | varchar   | Code system URI                                               |

**Related Tables:**

**Parent:**

* [condition](/medical-api/handling-data/schema-v100/condition/base)
