Class: FHIR::DeviceMetric
- Defined in:
- lib/fhir_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' => {'valid_codes'=>{'urn:ietf:bcp:47'=>['ar', 'bn', 'cs', 'da', 'de', 'de-AT', 'de-CH', 'de-DE', 'el', 'en', 'en-AU', 'en-CA', 'en-GB', 'en-IN', 'en-NZ', 'en-SG', 'en-US', 'es', 'es-AR', 'es-ES', 'es-UY', 'fi', 'fr', 'fr-BE', 'fr-CH', 'fr-FR', 'fy', 'fy-NL', 'hi', 'hr', 'it', 'it-CH', 'it-IT', 'ja', 'ko', 'nl', 'nl-BE', 'nl-NL', 'no', 'no-NO', 'pa', 'pl', 'pt', 'pt-BR', 'ru', 'ru-RU', 'sr', 'sr-RS', 'sv', 'sv-SE', 'te', 'zh', 'zh-CN', 'zh-HK', 'zh-SG', 'zh-TW']}, 'type'=>'code', 'path'=>'DeviceMetric.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}}, '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}, 'identifier' => {'type'=>'Identifier', 'path'=>'DeviceMetric.identifier', 'min'=>0, 'max'=>Float::INFINITY}, 'type' => {'type'=>'CodeableConcept', 'path'=>'DeviceMetric.type', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/devicemetric-type'}}, 'unit' => {'type'=>'CodeableConcept', 'path'=>'DeviceMetric.unit', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/devicemetric-type'}}, 'source' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Device'], 'type'=>'Reference', 'path'=>'DeviceMetric.source', 'min'=>0, 'max'=>1}, 'parent' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Device'], 'type'=>'Reference', 'path'=>'DeviceMetric.parent', 'min'=>0, 'max'=>1}, 'operationalStatus' => {'valid_codes'=>{'http://hl7.org/fhir/metric-operational-status'=>['on', 'off', 'standby', 'entered-in-error']}, 'type'=>'code', 'path'=>'DeviceMetric.operationalStatus', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/metric-operational-status|4.0.0'}}, '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|4.0.0'}}, '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|4.0.0'}}, '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
-
#calibration ⇒ Object
0-* [ DeviceMetric::Calibration ].
-
#category ⇒ Object
1-1 code.
-
#color ⇒ Object
0-1 code.
-
#contained ⇒ Object
0-* [ Resource ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#identifier ⇒ Object
0-* [ Identifier ].
-
#implicitRules ⇒ Object
0-1 uri.
-
#language ⇒ Object
0-1 code.
-
#measurementPeriod ⇒ Object
0-1 Timing.
-
#meta ⇒ Object
0-1 Meta.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#operationalStatus ⇒ Object
0-1 code.
-
#parent ⇒ Object
0-1 Reference(Device).
-
#source ⇒ Object
0-1 Reference(Device).
-
#text ⇒ Object
0-1 Narrative.
-
#type ⇒ Object
1-1 CodeableConcept.
-
#unit ⇒ Object
0-1 CodeableConcept.
Instance Method Summary collapse
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
#calibration ⇒ Object
0-* [ DeviceMetric::Calibration ]
68 69 70 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 68 def calibration @calibration end |
#category ⇒ Object
1-1 code
66 67 68 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 66 def category @category end |
#color ⇒ Object
0-1 code
65 66 67 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 65 def color @color end |
#contained ⇒ Object
0-* [ Resource ]
56 57 58 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 56 def contained @contained end |
#extension ⇒ Object
0-* [ Extension ]
57 58 59 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 57 def extension @extension end |
#id ⇒ Object
0-1 id
51 52 53 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 51 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
59 60 61 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 59 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
53 54 55 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 53 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
54 55 56 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 54 def language @language end |
#measurementPeriod ⇒ Object
0-1 Timing
67 68 69 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 67 def measurementPeriod @measurementPeriod end |
#meta ⇒ Object
0-1 Meta
52 53 54 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 52 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
58 59 60 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 58 def modifierExtension @modifierExtension end |
#operationalStatus ⇒ Object
0-1 code
64 65 66 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 64 def operationalStatus @operationalStatus end |
#parent ⇒ Object
0-1 Reference(Device)
63 64 65 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 63 def parent @parent end |
#source ⇒ Object
0-1 Reference(Device)
62 63 64 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 62 def source @source end |
#text ⇒ Object
0-1 Narrative
55 56 57 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 55 def text @text end |
#type ⇒ Object
1-1 CodeableConcept
60 61 62 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 60 def type @type end |
#unit ⇒ Object
0-1 CodeableConcept
61 62 63 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 61 def unit @unit end |
Instance Method Details
#resourceType ⇒ Object
70 71 72 |
# File 'lib/fhir_models/fhir/resources/DeviceMetric.rb', line 70 def resourceType 'DeviceMetric' end |