FHIRClient.jl

Julia client for connecting to FHIR (Fast Healthcare Interoperability Resources) servers and building SMART on FHIR applications

MIT License

Stars
13
Committers
2

Bot releases are visible (Hide)

FHIRClient.jl - v0.5.0

Published by github-actions[bot] almost 4 years ago

FHIRClient v0.5.0

Diff since v0.4.0

Merged pull requests:

  • Do not export anything (#75) (@DilumAluthge)
FHIRClient.jl - v0.4.0

Published by github-actions[bot] almost 4 years ago

FHIRClient v0.4.0

Diff since v0.3.3

Merged pull requests:

  • Set correct values for the resourceType field (#73) (@DilumAluthge)
FHIRClient.jl - v0.3.3

Published by github-actions[bot] almost 4 years ago

FHIRClient v0.3.3

Diff since v0.3.2

Merged pull requests:

  • README: Add the PkgEval badge (#72) (@DilumAluthge)
FHIRClient.jl - v0.3.2

Published by github-actions[bot] almost 4 years ago

FHIRClient v0.3.2

Diff since v0.3.1

Merged pull requests:

  • Use the latest TagBot workflow file (#71) (@DilumAluthge)
FHIRClient.jl - v0.3.1

Published by github-actions[bot] almost 4 years ago

FHIRClient v0.3.1

Diff since v0.3.0

Merged pull requests:

  • README: Temporarily remove the PkgEval badge (#69) (@DilumAluthge)
FHIRClient.jl - v0.3.0

Published by github-actions[bot] almost 4 years ago

FHIRClient v0.3.0

Diff since v0.2.1

Closed issues:

  • TODO: Re-enable testing on Julia nightly (#40)

Merged pull requests:

  • Bump version from "0.2.1" to "0.3.0-DEV" (#37) (@DilumAluthge)
  • Reorganize the package files (#38) (@DilumAluthge)
  • Set up some infrastructure (#39) (@DilumAluthge)
  • Fix a bug (#41) (@DilumAluthge)
  • Update a docstring (#42) (@DilumAluthge)
  • Docs: Intentionally throw an exception inside an example (#44) (@DilumAluthge)
  • Docs: set strict=false (#46) (@DilumAluthge)
  • Docs: for the example, use an @example block instead of a @repl block (#47) (@DilumAluthge)
  • Docs: for the example, use an @repl block instead of a @example block (#48) (@DilumAluthge)
  • Docs: set strict=true (#49) (@DilumAluthge)
  • Add some more tests (#51) (@DilumAluthge)
  • Auto-generate the FHIR types (#53) (@DilumAluthge)
  • Add the public request function` (#55) (@DilumAluthge)
  • Test on nightly (#56) (@DilumAluthge)
  • [Docs] Slightly reorganize an example (#57) (@DilumAluthge)
  • README: restructure the code for the badges (#58) (@DilumAluthge)
  • Temporarily vendor our own copy of JSON3.jl (#59) (@DilumAluthge)
  • README: add the PkgEval badge (#60) (@DilumAluthge)
  • CI: add a daily cron job (#61) (@DilumAluthge)
  • Reorganize some tests (#62) (@DilumAluthge)
  • Reorganize some test code (#64) (@DilumAluthge)
  • CI: run cron job once per week (#65) (@DilumAluthge)
  • Make the tests future-proof (#66) (@DilumAluthge)
  • Bump version from "0.3.0-DEV" to "0.3.0" (#67) (@DilumAluthge)
  • Fix UUID (#68) (@DilumAluthge)
FHIRClient.jl - v0.2.1

Published by github-actions[bot] about 4 years ago

FHIRClient v0.2.1

Diff since v0.2.0

Merged pull requests:

  • Enable inlining during CI (#36) (@DilumAluthge)
FHIRClient.jl - v0.2.0

Published by github-actions[bot] about 4 years ago

FHIRClient v0.2.0

Diff since v0.1.2

Merged pull requests:

  • Rename some variables (#35) (@DilumAluthge)
FHIRClient.jl - v0.1.2

Published by github-actions[bot] about 4 years ago

FHIRClient v0.1.2

Diff since v0.1.1

Merged pull requests:

  • Simplify some of the documentation (#34) (@DilumAluthge)
FHIRClient.jl - v0.1.1

Published by github-actions[bot] about 4 years ago

FHIRClient v0.1.1

Diff since v0.1.0

Merged pull requests:

  • Docs: Grammar fix (#33) (@DilumAluthge)
FHIRClient.jl - v0.1.0

Published by github-actions[bot] about 4 years ago

FHIRClient v0.1.0

Merged pull requests:

  • Fix CI (#1) (@DilumAluthge)
  • Add a brief description (#2) (@DilumAluthge)
  • Add HTTP and JSON3 as dependencies (#3) (@DilumAluthge)
  • Add the FHIRType abstract type (#4) (@DilumAluthge)
  • Rename the package (#5) (@DilumAluthge)
  • Add some initial functionality (#6) (@DilumAluthge)
  • Add a link to the GitHub repository (#7) (@DilumAluthge)
  • Fix a typo (#8) (@DilumAluthge)
  • Bump version number from "0.1.0-DEV" to "0.1.0" (#9) (@DilumAluthge)
  • Add the FHIRClients.version() function (#10) (@DilumAluthge)
  • Add a docstring for the version function (#11) (@DilumAluthge)
  • Rephrase a sentence (#12) (@DilumAluthge)
  • Clarify that FHIRClients.jl will support both FHIR and SMART on FHIR (#13) (@DilumAluthge)
  • Add StructTypes as a dependency (#14) (@DilumAluthge)
  • Add DocStringExtensions as a dependency (#15) (@DilumAluthge)
  • Rename and un-export some structs (#16) (@DilumAluthge)
  • Rename the package to FHIRClient.jl (#17) (@DilumAluthge)
  • Add support for sending authentication in HTTP headers (#18) (@DilumAluthge)
  • Fix a typo (#19) (@DilumAluthge)
  • Reorganize the docs (#20) (@DilumAluthge)
  • Add a basic example to the docs (#21) (@DilumAluthge)
  • TagBot: use SSH deploy key (#23) (@DilumAluthge)
  • Use Base.SecretBuffer for storing credentials (#24) (@DilumAluthge)
  • Implement JSON-to-struct mapping using JSON3 (#25) (@DilumAluthge)
  • Simplify some of the tests (#26) (@DilumAluthge)
  • Fix a bug in the test suite (#27) (@DilumAluthge)
  • Rename Generate to GenerateFHIRTypes (#28) (@DilumAluthge)
  • Add Tables as a test-dependency and docs-dependency (#29) (@DilumAluthge)
  • Add OMOPCommonDataModel as a dependency (#30) (@DilumAluthge)
  • Refactor the requests API (#31) (@DilumAluthge)