Class: FHIR::DSTU2::PaymentReconciliation::Detail

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

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'id', 'path'=>'Detail.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Detail.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Detail.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'type' => {'valid_codes'=>{'http://hl7.org/fhir/payment-type'=>['payment', 'adjustment', 'advance']}, 'type'=>'Coding', 'path'=>'Detail.type', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/payment-type'}},
  'request' => {'type'=>'Reference', 'path'=>'Detail.request', 'min'=>0, 'max'=>1},
  'responce' => {'type'=>'Reference', 'path'=>'Detail.responce', 'min'=>0, 'max'=>1},
  'submitter' => {'type'=>'Reference', 'path'=>'Detail.submitter', 'min'=>0, 'max'=>1},
  'payee' => {'type'=>'Reference', 'path'=>'Detail.payee', 'min'=>0, 'max'=>1},
  'date' => {'type'=>'date', 'path'=>'Detail.date', 'min'=>0, 'max'=>1},
  'amount' => {'type'=>'Quantity', 'path'=>'Detail.amount', '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::DSTU2::Model

Dynamic Method Handling

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

Instance Attribute Details

#amountObject

0-1 Quantity



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

def amount
  @amount
end

#dateObject

0-1 date



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

def date
  @date
end

#extensionObject

0-* [ Extension ]



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

def extension
  @extension
end

#idObject

0-1 id



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

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



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

def modifierExtension
  @modifierExtension
end

#payeeObject

0-1 Reference()



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

def payee
  @payee
end

#requestObject

0-1 Reference()



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

def request
  @request
end

#responceObject

0-1 Reference()



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

def responce
  @responce
end

#submitterObject

0-1 Reference()



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

def submitter
  @submitter
end

#typeObject

1-1 Coding



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

def type
  @type
end