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

Draft attempt at ingestion using mapping file #24

Merged
merged 21 commits into from
May 29, 2024
Merged

Commits on May 13, 2024

  1. Draft attempt at ingestion using mapping file

    - Reads data into class then back out again, probably not very efficient.
    - Not tested with multiple rows of input data
    - Can't cope with multiple columns trying to set the same variable (need logic in mapping file for this)
    pipliggins committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b7f0848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd61500 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a80c963 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    7a456ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21e777b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    cfadee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b591be9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c142643 View commit details
    Browse the repository at this point in the history
  4. Remove load_data functions

    pipliggins committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6f9f4ad View commit details
    Browse the repository at this point in the history
  5. Make fhirflat installable

    pipliggins committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e352003 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    464dd67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a49d78b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Allow lists to be created during ingestion.

    Backbone elements converted to full FHIR to be written out as *_dense.
    Add ID to Encounter resource
    pipliggins committed May 17, 2024
    Configuration menu
    Copy the full SHA
    de6c177 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Improve references

    pipliggins committed May 20, 2024
    Configuration menu
    Copy the full SHA
    234fd09 View commit details
    Browse the repository at this point in the history
  2. Add race extension

    pipliggins committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c524efe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fa116f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    60e943b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bf774c View commit details
    Browse the repository at this point in the history
  3. Update init file

    pipliggins committed May 22, 2024
    Configuration menu
    Copy the full SHA
    dd4afe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bef7c35 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Fix more types

    pipliggins committed May 23, 2024
    Configuration menu
    Copy the full SHA
    08eda15 View commit details
    Browse the repository at this point in the history