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

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' => 'Detail.id', 'min' => 0, 'max' => 1 },
  'extension' => { 'type' => 'Extension', 'path' => 'Detail.extension', 'min' => 0, 'max' => Float::INFINITY },
  'modifierExtension' => { 'type' => 'Extension', 'path' => 'Detail.modifierExtension', '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' => 'Detail.service', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/service-uscls' } },
  'fee' => { 'type' => 'Quantity', 'path' => 'Detail.fee', 'min' => 0, 'max' => 1 },
  'adjudication' => { 'type' => 'ClaimResponse::AddItem::Detail::Adjudication', 'path' => 'Detail.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::AddItem::Detail::Adjudication ]



264
265
266
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 264

def adjudication
  @adjudication
end

#extensionObject

0-* [ Extension ]



260
261
262
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 260

def extension
  @extension
end

#feeObject

0-1 Quantity



263
264
265
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 263

def fee
  @fee
end

#idObject

0-1 id



259
260
261
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 259

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



261
262
263
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 261

def modifierExtension
  @modifierExtension
end

#serviceObject

1-1 Coding



262
263
264
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 262

def service
  @service
end