intervention-engine / fhir

Generic FHIR server implementation in GoLang.
Apache License 2.0
112 stars 51 forks source link

Issues and Fixes #115

Closed cjduffett closed 7 years ago

cjduffett commented 7 years ago

Fixes several outstanding issues:

  1. https://github.com/intervention-engine/fhir/issues/114 (same as https://github.com/synthetichealth/gofhir/issues/18)
  2. https://github.com/intervention-engine/fhir/issues/106
  3. https://github.com/intervention-engine/fhir/issues/83
  4. https://github.com/intervention-engine/fhir/issues/36 (specifically uses DSTU3's application/fhir+json)

Also adds the following updates:

  1. The root URL of the server (/) now permanently redirects to /metadata instead of serving a 404 Not Found error.
  2. The copyright header in all model files is now updated to read "2011-2017", since it's the new year.