-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the HMV wiki!
The GKV (Gesetzliche KrankenVersicherung) is providing an online tool to search for a HMV Number and a Dump, updated approximately once a month. The HMV (Hilfsmittelverzeichnis) number is given to any device in Germany, used in healthcare. In my case I'm only interested in the Numbers for Hearing Aids and any related.
Howto start?
-
Install MySQL (A develop environment is highly recommended! Some scripts are creating heavy load!)
-
Get the newest xml from GKV: Positionsnummernverzeichnis
-
Look for something like: Bundeseinheitliches Hilfsmittel- und Pflegehilfsmittelverzeichnis (ZIP, 4,1 MB) Stand 23.03.2018
-
Download the ZIP and extract the file.
-
Open the 20180323_HMV.xml in any Editor (roundabout 55mb, I'd recommend Notepad++ at Windows)
-
Search and Replace 'hv:' -> 'hv_' (Couldn't get : to work with LOAD XML)
-
Save
-
Open your MySQL environment
-
Get 'create_hmvgkv.sql' from the repository ** Edit the script *** Line 1: Enter your DB *** Line 35: Enter your Path ** Execute the script