Class: FHIR::DSTU2::DeviceComponent
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb
Defined Under Namespace
Classes: ProductionSpecification
Constant Summary collapse
- SEARCH_PARAMS =
['parent', 'source', 'type']
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'DeviceComponent.id', 'min' => 0, 'max' => 1 }, 'meta' => { 'type' => 'Meta', 'path' => 'DeviceComponent.meta', 'min' => 0, 'max' => 1 }, 'implicitRules' => { 'type' => 'uri', 'path' => 'DeviceComponent.implicitRules', 'min' => 0, 'max' => 1 }, 'language' => { 'type' => 'code', 'path' => 'DeviceComponent.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } }, 'text' => { 'type' => 'Narrative', 'path' => 'DeviceComponent.text', 'min' => 0, 'max' => 1 }, 'contained' => { 'type' => 'Resource', 'path' => 'DeviceComponent.contained', 'min' => 0, 'max' => Float::INFINITY }, 'extension' => { 'type' => 'Extension', 'path' => 'DeviceComponent.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'DeviceComponent.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'type' => { 'type' => 'CodeableConcept', 'path' => 'DeviceComponent.type', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'preferred', 'uri' => 'https://rtmms.nist.gov/rtmms/index.htm#!hrosetta' } }, 'identifier' => { 'type' => 'Identifier', 'path' => 'DeviceComponent.identifier', 'min' => 1, 'max' => 1 }, 'lastSystemChange' => { 'type' => 'instant', 'path' => 'DeviceComponent.lastSystemChange', 'min' => 1, 'max' => 1 }, 'source' => { 'type' => 'Reference', 'path' => 'DeviceComponent.source', 'min' => 0, 'max' => 1 }, 'parent' => { 'type' => 'Reference', 'path' => 'DeviceComponent.parent', 'min' => 0, 'max' => 1 }, 'operationalStatus' => { 'type' => 'CodeableConcept', 'path' => 'DeviceComponent.operationalStatus', 'min' => 0, 'max' => Float::INFINITY, 'binding' => { 'strength' => 'example', 'uri' => nil } }, 'parameterGroup' => { 'type' => 'CodeableConcept', 'path' => 'DeviceComponent.parameterGroup', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => nil } }, 'measurementPrinciple' => { 'valid_codes' => { 'http://hl7.org/fhir/measurement-principle' => ['other', 'chemical', 'electrical', 'impedance', 'nuclear', 'optical', 'thermal', 'biological', 'mechanical', 'acoustical', 'manual'] }, 'type' => 'code', 'path' => 'DeviceComponent.measurementPrinciple', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/measurement-principle' } }, 'productionSpecification' => { 'type' => 'DeviceComponent::ProductionSpecification', 'path' => 'DeviceComponent.productionSpecification', 'min' => 0, 'max' => Float::INFINITY }, 'languageCode' => { 'type' => 'CodeableConcept', 'path' => 'DeviceComponent.languageCode', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } } }
Instance Attribute Summary collapse
-
#contained ⇒ Object
0-* [ Resource ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#identifier ⇒ Object
1-1 Identifier.
-
#implicitRules ⇒ Object
0-1 uri.
-
#language ⇒ Object
0-1 code.
-
#languageCode ⇒ Object
0-1 CodeableConcept.
-
#lastSystemChange ⇒ Object
1-1 instant.
-
#measurementPrinciple ⇒ Object
0-1 code.
-
#meta ⇒ Object
0-1 Meta.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#operationalStatus ⇒ Object
0-* [ CodeableConcept ].
-
#parameterGroup ⇒ Object
0-1 CodeableConcept.
-
#parent ⇒ Object
0-1 Reference().
-
#productionSpecification ⇒ Object
0-* [ DeviceComponent::ProductionSpecification ].
-
#source ⇒ Object
0-1 Reference().
-
#text ⇒ Object
0-1 Narrative.
-
#type ⇒ Object
1-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, #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
#contained ⇒ Object
0-* [ Resource ]
57 58 59 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 57 def contained @contained end |
#extension ⇒ Object
0-* [ Extension ]
58 59 60 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 58 def extension @extension end |
#id ⇒ Object
0-1 id
52 53 54 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 52 def id @id end |
#identifier ⇒ Object
1-1 Identifier
61 62 63 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 61 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
54 55 56 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 54 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
55 56 57 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 55 def language @language end |
#languageCode ⇒ Object
0-1 CodeableConcept
69 70 71 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 69 def languageCode @languageCode end |
#lastSystemChange ⇒ Object
1-1 instant
62 63 64 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 62 def lastSystemChange @lastSystemChange end |
#measurementPrinciple ⇒ Object
0-1 code
67 68 69 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 67 def measurementPrinciple @measurementPrinciple end |
#meta ⇒ Object
0-1 Meta
53 54 55 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 53 def end |
#modifierExtension ⇒ Object
0-* [ Extension ]
59 60 61 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 59 def modifierExtension @modifierExtension end |
#operationalStatus ⇒ Object
0-* [ CodeableConcept ]
65 66 67 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 65 def operationalStatus @operationalStatus end |
#parameterGroup ⇒ Object
0-1 CodeableConcept
66 67 68 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 66 def parameterGroup @parameterGroup end |
#parent ⇒ Object
0-1 Reference()
64 65 66 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 64 def parent @parent end |
#productionSpecification ⇒ Object
0-* [ DeviceComponent::ProductionSpecification ]
68 69 70 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 68 def productionSpecification @productionSpecification end |
#source ⇒ Object
0-1 Reference()
63 64 65 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 63 def source @source end |
#text ⇒ Object
0-1 Narrative
56 57 58 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 56 def text @text end |
#type ⇒ Object
1-1 CodeableConcept
60 61 62 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 60 def type @type end |
Instance Method Details
#resourceType ⇒ Object
71 72 73 |
# File 'lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb', line 71 def resourceType 'DeviceComponent' end |