Class: FHIR::DSTU2::ClaimResponse::Item

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

Defined Under Namespace

Classes: Adjudication, Detail

Constant Summary collapse

METADATA =
{
  'id' => { 'type' => 'id', 'path' => 'Item.id', 'min' => 0, 'max' => 1 },
  'extension' => { 'type' => 'Extension', 'path' => 'Item.extension', 'min' => 0, 'max' => Float::INFINITY },
  'modifierExtension' => { 'type' => 'Extension', 'path' => 'Item.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
  'sequenceLinkId' => { 'type' => 'positiveInt', 'path' => 'Item.sequenceLinkId', 'min' => 1, 'max' => 1 },
  'noteNumber' => { 'type' => 'positiveInt', 'path' => 'Item.noteNumber', 'min' => 0, 'max' => Float::INFINITY },
  'adjudication' => { 'type' => 'ClaimResponse::Item::Adjudication', 'path' => 'Item.adjudication', 'min' => 0, 'max' => Float::INFINITY },
  'detail' => { 'type' => 'ClaimResponse::Item::Detail', 'path' => 'Item.detail', 'min' => 0, 'max' => Float::INFINITY }
}

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

#adjudicationObject

0-* [ ClaimResponse::Item::Adjudication ]



180
181
182
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 180

def adjudication
  @adjudication
end

#detailObject

0-* [ ClaimResponse::Item::Detail ]



181
182
183
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 181

def detail
  @detail
end

#extensionObject

0-* [ Extension ]



176
177
178
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 176

def extension
  @extension
end

#idObject

0-1 id



175
176
177
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 175

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



177
178
179
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 177

def modifierExtension
  @modifierExtension
end

#noteNumberObject

0-* [ positiveInt ]



179
180
181
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 179

def noteNumber
  @noteNumber
end

#sequenceLinkIdObject

1-1 positiveInt



178
179
180
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 178

def sequenceLinkId
  @sequenceLinkId
end