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

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

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Group.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Group.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Group.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'value' => {'type'=>'string', 'path'=>'Group.value', 'min'=>1, 'max'=>1},
  'count' => {'type'=>'integer', 'path'=>'Group.count', 'min'=>0, 'max'=>1},
  'patients' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/List'], 'type'=>'Reference', 'path'=>'Group.patients', '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 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

#countObject

0-1 integer



161
162
163
# File 'lib/fhir/resources/MeasureReport.rb', line 161

def count
  @count
end

#extensionObject

0-* [ Extension ]



158
159
160
# File 'lib/fhir/resources/MeasureReport.rb', line 158

def extension
  @extension
end

#idObject

0-1 string



157
158
159
# File 'lib/fhir/resources/MeasureReport.rb', line 157

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



159
160
161
# File 'lib/fhir/resources/MeasureReport.rb', line 159

def modifierExtension
  @modifierExtension
end

#patientsObject

0-1 Reference(List)



162
163
164
# File 'lib/fhir/resources/MeasureReport.rb', line 162

def patients
  @patients
end

#valueObject

1-1 string



160
161
162
# File 'lib/fhir/resources/MeasureReport.rb', line 160

def value
  @value
end