Class: FHIR::DSTU2::PaymentNotice

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
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

Instance Method Summary collapse

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?, #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

#containedObject

0-* [ Resource ]



35
36
37
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 35

def contained
  @contained
end

#createdObject

0-1 dateTime



41
42
43
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 41

def created
  @created
end

#extensionObject

0-* [ Extension ]



36
37
38
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 36

def extension
  @extension
end

#idObject

0-1 id



30
31
32
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 30

def id
  @id
end

#identifierObject

0-* [ Identifier ]



38
39
40
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 38

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



32
33
34
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 32

def implicitRules
  @implicitRules
end

#languageObject

0-1 code



33
34
35
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 33

def language
  @language
end

#metaObject

0-1 Meta



31
32
33
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 31

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



37
38
39
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 37

def modifierExtension
  @modifierExtension
end

#organizationObject

0-1 Reference()



44
45
46
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 44

def organization
  @organization
end

#originalRulesetObject

0-1 Coding



40
41
42
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 40

def originalRuleset
  @originalRuleset
end

#paymentStatusObject

1-1 Coding



47
48
49
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 47

def paymentStatus
  @paymentStatus
end

#providerObject

0-1 Reference()



43
44
45
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 43

def provider
  @provider
end

#requestObject

0-1 Reference()



45
46
47
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 45

def request
  @request
end

#responseObject

0-1 Reference()



46
47
48
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 46

def response
  @response
end

#rulesetObject

0-1 Coding



39
40
41
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 39

def ruleset
  @ruleset
end

#targetObject

0-1 Reference()



42
43
44
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 42

def target
  @target
end

#textObject

0-1 Narrative



34
35
36
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 34

def text
  @text
end

Instance Method Details

#resourceTypeObject



49
50
51
# File 'lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb', line 49

def resourceType
  'PaymentNotice'
end