Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: build location model properly using patient and organization as a source #83

Merged
merged 5 commits into from
Oct 24, 2024

Commits on Oct 11, 2024

  1. feat: build location model properly using patient and organization as…

    … a source
    
     - uses locations from patients and organizations and runs a distinct ontop of them
     - uses a mixture of address and city as a natural key to join on in downstream models to have a valid `organization_id`
    lawrenceadams committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    47c7fd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    889aa1c View commit details
    Browse the repository at this point in the history
  2. refactor: create and use a macro for safe hashing of columns

     - used for address joining
     - requires `colaesce` as joins with NULLs will not work
    lawrenceadams committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    48e261a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b34e4d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    acb3522 View commit details
    Browse the repository at this point in the history