Class: FHIR::MeasureReport::Group::Stratifier

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

Defined Under Namespace

Classes: Stratum

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Stratifier.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Stratifier.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Stratifier.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'code' => {'type'=>'CodeableConcept', 'path'=>'Stratifier.code', 'min'=>0, 'max'=>Float::INFINITY},
  'stratum' => {'type'=>'MeasureReport::Group::Stratifier::Stratum', 'path'=>'Stratifier.stratum', '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 FHIR::Model

#==, #attribute_mismatch, #compare_attribute, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #to_reference, #valid?, #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

#codeObject

0-* [ CodeableConcept ]



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

def code
  @code
end

#extensionObject

0-* [ Extension ]



147
148
149
# File 'lib/fhir_models/fhir/resources/MeasureReport.rb', line 147

def extension
  @extension
end

#idObject

0-1 string



146
147
148
# File 'lib/fhir_models/fhir/resources/MeasureReport.rb', line 146

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



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

def modifierExtension
  @modifierExtension
end

#stratumObject

0-* [ MeasureReport::Group::Stratifier::Stratum ]



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

def stratum
  @stratum
end