ServiceRequest.code.coding[] property on the ServiceRequest FHIR resource.
Primary Keys:
- servicerequest_code_coding_id
- servicerequest_id - links to the service request table
† Metriport Platform added
| Column | Data Type | Description |
|---|---|---|
| servicerequest_code_coding_id | varchar | Unique identifier for the coding row |
| servicerequest_id | varchar | FK to the parent servicerequest 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 |

