Class: FHIR::RiskEvidenceSynthesis::RiskEstimate::PrecisionEstimate

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
Defined in:
lib/fhir_models/fhir/resources/RiskEvidenceSynthesis.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 ]



106
107
108
# File 'lib/fhir_models/fhir/resources/RiskEvidenceSynthesis.rb', line 106

def extension
  @extension
end

#fromObject

0-1 decimal



110
111
112
# File 'lib/fhir_models/fhir/resources/RiskEvidenceSynthesis.rb', line 110

def from
  @from
end

#idObject

0-1 string



105
106
107
# File 'lib/fhir_models/fhir/resources/RiskEvidenceSynthesis.rb', line 105

def id
  @id
end

#levelObject

0-1 decimal



109
110
111
# File 'lib/fhir_models/fhir/resources/RiskEvidenceSynthesis.rb', line 109

def level
  @level
end

#modifierExtensionObject

0-* [ Extension ]



107
108
109
# File 'lib/fhir_models/fhir/resources/RiskEvidenceSynthesis.rb', line 107

def modifierExtension
  @modifierExtension
end

#toObject

0-1 decimal



111
112
113
# File 'lib/fhir_models/fhir/resources/RiskEvidenceSynthesis.rb', line 111

def to
  @to
end

#typeObject

0-1 CodeableConcept



108
109
110
# File 'lib/fhir_models/fhir/resources/RiskEvidenceSynthesis.rb', line 108

def type
  @type
end