RelatedPerson.communication[].language.coding[] property on the RelatedPerson FHIR resource.
Primary Keys:
- relatedperson_communication_language_coding_id
- relatedperson_communication_id - links to the relatedperson_communication table
† Metriport Platform added
| Column | Data Type | Description |
|---|---|---|
| relatedperson_communication_language_coding_id | varchar | Unique identifier for the coding row |
| relatedperson_communication_id | varchar | FK to the parent relatedperson_communication record |
| code_rank† | int | 1-based index of this coding in the language coding array |
| code | varchar | Code value (e.g., BCP-47 language tag) |
| display | varchar | Human-readable display |
| system | varchar | Code system URI |

