Class: FHIR::EffectEvidenceSynthesis::Certainty::CertaintySubcomponent
- Inherits:
-
Model
- Object
- Model
- FHIR::EffectEvidenceSynthesis::Certainty::CertaintySubcomponent
- 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
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#note ⇒ Object
0-* [ Annotation ].
-
#rating ⇒ Object
0-* [ CodeableConcept ].
-
#type ⇒ Object
0-1 CodeableConcept.
Method Summary
Methods included from Xml
from_xml, #to_xml, valid?, validate
Methods included from Deprecate
Methods included from Json
Methods included from Hashable
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
#extension ⇒ Object
0-* [ Extension ]
179 180 181 |
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 179 def extension @extension end |
#id ⇒ Object
0-1 string
178 179 180 |
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 178 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
180 181 182 |
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 180 def modifierExtension @modifierExtension end |
#note ⇒ Object
0-* [ Annotation ]
183 184 185 |
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 183 def note @note end |
#rating ⇒ Object
0-* [ CodeableConcept ]
182 183 184 |
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 182 def @rating end |
#type ⇒ Object
0-1 CodeableConcept
181 182 183 |
# File 'lib/fhir_models/fhir/resources/EffectEvidenceSynthesis.rb', line 181 def type @type end |