Class: FHIR::DSTU2::ClaimResponse::Coverage
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Coverage.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Coverage.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Coverage.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'sequence' => { 'type' => 'positiveInt', 'path' => 'Coverage.sequence', 'min' => 1, 'max' => 1 }, 'focal' => { 'type' => 'boolean', 'path' => 'Coverage.focal', 'min' => 1, 'max' => 1 }, 'coverage' => { 'type' => 'Reference', 'path' => 'Coverage.coverage', 'min' => 1, 'max' => 1 }, 'businessArrangement' => { 'type' => 'string', 'path' => 'Coverage.businessArrangement', 'min' => 0, 'max' => 1 }, 'relationship' => { 'valid_codes' => { 'http://hl7.org/fhir/relationship' => ['1', '2', '3', '4', '5'] }, 'type' => 'Coding', 'path' => 'Coverage.relationship', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/relationship' } }, 'preAuthRef' => { 'type' => 'string', 'path' => 'Coverage.preAuthRef', 'min' => 0, 'max' => Float::INFINITY }, 'claimResponse' => { 'type' => 'Reference', 'path' => 'Coverage.claimResponse', 'min' => 0, 'max' => 1 }, 'originalRuleset' => { 'valid_codes' => { 'http://hl7.org/fhir/ruleset' => ['x12-4010', 'x12-5010', 'x12-7010', 'cdanet-v2', 'cdanet-v4', 'cpha-3'] }, 'type' => 'Coding', 'path' => 'Coverage.originalRuleset', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/ruleset' } } }
Instance Attribute Summary collapse
-
#businessArrangement ⇒ Object
0-1 string.
-
#claimResponse ⇒ Object
0-1 Reference().
-
#coverage ⇒ Object
1-1 Reference().
-
#extension ⇒ Object
0-* [ Extension ].
-
#focal ⇒ Object
1-1 boolean.
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#originalRuleset ⇒ Object
0-1 Coding.
-
#preAuthRef ⇒ Object
0-* [ string ].
-
#relationship ⇒ Object
1-1 Coding.
-
#sequence ⇒ Object
1-1 positiveInt.
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
#businessArrangement ⇒ Object
0-1 string
349 350 351 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 349 def businessArrangement @businessArrangement end |
#claimResponse ⇒ Object
0-1 Reference()
352 353 354 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 352 def claimResponse @claimResponse end |
#coverage ⇒ Object
1-1 Reference()
348 349 350 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 348 def coverage @coverage end |
#extension ⇒ Object
0-* [ Extension ]
344 345 346 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 344 def extension @extension end |
#focal ⇒ Object
1-1 boolean
347 348 349 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 347 def focal @focal end |
#id ⇒ Object
0-1 id
343 344 345 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 343 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
345 346 347 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 345 def modifierExtension @modifierExtension end |
#originalRuleset ⇒ Object
0-1 Coding
353 354 355 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 353 def originalRuleset @originalRuleset end |
#preAuthRef ⇒ Object
0-* [ string ]
351 352 353 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 351 def preAuthRef @preAuthRef end |
#relationship ⇒ Object
1-1 Coding
350 351 352 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 350 def relationship @relationship end |
#sequence ⇒ Object
1-1 positiveInt
346 347 348 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 346 def sequence @sequence end |