ReSearch made simple

  • Low code, no install


    Use our pre-built queries to find the data you need without installing a thing. Simply replace the search terms with your term of interest and hit the 'play' button to run a query and answer your scientific questions all without ever touching the command line.

    Launch FHIR-Aggregator in the cloud

  • Use our query tool


    Install fhir-query, our tool for easily searching FHIR databases, with pip and direct it to the fhir aggregator server to get up and running in no time

    in bash
    pip install fhir-aggregator-client
    
    in python notebook
    %env FHIR_BASE=https://google-fhir.fhir-aggregator.org
    
    !fq --help
    
  • Already know FHIR?


    Direct your command line to the fhir aggregator server and query using your favorite file transfer tool

    in bash
    pip install fhir-aggregator-client
    
    %env FHIR_BASE=https://google-fhir.fhir-aggregator.org