Class: FHIR::DSTU2::ClaimResponse::AddItem

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' => 'AddItem.id', 'min' => 0, 'max' => 1 },
  'extension' => { 'type' => 'Extension', 'path' => 'AddItem.extension', 'min' => 0, 'max' => Float::INFINITY },
  'modifierExtension' => { 'type' => 'Extension', 'path' => 'AddItem.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
  'sequenceLinkId' => { 'type' => 'positiveInt', 'path' => 'AddItem.sequenceLinkId', 'min' => 0, 'max' => Float::INFINITY },
  'service' => { 'valid_codes' => { 'http://hl7.org/fhir/ex-USCLS' => ['1101', '1102', '1103', '1201', '1205', '2101', '2102', '2141', '2601', '11101', '11102', '11103', '11104', '21211', '21212', '27211', '99111', '99333', '99555'] }, 'type' => 'Coding', 'path' => 'AddItem.service', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/service-uscls' } },
  'fee' => { 'type' => 'Quantity', 'path' => 'AddItem.fee', 'min' => 0, 'max' => 1 },
  'noteNumberLinkId' => { 'type' => 'positiveInt', 'path' => 'AddItem.noteNumberLinkId', 'min' => 0, 'max' => Float::INFINITY },
  'adjudication' => { 'type' => 'ClaimResponse::AddItem::Adjudication', 'path' => 'AddItem.adjudication', 'min' => 0, 'max' => Float::INFINITY },
  'detail' => { 'type' => 'ClaimResponse::AddItem::Detail', 'path' => 'AddItem.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::AddItem::Adjudication ]



274
275
276
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 274

def adjudication
  @adjudication
end

#detailObject

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



275
276
277
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 275

def detail
  @detail
end

#extensionObject

0-* [ Extension ]



268
269
270
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 268

def extension
  @extension
end

#feeObject

0-1 Quantity



272
273
274
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 272

def fee
  @fee
end

#idObject

0-1 id



267
268
269
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 267

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



269
270
271
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 269

def modifierExtension
  @modifierExtension
end

#noteNumberLinkIdObject

0-* [ positiveInt ]



273
274
275
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 273

def noteNumberLinkId
  @noteNumberLinkId
end

#sequenceLinkIdObject

0-* [ positiveInt ]



270
271
272
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 270

def sequenceLinkId
  @sequenceLinkId
end

#serviceObject

1-1 Coding



271
272
273
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 271

def service
  @service
end