Skip to content

FHIR client for python3. Queries servers for NCPI compliant resources

License

Notifications You must be signed in to change notification settings

FHIR-Aggregator/client

Repository files navigation

FHIR-Aggregator

FHIR client for python3.

This package provides:

  • A low level API for Search/Read operations over multiple FHIR resources.
  • Managing client side credentials for FHIR servers.
  • Support for broadcasting a query to multiple FHIR servers.
  • A high level API for common operations on returned FHIR resources.

overview

websequence diagram for the high level API: image

Installation

pip install fhir_aggregator

Usage

fhir-aggregator 
Usage: fhir-aggregator [OPTIONS] COMMAND [ARGS]...

  FHIR Aggregator Command Line Interface.

Options:
  --help  Show this message and exit.

Commands:
  create-metrics        Creates metrics from search results stored in a...
  normalize-results     Normalizes search results stored in a file.
  register-credentials  Registers a credentials file.
  search-queries        Reads a YAML file of queries and searches all...

Contributing

See CONTRIBUTING.md for information on how to contribute to the project.

About

FHIR client for python3. Queries servers for NCPI compliant resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages