Class: FHIR::DSTU2::ClaimResponse::Item::Detail::SubDetail

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

Defined Under Namespace

Classes: Adjudication

Constant Summary collapse

METADATA =
{
  'id' => { 'type' => 'id', 'path' => 'SubDetail.id', 'min' => 0, 'max' => 1 },
  'extension' => { 'type' => 'Extension', 'path' => 'SubDetail.extension', 'min' => 0, 'max' => Float::INFINITY },
  'modifierExtension' => { 'type' => 'Extension', 'path' => 'SubDetail.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
  'sequenceLinkId' => { 'type' => 'positiveInt', 'path' => 'SubDetail.sequenceLinkId', 'min' => 1, 'max' => 1 },
  'adjudication' => { 'type' => 'ClaimResponse::Item::Detail::SubDetail::Adjudication', 'path' => 'SubDetail.adjudication', '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::Detail::SubDetail::Adjudication ]



158
159
160
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 158

def adjudication
  @adjudication
end

#extensionObject

0-* [ Extension ]



155
156
157
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 155

def extension
  @extension
end

#idObject

0-1 id



154
155
156
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 154

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



156
157
158
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 156

def modifierExtension
  @modifierExtension
end

#sequenceLinkIdObject

1-1 positiveInt



157
158
159
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 157

def sequenceLinkId
  @sequenceLinkId
end