Class: FHIR::MeasureReport::Group::SupplementalData

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

Defined Under Namespace

Classes: Group

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'SupplementalData.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'SupplementalData.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'SupplementalData.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'identifier' => {'type'=>'Identifier', 'path'=>'SupplementalData.identifier', 'min'=>1, 'max'=>1},
  'group' => {'type'=>'MeasureReport::Group::SupplementalData::Group', 'path'=>'SupplementalData.group', 'min'=>0, 'max'=>Float::INFINITY}
}

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 FHIR::Model

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

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

#extensionObject

0-* [ Extension ]



166
167
168
# File 'lib/fhir/resources/MeasureReport.rb', line 166

def extension
  @extension
end

#groupObject

0-* [ MeasureReport::Group::SupplementalData::Group ]



169
170
171
# File 'lib/fhir/resources/MeasureReport.rb', line 169

def group
  @group
end

#idObject

0-1 string



165
166
167
# File 'lib/fhir/resources/MeasureReport.rb', line 165

def id
  @id
end

#identifierObject

1-1 Identifier



168
169
170
# File 'lib/fhir/resources/MeasureReport.rb', line 168

def identifier
  @identifier
end

#modifierExtensionObject

0-* [ Extension ]



167
168
169
# File 'lib/fhir/resources/MeasureReport.rb', line 167

def modifierExtension
  @modifierExtension
end