Class: FHIR::DSTU2::ValueSet::Compose::Include

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
Defined in:
lib/fhir_dstu2_models/fhir/resources/ValueSet.rb

Defined Under Namespace

Classes: Concept, Filter

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'id', 'path'=>'Include.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Include.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Include.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'system' => {'type'=>'uri', 'path'=>'Include.system', 'min'=>1, 'max'=>1},
  'version' => {'type'=>'string', 'path'=>'Include.version', 'min'=>0, 'max'=>1},
  'concept' => {'type'=>'ValueSet::Compose::Include::Concept', 'path'=>'Include.concept', 'min'=>0, 'max'=>Float::INFINITY},
  'filter' => {'type'=>'ValueSet::Compose::Include::Filter', 'path'=>'Include.filter', 'min'=>0, 'max'=>Float::INFINITY}
}

Instance Attribute Summary collapse

Method Summary

Methods included from Xml

from_xml, #to_xml, valid?, validate

Methods included from Deprecate

#deprecate

Methods included from Json

from_json, #to_json

Methods included from Hashable

#from_hash, #to_hash

Methods inherited from Model

#==, #attribute_mismatch, #compare_attribute, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #to_reference, #valid?, #validate, #validate_profile

Constructor Details

This class inherits a constructor from FHIR::DSTU2::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FHIR::DSTU2::Model

Instance Attribute Details

#conceptObject

0-* [ ValueSet::Compose::Include::Concept ]



211
212
213
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 211

def concept
  @concept
end

#extensionObject

0-* [ Extension ]



207
208
209
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 207

def extension
  @extension
end

#filterObject

0-* [ ValueSet::Compose::Include::Filter ]



212
213
214
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 212

def filter
  @filter
end

#idObject

0-1 id



206
207
208
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 206

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



208
209
210
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 208

def modifierExtension
  @modifierExtension
end

#systemObject

1-1 uri



209
210
211
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 209

def system
  @system
end

#versionObject

0-1 string



210
211
212
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 210

def version
  @version
end