Class: FHIR::EffectEvidenceSynthesis::Certainty::CertaintySubcomponent

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'=>'CertaintySubcomponent.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'CertaintySubcomponent.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'CertaintySubcomponent.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'type' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/certainty-subcomponent-type'=>['RiskOfBias', 'Inconsistency', 'Indirectness', 'Imprecision', 'PublicationBias', 'DoseResponseGradient', 'PlausibleConfounding', 'LargeEffect']}, 'type'=>'CodeableConcept', 'path'=>'CertaintySubcomponent.type', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'extensible', 'uri'=>'http://hl7.org/fhir/ValueSet/certainty-subcomponent-type'}},
  'rating' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/certainty-subcomponent-rating'=>['no-change', 'downcode1', 'downcode2', 'downcode3', 'upcode1', 'upcode2', 'no-concern', 'serious-concern', 'critical-concern', 'present', 'absent']}, 'type'=>'CodeableConcept', 'path'=>'CertaintySubcomponent.rating', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'extensible', 'uri'=>'http://hl7.org/fhir/ValueSet/certainty-subcomponent-rating'}},
  'note' => {'type'=>'Annotation', 'path'=>'CertaintySubcomponent.note', '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 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 ]



179
180
181
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 179

def extension
  @extension
end

#idObject

0-1 string



178
179
180
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 178

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



180
181
182
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 180

def modifierExtension
  @modifierExtension
end

#noteObject

0-* [ Annotation ]



183
184
185
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 183

def note
  @note
end

#ratingObject

0-* [ CodeableConcept ]



182
183
184
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 182

def rating
  @rating
end

#typeObject

0-1 CodeableConcept



181
182
183
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 181

def type
  @type
end