Class: FHIR::STU3::Contract::Term::ValuedItem

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

Constant Summary collapse

MULTIPLE_TYPES =
{
  'entity' => ['CodeableConcept', 'Reference']
}
METADATA =
{
  'id' => {'type'=>'string', 'path'=>'ValuedItem.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'ValuedItem.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'ValuedItem.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'entityCodeableConcept' => {'type'=>'CodeableConcept', 'path'=>'ValuedItem.entity[x]', 'min'=>0, 'max'=>1},
  'entityReference' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Resource'], 'type'=>'Reference', 'path'=>'ValuedItem.entity[x]', 'min'=>0, 'max'=>1},
  'identifier' => {'type'=>'Identifier', 'path'=>'ValuedItem.identifier', 'min'=>0, 'max'=>1},
  'effectiveTime' => {'type'=>'dateTime', 'path'=>'ValuedItem.effectiveTime', 'min'=>0, 'max'=>1},
  'quantity' => {'type'=>'Quantity', 'path'=>'ValuedItem.quantity', 'min'=>0, 'max'=>1},
  'unitPrice' => {'type'=>'Money', 'path'=>'ValuedItem.unitPrice', 'min'=>0, 'max'=>1},
  'factor' => {'type'=>'decimal', 'path'=>'ValuedItem.factor', 'min'=>0, 'max'=>1},
  'points' => {'type'=>'decimal', 'path'=>'ValuedItem.points', 'min'=>0, 'max'=>1},
  'net' => {'type'=>'Money', 'path'=>'ValuedItem.net', '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, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #to_reference, #valid?, #validate, #validate_profile

Constructor Details

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

Dynamic Method Handling

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

Instance Attribute Details

#effectiveTimeObject

0-1 dateTime



199
200
201
# File 'lib/fhir_stu3_models/fhir/resources/Contract.rb', line 199

def effectiveTime
  @effectiveTime
end

#entityCodeableConceptObject

0-1 CodeableConcept



196
197
198
# File 'lib/fhir_stu3_models/fhir/resources/Contract.rb', line 196

def entityCodeableConcept
  @entityCodeableConcept
end

#entityReferenceObject

0-1 Reference(Resource)



197
198
199
# File 'lib/fhir_stu3_models/fhir/resources/Contract.rb', line 197

def entityReference
  @entityReference
end

#extensionObject

0-* [ Extension ]



194
195
196
# File 'lib/fhir_stu3_models/fhir/resources/Contract.rb', line 194

def extension
  @extension
end

#factorObject

0-1 decimal



202
203
204
# File 'lib/fhir_stu3_models/fhir/resources/Contract.rb', line 202

def factor
  @factor
end

#idObject

0-1 string



193
194
195
# File 'lib/fhir_stu3_models/fhir/resources/Contract.rb', line 193

def id
  @id
end

#identifierObject

0-1 Identifier



198
199
200
# File 'lib/fhir_stu3_models/fhir/resources/Contract.rb', line 198

def identifier
  @identifier
end

#modifierExtensionObject

0-* [ Extension ]



195
196
197
# File 'lib/fhir_stu3_models/fhir/resources/Contract.rb', line 195

def modifierExtension
  @modifierExtension
end

#netObject

0-1 Money



204
205
206
# File 'lib/fhir_stu3_models/fhir/resources/Contract.rb', line 204

def net
  @net
end

#pointsObject

0-1 decimal



203
204
205
# File 'lib/fhir_stu3_models/fhir/resources/Contract.rb', line 203

def points
  @points
end

#quantityObject

0-1 Quantity



200
201
202
# File 'lib/fhir_stu3_models/fhir/resources/Contract.rb', line 200

def quantity
  @quantity
end

#unitPriceObject

0-1 Money



201
202
203
# File 'lib/fhir_stu3_models/fhir/resources/Contract.rb', line 201

def unitPrice
  @unitPrice
end