SQL on FHIR
2.1.0-pre - release International flag

SQL on FHIR - Local Development build (v2.1.0-pre) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Example Binary: PatientAndContactAddressUnion

This content is an example of the View Definition Logical Model and is not a FHIR Resource

This view acts on the Patient resource to produce a table named "patient_and_contact_addresses".

Selection Rules:

ItemCollTypeDescription
.. patient_and_contact_addresses Patient
... Select
.... resource_id getResourceKey()

Notes:

This will result in a “patient_and_contact_addresses” table that looks like this:

resource_id street city zip is_patient
1 123 Main St\nApt 1 San Diego 92101 true
1 456 Maplewood Dve\nApt 2 New York 10001 true
1 456 Maplewood Dve\nApt 2 New York 10001 false
2 789 Brookside Ave\nApt 3 Los Angeles 90001 true
2 987 Pinehurst Rd\nApt 4 Chicago 60601 false