KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
hilfsmittel-api
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
materialistic-knife-835
:
This is a project of an E-commerce website where customers can register, login and show product and add to cart. this project is a clone from the website https://bluemercury.com
ShangMeiCuiXue
:
一个微信云开发的校园论坛小程序
awesome-dots
:
My custom AwesomeWM desktop.
vue3-learn
:
Vue3源码阅读
3D_Harmonic_Loss_for_Object_Detection
:
3D Harmonic Loss: Towards Task-consistent and Time-friendly 3D Object Detection on Edge for V2X Orchestration
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
hilfsmittel-api
?
Download (.md)
# Hilfsmittel-API API des [GKV-Spitzenverbands](https://www.gkv-spitzenverband.de/) zu allen Hilfsmitteln, die unter die Leistungspflicht der Kassen fallen ## Struktur Das Hilfsmittelregister unterscheidet zwischen 4 Ebenen: 1. Produktgruppe (z.B. *"01 - Absauggeräte"*) 2. Anwendungsort (z.B. *"24 - Atmungsorgane"*) 3. Untergruppe (z.B. *"01 - Sekret-Absauggeräte, netzabhängig"*) 4. Produktart (z.B. *"0 - Sekret-Absauggerät mit geringer Saugleistung, netzabhängig"*) Einer Produktart sind dann letztendlich einzelne Produkte zugeordnet. ## x-Steller Zusätzlich zu den verschiedenen IDs (die in der Regel UUIDs sind) haben alle Knoten im Baum noch einen x-Steller: * **Produktgruppe**: Zweisteller (z.B. `01`) * **Anwendungsort**: Viersteller (z.B. `01.24`) * **Untergruppe**: Sechssteller (z.B. `01.24.01`) * **Produktart**: Siebensteller (z.B. `01.24.01.0`) * **Produkt**: Zehnsteller (z.B. `01.24.01.0002`) ## Beispiel ```bash produktgruppen=$(curl https://hilfsmittel-api.gkv-spitzenverband.de/api/verzeichnis/VerzeichnisTree/1) produkte=$(curl https://hilfsmittel-api.gkv-spitzenverband.de/api/verzeichnis/Produkt) produkt=$(curl https://hilfsmittel-api.gkv-spitzenverband.de/api/verzeichnis/Produkt/a7c4a796-6f96-42fb-971b-d2947549707d) ```