This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# real ruby libraries you can use to save having to develop them anew | |
require 'iso-639' | |
# fictional ruby libraries that would add the missing datatypes | |
require 'icd10' # a library which handles ICD-10 bindings | |
require 'snomed-ct' # a library which handles SNOMED-CT bindings | |
require 'adl-binding' # a library which lets us handle ADL as a ruby object | |
require 'terminology' # some arbitrary terminology helper library | |
# openEHR-ELOM.breast_cancer_treatment.v1 |