Skip to content

include-dcc/smolder

Repository files navigation

smolder

A quick and easy summary tool to evaluate counts inside the QA and PROD FHIR servers.

To install the summary library to permit the example runner script to run, run the following command:

pip install -e .

This will install it in a way that will allow your edits to the library to be used without having to reinstall.

smolder notebook

An easy way to run FHIR queries

Prerequisites

  • Jupyter Notebook: You'll need Jupyter Notebook installed. If you don't have it, follow the instructions at https://jupyter.org/install
  • Python: Ensure you have a compatible version of Python installed. This notebook is designed for Python 3.12.2

Installation

  1. Install Jupyter
    pip install jupyterlab
    
  2. Clone the repository:
    git clone https://github.com/include-dcc/smolder.git
    

Use

  1. Navigate to smolder directory

    cd smolder
  2. Start jupyter lab

    jupyter lab
  3. double click on smolder_notebook.ipynb
    image

  4. Select Run all cells from top menu
    image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published