The tool is used to update concept_name in the CONCEPT.csv file. You can check the difference between this file before and after running the tool. We use concept_code to provide the correct name, not the concept_id.
The tool checks if you have a valid API code and can access the CPT4 fully and then updates names accordingly. The need for this tool is caused by legal technicalities - we can’t distribute CPT4, so we have to check if you can access it.
The JAR file compares the concept_code from concept.csv with the one in concept_cpt4.csv. If there’s a match, it updates the concept_name in concept.csv, correct?
Also, in concept.csv, does the vocabulary_id need to be 'CPT4' for the update to happen?
And finally, do the concept_id values need to be the same in both files for the update to work?
Is there any official documentation that explains this process in detail?
Almost. CPT4 concepts are first isolated in concept_cpt4 file. The application processes each record directly and updates the name of the concept. Finally, the records are appended to the concept
Now to your questions:
the application updates names within concept_cpt4. There is no direct comparison between files.
The vocabulary_id has to be CPT4, but it is processed in a slightly different file.
Unfortunately, there is only a Readme file that comes with the bundle.