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

Support FHIR R4B #508

Closed
wants to merge 132 commits into from
Closed

Support FHIR R4B #508

wants to merge 132 commits into from

Conversation

kennethmyhra
Copy link
Collaborator

No description provided.

@kennethmyhra kennethmyhra changed the title Everywhere: Support FHIR R4B Support FHIR R4B Sep 18, 2022
kennethmyhra and others added 29 commits October 13, 2022 19:52
HttpRequestFeature.RawTarget contains according to the documentation:
"This property contains the raw path and full query, as well as other
request targets such as * for OPTIONS requests".

We only want the Requset Path identifying the requested resource so
let's use HttpRequestFeature.Path.
These constantly fails when using Jetbrains Rider IDE so let us remove
them for now.
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v3.0.4...v3.0.8)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
kennethmyhra and others added 28 commits September 11, 2023 18:42
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases)
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt)
- [Commits](icsharpcode/SharpZipLib@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: SharpZipLib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.0.2 to 3.1.1.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.0.2...v3.1.1)

---
updated-dependencies:
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ZstdSharp.Port](https://github.com/oleg-st/ZstdSharp) from 0.6.5 to 0.7.2.
- [Release notes](https://github.com/oleg-st/ZstdSharp/releases)
- [Commits](oleg-st/ZstdSharp@0.6.5...0.7.2)

---
updated-dependencies:
- dependency-name: ZstdSharp.Port
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [SharpCompress](https://github.com/adamhathcock/sharpcompress) from 0.32.2 to 0.33.0.
- [Release notes](https://github.com/adamhathcock/sharpcompress/releases)
- [Commits](adamhathcock/sharpcompress@0.32.2...0.33.0)

---
updated-dependencies:
- dependency-name: SharpCompress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.0.2 to 3.1.1.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.0.2...v3.1.1)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [Snappier](https://github.com/brantburnett/Snappier) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/brantburnett/Snappier/releases)
- [Commits](brantburnett/Snappier@release/1.0.0...release/1.1.1)

---
updated-dependencies:
- dependency-name: Snappier
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [MongoDB.Bson](https://github.com/mongodb/mongo-csharp-driver) from 2.18.0 to 2.21.0.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](mongodb/mongo-csharp-driver@v2.18.0...v2.21.0)

---
updated-dependencies:
- dependency-name: MongoDB.Bson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps MongoDB.Libmongocrypt from 1.6.0 to 1.8.0.

---
updated-dependencies:
- dependency-name: MongoDB.Libmongocrypt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.19.0 to 2.21.0.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](mongodb/mongo-csharp-driver@v2.19.0...v2.21.0)

---
updated-dependencies:
- dependency-name: MongoDB.Driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
These projects were never finished and are not actively maintained.
This removes Spark-Legacy the original Spark UI, this is a .NET
Framework 4.6.* web application which is no longer actively maintained
and has been replaced by the ASP.NET Core web application Spark.Web.
This better reflects the purpose of this interface.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for FHIR version R4B
2 participants