class Crucible::FHIRStructure

Public Class Methods

get() click to toggle source
# File lib/data/fhir_structure.rb, line 3
def self.get
    root = File.expand_path File.join('..','..'), File.dirname(File.absolute_path(__FILE__))
    JSON.parse(File.read(File.join(root, 'lib', 'FHIR_structure.json')))
end