Patient.identifier[].type.coding[] property on the Patient FHIR resource.
Primary Keys:
- patient_identifier_type_coding_id
- patient_identifier_id – links to patient_identifier
† Metriport Platform added
| Column | Data Type | Description |
|---|---|---|
| patient_identifier_type_coding_id | varchar | Unique identifier for the coding row |
| patient_identifier_id | varchar | FK to the parent patient_identifier row |
| code_rank† | int | 1-based position of this coding in identifier.type.coding[] |
| code | varchar | Code value |
| display | varchar | Human-readable display text |
| system | varchar | Coding system URI |

