Class: FHIR::DSTU2::PaymentReconciliation::Detail
- 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
-
#amount ⇒ Object
0-1 Quantity.
-
#date ⇒ Object
0-1 date.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#payee ⇒ Object
0-1 Reference().
-
#request ⇒ Object
0-1 Reference().
-
#responce ⇒ Object
0-1 Reference().
-
#submitter ⇒ Object
0-1 Reference().
-
#type ⇒ Object
1-1 Coding.
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, #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
#amount ⇒ Object
0-1 Quantity
62 63 64 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 62 def amount @amount end |
#date ⇒ Object
0-1 date
61 62 63 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 61 def date @date end |
#extension ⇒ Object
0-* [ Extension ]
54 55 56 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 54 def extension @extension end |
#id ⇒ Object
0-1 id
53 54 55 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 53 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
55 56 57 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 55 def modifierExtension @modifierExtension end |
#payee ⇒ Object
0-1 Reference()
60 61 62 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 60 def payee @payee end |
#request ⇒ Object
0-1 Reference()
57 58 59 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 57 def request @request end |
#responce ⇒ Object
0-1 Reference()
58 59 60 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 58 def responce @responce end |
#submitter ⇒ Object
0-1 Reference()
59 60 61 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 59 def submitter @submitter end |
#type ⇒ Object
1-1 Coding
56 57 58 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 56 def type @type end |