A tool (script) to convert the ICD10 codes to a Python dictionary

Registered by Roger Erens

With input a file containing lines like
'ICD-10-CM CODE','CCS CATEGORY','CCS LABEL','ICD-10 LABEL'
'A15 ',' 1',"Tuberculosis","Respiratory tuberculosis, bacteriologically and histologically confirmed"

the output should be
ICD-10 = {{'RELEASE':<release/version#>,'RELEASE_DATE':<release date>},
 {'A15 ': {
  'CCS CATEGORY': ' 1',
  'CCS LABEL': "Tuberculosis",
  'ICD-10 LABEL' : "Respiratory tuberculosis, bacteriologically and histologically confirmed"}
         }

Blueprint information

Status:
Complete
Approver:
Tim Cook
Priority:
High
Drafter:
Tim Cook
Direction:
Approved
Assignee:
Tim Cook
Definition:
Approved
Series goal:
None
Implementation:
Implemented
Milestone target:
None
Started by
Roger Erens
Completed by
Tim Cook

Related branches

Sprints

Whiteboard

A simple import routine for ICD. Simply creates a dictionary and adds it to the terminology service.

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.