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

Release/1.0.0.0 #121

Closed
wants to merge 32 commits into from
Closed

Release/1.0.0.0 #121

wants to merge 32 commits into from

Commits on Sep 26, 2023

  1. Merge remote-tracking branch 'origin/main' into

    issues/116_Start_New_Development_Cycle
    hhund committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    fde11b4 View commit details
    Browse the repository at this point in the history
  2. version to 1.0.0.0-SNAPSHOT

    hhund committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b7478c0 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch

    'origin/issues/116_Start_New_Development_Cycle' into develop
    hhund committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b608589 View commit details
    Browse the repository at this point in the history
  4. upgrade to DSF 1.x

    Not working with DSF 1.2.0 as released. Maven module
    "dsf-fhir-validation" and all it's transitive dependencies need to be
    added to the "dsf-bpe-server" module for the validation code to work.
    hhund committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ab4f6da View commit details
    Browse the repository at this point in the history
  5. java 17

    hhund committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    dc600ec View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. upgrade to DSF 1.x

    hhund committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8debf0a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    03adf55 View commit details
    Browse the repository at this point in the history
  2. code formatting

    hhund committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    8e44e10 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. v6.8.0 hapi with custom logos

    hhund committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    6f60073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d58ce1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9bb50c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #120 from schwzr/patch-1

    Update SearchBundle.xml for polar data
    hhund authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    de3e7cc View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. improved test setup config

    hhund committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    27d2219 View commit details
    Browse the repository at this point in the history
  2. renamed placeholder variables

    ...codex.crr... -> ...rdp.crr...
    ...codex.gth... -> ...rdp.dts...
    hhund committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    bc03327 View commit details
    Browse the repository at this point in the history
  3. export-to optional

    hhund committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4648283 View commit details
    Browse the repository at this point in the history
  4. removed medication query, can't be queried directly no ref to patient

    Medication resources will be queried via MedicationAdministartion and
    MedicationStatement _include
    hhund committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ba406af View commit details
    Browse the repository at this point in the history
  5. added draft task resources

    hhund committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    05ff5cd View commit details
    Browse the repository at this point in the history
  6. replaced GTH with DTS

    hhund committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    56247bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a4fc85 View commit details
    Browse the repository at this point in the history
  8. code formatting

    hhund committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6d01e9c View commit details
    Browse the repository at this point in the history
  9. improved log message

    hhund committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f445d25 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. DSF to 1.3.0

    hhund committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7b9c5f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a4c9d8 View commit details
    Browse the repository at this point in the history
  3. new default CRR FHIR store client, that saves transport bundles as is

    ...and does not execute the transaction bundles against the FHIR store.
    hhund committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    13b2893 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e54d7f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32ea6e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b53a0fb View commit details
    Browse the repository at this point in the history
  7. hides fttp api key from log

    hhund committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    576ef36 View commit details
    Browse the repository at this point in the history
  8. stand-alone validator working, workaround for icd10-gm, ops, pzn

    Added a "code ok" validation support impl that assumes that codes from
    http://fhir.de/CodeSystem/bfarm/icd-10-gm,
    http://fhir.de/CodeSystem/dimdi/icd-10-gm,
    http://fhir.de/CodeSystem/bfarm/ops,
    http://fhir.de/CodeSystem/dimdi/ops, http://fhir.de/CodeSystem/ifa/pzn
    are always valid, this workaround is fine if the codes are later checked
    against an expanded ValueSet.
    
    Fixed copy-dependencies build step for stand-alone validator
    hhund committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    be9b555 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ffcffda View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2533ada View commit details
    Browse the repository at this point in the history
  11. 1.0.0.0 release

    hhund committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    abd709a View commit details
    Browse the repository at this point in the history