Class: FHIR::EffectEvidenceSynthesis::EffectEstimate::PrecisionEstimate

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

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'PrecisionEstimate.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'PrecisionEstimate.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'PrecisionEstimate.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'type' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/precision-estimate-type'=>['CI', 'IQR', 'SD', 'SE']}, 'type'=>'CodeableConcept', 'path'=>'PrecisionEstimate.type', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'extensible', 'uri'=>'http://hl7.org/fhir/ValueSet/precision-estimate-type'}},
  'level' => {'type'=>'decimal', 'path'=>'PrecisionEstimate.level', 'min'=>0, 'max'=>1},
  'from' => {'type'=>'decimal', 'path'=>'PrecisionEstimate.from', 'min'=>0, 'max'=>1},
  'to' => {'type'=>'decimal', 'path'=>'PrecisionEstimate.to', 'min'=>0, 'max'=>1}
}

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, #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

#extensionObject

0-* [ Extension ]



131
132
133
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 131

def extension
  @extension
end

#fromObject

0-1 decimal



135
136
137
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 135

def from
  @from
end

#idObject

0-1 string



130
131
132
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 130

def id
  @id
end

#levelObject

0-1 decimal



134
135
136
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 134

def level
  @level
end

#modifierExtensionObject

0-* [ Extension ]



132
133
134
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 132

def modifierExtension
  @modifierExtension
end

#toObject

0-1 decimal



136
137
138
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 136

def to
  @to
end

#typeObject

0-1 CodeableConcept



133
134
135
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 133

def type
  @type
end