Class: FHIR::DSTU2::PaymentReconciliation
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb
Defined Under Namespace
Constant Summary collapse
- SEARCH_PARAMS =
['identifier']
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'PaymentReconciliation.id', 'min' => 0, 'max' => 1 }, 'meta' => { 'type' => 'Meta', 'path' => 'PaymentReconciliation.meta', 'min' => 0, 'max' => 1 }, 'implicitRules' => { 'type' => 'uri', 'path' => 'PaymentReconciliation.implicitRules', 'min' => 0, 'max' => 1 }, 'language' => { 'type' => 'code', 'path' => 'PaymentReconciliation.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } }, 'text' => { 'type' => 'Narrative', 'path' => 'PaymentReconciliation.text', 'min' => 0, 'max' => 1 }, 'contained' => { 'type' => 'Resource', 'path' => 'PaymentReconciliation.contained', 'min' => 0, 'max' => Float::INFINITY }, 'extension' => { 'type' => 'Extension', 'path' => 'PaymentReconciliation.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'PaymentReconciliation.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'identifier' => { 'type' => 'Identifier', 'path' => 'PaymentReconciliation.identifier', 'min' => 0, 'max' => Float::INFINITY }, 'request' => { 'type' => 'Reference', 'path' => 'PaymentReconciliation.request', 'min' => 0, 'max' => 1 }, 'outcome' => { 'valid_codes' => { 'http://hl7.org/fhir/remittance-outcome' => ['complete', 'error'] }, 'type' => 'code', 'path' => 'PaymentReconciliation.outcome', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/remittance-outcome' } }, 'disposition' => { 'type' => 'string', 'path' => 'PaymentReconciliation.disposition', 'min' => 0, 'max' => 1 }, 'ruleset' => { 'valid_codes' => { 'http://hl7.org/fhir/ruleset' => ['x12-4010', 'x12-5010', 'x12-7010', 'cdanet-v2', 'cdanet-v4', 'cpha-3'] }, 'type' => 'Coding', 'path' => 'PaymentReconciliation.ruleset', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/ruleset' } }, 'originalRuleset' => { 'valid_codes' => { 'http://hl7.org/fhir/ruleset' => ['x12-4010', 'x12-5010', 'x12-7010', 'cdanet-v2', 'cdanet-v4', 'cpha-3'] }, 'type' => 'Coding', 'path' => 'PaymentReconciliation.originalRuleset', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/ruleset' } }, 'created' => { 'type' => 'dateTime', 'path' => 'PaymentReconciliation.created', 'min' => 0, 'max' => 1 }, 'period' => { 'type' => 'Period', 'path' => 'PaymentReconciliation.period', 'min' => 0, 'max' => 1 }, 'organization' => { 'type' => 'Reference', 'path' => 'PaymentReconciliation.organization', 'min' => 0, 'max' => 1 }, 'requestProvider' => { 'type' => 'Reference', 'path' => 'PaymentReconciliation.requestProvider', 'min' => 0, 'max' => 1 }, 'requestOrganization' => { 'type' => 'Reference', 'path' => 'PaymentReconciliation.requestOrganization', 'min' => 0, 'max' => 1 }, 'detail' => { 'type' => 'PaymentReconciliation::Detail', 'path' => 'PaymentReconciliation.detail', 'min' => 0, 'max' => Float::INFINITY }, 'form' => { 'valid_codes' => { 'http://hl7.org/fhir/forms-codes' => ['1', '2'] }, 'type' => 'Coding', 'path' => 'PaymentReconciliation.form', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/forms' } }, 'total' => { 'type' => 'Quantity', 'path' => 'PaymentReconciliation.total', 'min' => 1, 'max' => 1 }, 'note' => { 'type' => 'PaymentReconciliation::Note', 'path' => 'PaymentReconciliation.note', 'min' => 0, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#contained ⇒ Object
0-* [ Resource ].
-
#created ⇒ Object
0-1 dateTime.
-
#detail ⇒ Object
0-* [ PaymentReconciliation::Detail ].
-
#disposition ⇒ Object
0-1 string.
-
#extension ⇒ Object
0-* [ Extension ].
-
#form ⇒ Object
0-1 Coding.
-
#id ⇒ Object
0-1 id.
-
#identifier ⇒ Object
0-* [ Identifier ].
-
#implicitRules ⇒ Object
0-1 uri.
-
#language ⇒ Object
0-1 code.
-
#meta ⇒ Object
0-1 Meta.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#note ⇒ Object
0-* [ PaymentReconciliation::Note ].
-
#organization ⇒ Object
0-1 Reference().
-
#originalRuleset ⇒ Object
0-1 Coding.
-
#outcome ⇒ Object
0-1 code.
-
#period ⇒ Object
0-1 Period.
-
#request ⇒ Object
0-1 Reference().
-
#requestOrganization ⇒ Object
0-1 Reference().
-
#requestProvider ⇒ Object
0-1 Reference().
-
#ruleset ⇒ Object
0-1 Coding.
-
#text ⇒ Object
0-1 Narrative.
-
#total ⇒ Object
1-1 Quantity.
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 ]
90 91 92 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 90 def contained @contained end |
#created ⇒ Object
0-1 dateTime
99 100 101 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 99 def created @created end |
#detail ⇒ Object
0-* [ PaymentReconciliation::Detail ]
104 105 106 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 104 def detail @detail end |
#disposition ⇒ Object
0-1 string
96 97 98 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 96 def disposition @disposition end |
#extension ⇒ Object
0-* [ Extension ]
91 92 93 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 91 def extension @extension end |
#form ⇒ Object
0-1 Coding
105 106 107 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 105 def form @form end |
#id ⇒ Object
0-1 id
85 86 87 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 85 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
93 94 95 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 93 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
87 88 89 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 87 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
88 89 90 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 88 def language @language end |
#meta ⇒ Object
0-1 Meta
86 87 88 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 86 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
92 93 94 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 92 def modifierExtension @modifierExtension end |
#note ⇒ Object
0-* [ PaymentReconciliation::Note ]
107 108 109 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 107 def note @note end |
#organization ⇒ Object
0-1 Reference()
101 102 103 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 101 def organization @organization end |
#originalRuleset ⇒ Object
0-1 Coding
98 99 100 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 98 def originalRuleset @originalRuleset end |
#outcome ⇒ Object
0-1 code
95 96 97 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 95 def outcome @outcome end |
#period ⇒ Object
0-1 Period
100 101 102 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 100 def period @period end |
#request ⇒ Object
0-1 Reference()
94 95 96 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 94 def request @request end |
#requestOrganization ⇒ Object
0-1 Reference()
103 104 105 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 103 def requestOrganization @requestOrganization end |
#requestProvider ⇒ Object
0-1 Reference()
102 103 104 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 102 def requestProvider @requestProvider end |
#ruleset ⇒ Object
0-1 Coding
97 98 99 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 97 def ruleset @ruleset end |
#text ⇒ Object
0-1 Narrative
89 90 91 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 89 def text @text end |
#total ⇒ Object
1-1 Quantity
106 107 108 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 106 def total @total end |
Instance Method Details
#resourceType ⇒ Object
109 110 111 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb', line 109 def resourceType 'PaymentReconciliation' end |