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

Simultaneously support R4, STU3 and DSTU2 #81

Closed
wants to merge 6 commits into from

Commits on Oct 11, 2019

  1. Generate a models package for R4, STU3 and DSTU2.

    This allows the same FHIRClient version to be used with multiple FHIR versions.
    
    We have to use a different version of fhir-parser to generate DSTU2
    because the latest version dropped support.
    rectalogic committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    2db9c70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    298d10d View commit details
    Browse the repository at this point in the history
  3. Use unittest discover

    rectalogic committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    8eb80ca View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Add integration tests and github CI action.

    Regenerate DSTU2 unit tests with a template that works for 2.7.
    rectalogic committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    a318478 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

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

Commits on Oct 17, 2019

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