Skip to content

jshmrtn/sedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sedex Integration

GitHub license .github/workflows/elixir.yml Hex.pm Version Coverage Status

Elixir Library to work with sedex.

This is for example needed when exchaning data with the Swiss Federal Office of Public Health (FOPH).

Installation

  1. Add sedex to your list of dependencies in mix.exs:
def deps do
  [{:sedex, "~> 1.0"}]
end

Usage

Please look into the Documentation for usage examples.