SQL on FHIR, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sql-on-fhir/ and changes regularly. See the Directory of published versions
This view acts on the Patient resource to produce a table named "patient_names_with_index".
The table contains the following columns:
| Name | Fhir Type | SQL Type | Collection | Notes |
|---|---|---|---|---|
| patient_id | string | String | ||
| use | string | String | This column is not defined as a collection, but the path statement 'use' might return multiple values for the column 'use' for some inputs | |
| family | string | String | This column is not defined as a collection, but the path statement 'family' might return multiple values for the column 'family' for some inputs | |
| given | string | String |
Selection Rules:
| Item | Coll | Type | Description |
|---|---|---|---|
![]() | Patient | ||
![]() ![]() | |||
![]() ![]() ![]() | getResourceKey() | ||
![]() ![]() | for each name | ||
![]() ![]() ![]() | integer | %rowIndexThe 0-based position of this name in the patient's name array. | |
![]() ![]() ![]() | use | ||
![]() ![]() ![]() | family | ||
![]() ![]() ![]() | given.join(' ') |