Class: FHIR::DSTU2::PaymentNotice
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb
Constant Summary collapse
- SEARCH_PARAMS =
['identifier']
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'PaymentNotice.id', 'min' => 0, 'max' => 1 }, 'meta' => { 'type' => 'Meta', 'path' => 'PaymentNotice.meta', 'min' => 0, 'max' => 1 }, 'implicitRules' => { 'type' => 'uri', 'path' => 'PaymentNotice.implicitRules', 'min' => 0, 'max' => 1 }, 'language' => { 'type' => 'code', 'path' => 'PaymentNotice.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } }, 'text' => { 'type' => 'Narrative', 'path' => 'PaymentNotice.text', 'min' => 0, 'max' => 1 }, 'contained' => { 'type' => 'Resource', 'path' => 'PaymentNotice.contained', 'min' => 0, 'max' => Float::INFINITY }, 'extension' => { 'type' => 'Extension', 'path' => 'PaymentNotice.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'PaymentNotice.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'identifier' => { 'type' => 'Identifier', 'path' => 'PaymentNotice.identifier', 'min' => 0, 'max' => Float::INFINITY }, 'ruleset' => { 'valid_codes' => { 'http://hl7.org/fhir/ruleset' => ['x12-4010', 'x12-5010', 'x12-7010', 'cdanet-v2', 'cdanet-v4', 'cpha-3'] }, 'type' => 'Coding', 'path' => 'PaymentNotice.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' => 'PaymentNotice.originalRuleset', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/ruleset' } }, 'created' => { 'type' => 'dateTime', 'path' => 'PaymentNotice.created', 'min' => 0, 'max' => 1 }, 'target' => { 'type' => 'Reference', 'path' => 'PaymentNotice.target', 'min' => 0, 'max' => 1 }, 'provider' => { 'type' => 'Reference', 'path' => 'PaymentNotice.provider', 'min' => 0, 'max' => 1 }, 'organization' => { 'type' => 'Reference', 'path' => 'PaymentNotice.organization', 'min' => 0, 'max' => 1 }, 'request' => { 'type' => 'Reference', 'path' => 'PaymentNotice.request', 'min' => 0, 'max' => 1 }, 'response' => { 'type' => 'Reference', 'path' => 'PaymentNotice.response', 'min' => 0, 'max' => 1 }, 'paymentStatus' => { 'valid_codes' => { 'http://hl7.org/fhir/paymentstatus' => ['paid', 'cleared'] }, 'type' => 'Coding', 'path' => 'PaymentNotice.paymentStatus', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/payment-status' } } }
Instance Attribute Summary collapse
-
#contained ⇒ Object
0-* [ Resource ].
-
#created ⇒ Object
0-1 dateTime.
-
#extension ⇒ Object
0-* [ Extension ].
-
#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 ].
-
#organization ⇒ Object
0-1 Reference().
-
#originalRuleset ⇒ Object
0-1 Coding.
-
#paymentStatus ⇒ Object
1-1 Coding.
-
#provider ⇒ Object
0-1 Reference().
-
#request ⇒ Object
0-1 Reference().
-
#response ⇒ Object
0-1 Reference().
-
#ruleset ⇒ Object
0-1 Coding.
-
#target ⇒ Object
0-1 Reference().
-
#text ⇒ Object
0-1 Narrative.
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 ]
35 36 37 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 35 def contained @contained end |
#created ⇒ Object
0-1 dateTime
41 42 43 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 41 def created @created end |
#extension ⇒ Object
0-* [ Extension ]
36 37 38 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 36 def extension @extension end |
#id ⇒ Object
0-1 id
30 31 32 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 30 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
38 39 40 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 38 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
32 33 34 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 32 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
33 34 35 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 33 def language @language end |
#meta ⇒ Object
0-1 Meta
31 32 33 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 31 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
37 38 39 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 37 def modifierExtension @modifierExtension end |
#organization ⇒ Object
0-1 Reference()
44 45 46 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 44 def organization @organization end |
#originalRuleset ⇒ Object
0-1 Coding
40 41 42 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 40 def originalRuleset @originalRuleset end |
#paymentStatus ⇒ Object
1-1 Coding
47 48 49 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 47 def paymentStatus @paymentStatus end |
#provider ⇒ Object
0-1 Reference()
43 44 45 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 43 def provider @provider end |
#request ⇒ Object
0-1 Reference()
45 46 47 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 45 def request @request end |
#response ⇒ Object
0-1 Reference()
46 47 48 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 46 def response @response end |
#ruleset ⇒ Object
0-1 Coding
39 40 41 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 39 def ruleset @ruleset end |
#target ⇒ Object
0-1 Reference()
42 43 44 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 42 def target @target end |
#text ⇒ Object
0-1 Narrative
34 35 36 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 34 def text @text end |
Instance Method Details
#resourceType ⇒ Object
49 50 51 |
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 49 def resourceType 'PaymentNotice' end |