Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.85 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.85 KB

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.