Patient.communication[].language.coding[] property on the Patient FHIR resource.
Primary Keys:
- patient_communication_language_coding_id
- patient_communication_id - links to the patient communication table
† Metriport Platform added
| Column | Data Type | Description |
|---|---|---|
| patient_communication_language_coding_id | varchar | Unique identifier for the coding row |
| patient_communication_id | varchar | FK to the parent patient_communication record |
| code_rank† | int | 1-based position of this coding in the source array |
| code | varchar | Code value |
| display | varchar | Human-readable display text |
| system | varchar | Coding system URI |

