Encounter.type.coding[] property on the Encounter FHIR resource.
Primary Keys:
- encounter_type_coding_id
- encounter_type_id - links to the encounter_type table
† Metriport Platform added
| Column | Data Type | Description |
|---|---|---|
| encounter_type_coding_id | varchar | Unique identifier |
| encounter_type_id | varchar | FK to the parent encounter_type record |
| code_rank† | int | 1-based index |
| code | varchar | Code value |
| display | varchar | Display |
| system | varchar | Code system URI |

