Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
chgl authored Sep 8, 2024
1 parent d4719f6 commit 7b8f13b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# REST-server that converts LOINC codes and UCUM units to a standardized representation
# loinc-conversion

[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/miracum/loinc-conversion/badge)](https://scorecard.dev/viewer/?uri=github.com/miracum/loinc-conversion)
[![SLSA 3](https://slsa.dev/images/gh-badge-level3.svg)](https://slsa.dev)

Service that converts LOINC codes and UCUM units to a standardized representation.
_loinc-conversion_ is a _REST_-server that accepts lists of `(LOINC-code, unit, value?)` and returns corresponding lists of `(LOINC-code, UCUM-unit, value)`.
It provides three distinct functions:

Expand Down

0 comments on commit 7b8f13b

Please sign in to comment.