Class: FHIR::ExpansionProfile::Codesystem

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

Defined Under Namespace

Classes: Exclude, Include

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'id', 'path'=>'Codesystem.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Codesystem.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Codesystem.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'include' => {'type'=>'ExpansionProfile::Codesystem::Include', 'path'=>'Codesystem.include', 'min'=>0, 'max'=>1},
  'exclude' => {'type'=>'ExpansionProfile::Codesystem::Exclude', 'path'=>'Codesystem.exclude', 'min'=>0, 'max'=>1}
}

Instance Attribute Summary collapse

Method Summary

Methods included from Xml

from_xml, is_valid?, #to_xml, validate

Methods included from Json

from_json, #to_json

Methods included from Hashable

#from_hash, #to_hash

Methods inherited from Model

#attribute_mismatch, #compare_attribute, #equals?, #initialize, #is_valid?, #method_missing, #mismatch, #to_reference, #validate

Constructor Details

This class inherits a constructor from FHIR::Model

Dynamic Method Handling

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

Instance Attribute Details

#excludeObject

0-1 ExpansionProfile::Codesystem::Exclude



152
153
154
# File 'lib/fhir/resources/ExpansionProfile.rb', line 152

def exclude
  @exclude
end

#extensionObject

0-* [ Extension ]



149
150
151
# File 'lib/fhir/resources/ExpansionProfile.rb', line 149

def extension
  @extension
end

#idObject

0-1 id



148
149
150
# File 'lib/fhir/resources/ExpansionProfile.rb', line 148

def id
  @id
end

#includeObject

0-1 ExpansionProfile::Codesystem::Include



151
152
153
# File 'lib/fhir/resources/ExpansionProfile.rb', line 151

def include
  @include
end

#modifierExtensionObject

0-* [ Extension ]



150
151
152
# File 'lib/fhir/resources/ExpansionProfile.rb', line 150

def modifierExtension
  @modifierExtension
end