Sha256: 4d061c8fde23dc32a9c235039fe876e5e73c0661a9715ae76e1c6a7d0b0aea85

Contents?: true

Size: 238 Bytes

Versions: 2

Compression:

Stored size: 238 Bytes

Contents

module Crucible
  class FHIRStructure
  	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
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
plan_executor-1.8.0 lib/data/fhir_structure.rb
plan_executor-1.0.2 lib/data/fhir_structure.rb