https://github.com/jshmrtn/sedex
Sedex Elixir Library
https://github.com/jshmrtn/sedex
elixir sedex
Last synced: 15 days ago
JSON representation
Sedex Elixir Library
- Host: GitHub
- URL: https://github.com/jshmrtn/sedex
- Owner: jshmrtn
- License: mit
- Created: 2021-03-25T15:28:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T04:03:29.000Z (over 3 years ago)
- Last Synced: 2026-03-21T00:32:53.968Z (3 months ago)
- Topics: elixir, sedex
- Language: Elixir
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Sedex Integration
[](https://raw.githubusercontent.com/jshmrtn/sedex/master/LICENSE)

[](https://hex.pm/packages/sedex)
[](https://coveralls.io/github/jshmrtn/sedex?branch=master)
Elixir Library to work with [sedex](https://www.bfs.admin.ch/bfs/en/home/registers/population-register/sedex.html).
This is for example needed when exchaning data with the Swiss [Federal Office of Public Health (FOPH)](https://www.bag.admin.ch/bag/en/home.html).
## Installation
1. Add `sedex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:sedex, "~> 1.0"}]
end
```
## Usage
Please look into the [Documentation](https://hexdocs.pm/sedex/) for usage examples.