Class: FHIR::DSTU2::ClaimResponse::Error

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
Defined in:
lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'id', 'path'=>'Error.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Error.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Error.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'sequenceLinkId' => {'type'=>'positiveInt', 'path'=>'Error.sequenceLinkId', 'min'=>0, 'max'=>1},
  'detailSequenceLinkId' => {'type'=>'positiveInt', 'path'=>'Error.detailSequenceLinkId', 'min'=>0, 'max'=>1},
  'subdetailSequenceLinkId' => {'type'=>'positiveInt', 'path'=>'Error.subdetailSequenceLinkId', 'min'=>0, 'max'=>1},
  'code' => {'valid_codes'=>{'http://hl7.org/fhir/adjudication-error'=>['A001', 'A002']}, 'type'=>'Coding', 'path'=>'Error.code', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/adjudication-error'}}
}

Instance Attribute Summary collapse

Method Summary

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, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #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

#codeObject

1-1 Coding



301
302
303
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 301

def code
  @code
end

#detailSequenceLinkIdObject

0-1 positiveInt



299
300
301
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 299

def detailSequenceLinkId
  @detailSequenceLinkId
end

#extensionObject

0-* [ Extension ]



296
297
298
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 296

def extension
  @extension
end

#idObject

0-1 id



295
296
297
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 295

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



297
298
299
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 297

def modifierExtension
  @modifierExtension
end

#sequenceLinkIdObject

0-1 positiveInt



298
299
300
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 298

def sequenceLinkId
  @sequenceLinkId
end

#subdetailSequenceLinkIdObject

0-1 positiveInt



300
301
302
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 300

def subdetailSequenceLinkId
  @subdetailSequenceLinkId
end