API#

Introduction#

The structure of FHIRPACK can be divided into an Extractor, Transformer and Loader according to the ETL philosophy. In addition, FHIRPACK uses General methods that are not part of a specific pipeline component.

The Extractor is responsible for retrieving FHIR resources from the server and storing them in the central PACK object of FHIRPACK. Using methods provided by the Transformer, the data can be manipulated and analysed. Finally, the resulting data can be saved in various formats using the Loader.

Full Package