Class: FHIR::InsurancePlan::Plan::GeneralCost
- Defined in:
- lib/fhir_models/fhir/resources/InsurancePlan.rb
Constant Summary collapse
- METADATA =
{ 'id' => {'type'=>'string', 'path'=>'GeneralCost.id', 'min'=>0, 'max'=>1}, 'extension' => {'type'=>'Extension', 'path'=>'GeneralCost.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'GeneralCost.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'type' => {'type'=>'CodeableConcept', 'path'=>'GeneralCost.type', 'min'=>0, 'max'=>1}, 'groupSize' => {'type'=>'positiveInt', 'path'=>'GeneralCost.groupSize', 'min'=>0, 'max'=>1}, 'cost' => {'type'=>'Money', 'path'=>'GeneralCost.cost', 'min'=>0, 'max'=>1}, 'comment' => {'type'=>'string', 'path'=>'GeneralCost.comment', 'min'=>0, 'max'=>1} }
Instance Attribute Summary collapse
-
#comment ⇒ Object
0-1 string.
-
#cost ⇒ Object
0-1 Money.
-
#extension ⇒ Object
0-* [ Extension ].
-
#groupSize ⇒ Object
0-1 positiveInt.
-
#id ⇒ Object
0-1 string.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#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
#comment ⇒ Object
0-1 string
159 160 161 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 159 def comment @comment end |
#cost ⇒ Object
0-1 Money
158 159 160 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 158 def cost @cost end |
#extension ⇒ Object
0-* [ Extension ]
154 155 156 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 154 def extension @extension end |
#groupSize ⇒ Object
0-1 positiveInt
157 158 159 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 157 def groupSize @groupSize end |
#id ⇒ Object
0-1 string
153 154 155 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 153 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
155 156 157 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 155 def modifierExtension @modifierExtension end |
#type ⇒ Object
0-1 CodeableConcept
156 157 158 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 156 def type @type end |