PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sql-on-fhir@3.0.0-ballot
    http://hl7.org/fhir/uv/sql-on-fhir/Library/ActivePatientAddressesQuery
{description: 'Joins the [Active Patients](Library-ActivePatientsView.html) view to patient\naddresses. The `active_patients` label resolves to the referenced SQLView, which\nthe executing engine may materialize or inline.\n\n```sql\nSELECT\n  active_patients.patient_id,\n  active_patients.patient_name,\n  patient_address_view.city,\n  patient_address_view.state\nFROM active_patients\nJOIN patient_address_view\n  ON active_patients.patient_id = patient_address_view.patient_id\n```', package_name: hl7.fhir.uv.sql-on-fhir, name: ActivePatientAddressesQuery, type: '{:coding [{:system \"http://hl7.org/fhir/uv/sql-on-fhir/CodeSystem/LibraryTypesCodes\", :code \"sql-query\"}]}', package_version: 3.0.0-ballot, class: unknown, kind: null, url: 'http://hl7.org/fhir/uv/sql-on-fhir/Library/ActivePatientAddressesQuery', version: 3.0.0-ballot}