Class: FHIR::DSTU2::DeviceMetric

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

Defined Under Namespace

Classes: Calibration

Constant Summary collapse

SEARCH_PARAMS =
['category', 'identifier', 'parent', 'source', 'type']
METADATA =
{
  'id' => { 'type' => 'id', 'path' => 'DeviceMetric.id', 'min' => 0, 'max' => 1 },
  'meta' => { 'type' => 'Meta', 'path' => 'DeviceMetric.meta', 'min' => 0, 'max' => 1 },
  'implicitRules' => { 'type' => 'uri', 'path' => 'DeviceMetric.implicitRules', 'min' => 0, 'max' => 1 },
  'language' => { 'type' => 'code', 'path' => 'DeviceMetric.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } },
  'text' => { 'type' => 'Narrative', 'path' => 'DeviceMetric.text', 'min' => 0, 'max' => 1 },
  'contained' => { 'type' => 'Resource', 'path' => 'DeviceMetric.contained', 'min' => 0, 'max' => Float::INFINITY },
  'extension' => { 'type' => 'Extension', 'path' => 'DeviceMetric.extension', 'min' => 0, 'max' => Float::INFINITY },
  'modifierExtension' => { 'type' => 'Extension', 'path' => 'DeviceMetric.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
  'type' => { 'type' => 'CodeableConcept', 'path' => 'DeviceMetric.type', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'preferred', 'uri' => 'https://rtmms.nist.gov/rtmms/index.htm#!hrosetta' } },
  'identifier' => { 'type' => 'Identifier', 'path' => 'DeviceMetric.identifier', 'min' => 1, 'max' => 1 },
  'unit' => { 'type' => 'CodeableConcept', 'path' => 'DeviceMetric.unit', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'preferred', 'uri' => 'https://rtmms.nist.gov/rtmms/index.htm#!units' } },
  'source' => { 'type' => 'Reference', 'path' => 'DeviceMetric.source', 'min' => 0, 'max' => 1 },
  'parent' => { 'type' => 'Reference', 'path' => 'DeviceMetric.parent', 'min' => 0, 'max' => 1 },
  'operationalStatus' => { 'valid_codes' => { 'http://hl7.org/fhir/metric-operational-status' => ['on', 'off', 'standby'] }, 'type' => 'code', 'path' => 'DeviceMetric.operationalStatus', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/metric-operational-status' } },
  'color' => { 'valid_codes' => { 'http://hl7.org/fhir/metric-color' => ['black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 'white'] }, 'type' => 'code', 'path' => 'DeviceMetric.color', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/metric-color' } },
  'category' => { 'valid_codes' => { 'http://hl7.org/fhir/metric-category' => ['measurement', 'setting', 'calculation', 'unspecified'] }, 'type' => 'code', 'path' => 'DeviceMetric.category', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/metric-category' } },
  'measurementPeriod' => { 'type' => 'Timing', 'path' => 'DeviceMetric.measurementPeriod', 'min' => 0, 'max' => 1 },
  'calibration' => { 'type' => 'DeviceMetric::Calibration', 'path' => 'DeviceMetric.calibration', 'min' => 0, 'max' => Float::INFINITY }
}

Instance Attribute Summary collapse

Instance Method Summary collapse

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, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #respond_to_missing?, #to_reference, #valid?, #validate, #validate_profile

Constructor Details

This class inherits a constructor from FHIR::DSTU2::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FHIR::DSTU2::Model

Instance Attribute Details

#calibrationObject

0-* [ DeviceMetric::Calibration ]



69
70
71
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 69

def calibration
  @calibration
end

#categoryObject

1-1 code



67
68
69
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 67

def category
  @category
end

#colorObject

0-1 code



66
67
68
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 66

def color
  @color
end

#containedObject

0-* [ Resource ]



57
58
59
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 57

def contained
  @contained
end

#extensionObject

0-* [ Extension ]



58
59
60
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 58

def extension
  @extension
end

#idObject

0-1 id



52
53
54
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 52

def id
  @id
end

#identifierObject

1-1 Identifier



61
62
63
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 61

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



54
55
56
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 54

def implicitRules
  @implicitRules
end

#languageObject

0-1 code



55
56
57
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 55

def language
  @language
end

#measurementPeriodObject

0-1 Timing



68
69
70
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 68

def measurementPeriod
  @measurementPeriod
end

#metaObject

0-1 Meta



53
54
55
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 53

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



59
60
61
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 59

def modifierExtension
  @modifierExtension
end

#operationalStatusObject

0-1 code



65
66
67
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 65

def operationalStatus
  @operationalStatus
end

#parentObject

0-1 Reference()



64
65
66
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 64

def parent
  @parent
end

#sourceObject

0-1 Reference()



63
64
65
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 63

def source
  @source
end

#textObject

0-1 Narrative



56
57
58
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 56

def text
  @text
end

#typeObject

1-1 CodeableConcept



60
61
62
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 60

def type
  @type
end

#unitObject

0-1 CodeableConcept



62
63
64
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 62

def unit
  @unit
end

Instance Method Details

#resourceTypeObject



71
72
73
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb', line 71

def resourceType
  'DeviceMetric'
end