Class: FHIR::ExplanationOfBenefit::Item::Detail

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

Defined Under Namespace

Classes: SubDetail

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', '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},
  'sequence' => {'type'=>'positiveInt', 'path'=>'Detail.sequence', 'min'=>1, 'max'=>1},
  'type' => {'valid_codes'=>{'http://hl7.org/fhir/v3/ActCode'=>['_ActInvoiceInterGroupCode', 'CPNDDRGING', 'CPNDINDING', 'CPNDSUPING', 'DRUGING', 'FRAMEING', 'LENSING', 'PRDING', '_ActInvoiceRootGroupCode', 'CPINV', 'CSINV', 'CSPINV', 'FININV', 'OHSINV', 'PAINV', 'RXCINV', 'RXDINV', 'SBFINV', 'VRXINV']}, 'type'=>'Coding', 'path'=>'Detail.type', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/v3-ActInvoiceGroupCode'}},
  'revenue' => {'valid_codes'=>{'http://hl7.org/fhir/ex-revenue-center'=>['0370', '0420', '0421', '0440', '0441', '0450', '0451', '0452', '0370', '0420', '0421', '0440', '0441', '0450', '0451', '0452']}, 'type'=>'Coding', 'path'=>'Detail.revenue', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/ex-revenue-center'}},
  'category' => {'valid_codes'=>{'http://hl7.org/fhir/benefit-subcategory'=>['1', '2', '3', '4', '5', '14', '23', '24', '25', '26', '27', '28', '30', '35', '36', '37', '49', '55', '56', '61', '62', '63', '69', '76', 'F1', 'F3', 'F4', 'F6', '1', '2', '3', '4', '5', '14', '23', '24', '25', '26', '27', '28', '30', '35', '36', '37', '49', '55', '56', '61', '62', '63', '69', '76', 'F1', 'F3', 'F4', 'F6']}, 'type'=>'Coding', 'path'=>'Detail.category', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/benefit-subcategory'}},
  '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', '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'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/service-uscls'}},
  'modifier' => {'valid_codes'=>{'http://hl7.org/fhir/modifiers'=>['a', 'b', 'c', 'e', 'x', 'a', 'b', 'c', 'e', 'x']}, 'type'=>'Coding', 'path'=>'Detail.modifier', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/claim-modifiers'}},
  'programCode' => {'valid_codes'=>{'http://hl7.org/fhir/ex-programcode'=>['as', 'hd', 'auscr', 'as', 'hd', 'auscr']}, 'type'=>'Coding', 'path'=>'Detail.programCode', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/ex-program-code'}},
  'quantity' => {'type'=>'Quantity', 'path'=>'Detail.quantity', 'min'=>0, 'max'=>1},
  'unitPrice' => {'type'=>'Money', 'path'=>'Detail.unitPrice', 'min'=>0, 'max'=>1},
  'factor' => {'type'=>'decimal', 'path'=>'Detail.factor', 'min'=>0, 'max'=>1},
  'points' => {'type'=>'decimal', 'path'=>'Detail.points', 'min'=>0, 'max'=>1},
  'net' => {'type'=>'Money', 'path'=>'Detail.net', 'min'=>0, 'max'=>1},
  'udi' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Device'], 'type'=>'Reference', 'path'=>'Detail.udi', 'min'=>0, 'max'=>Float::INFINITY},
  'noteNumber' => {'type'=>'positiveInt', 'path'=>'Detail.noteNumber', 'min'=>0, 'max'=>Float::INFINITY},
  'adjudication' => {'type'=>'ExplanationOfBenefit::Item::Adjudication', 'path'=>'Detail.adjudication', 'min'=>0, 'max'=>Float::INFINITY},
  'subDetail' => {'type'=>'ExplanationOfBenefit::Item::Detail::SubDetail', 'path'=>'Detail.subDetail', 'min'=>0, 'max'=>Float::INFINITY}
}

Instance Attribute Summary collapse

Method Summary

Methods included from Xml

from_xml, is_valid?, #to_xml, validate

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?, #initialize, #is_valid?, #method_missing, #mismatch, #to_reference, #validate, #validate_profile

Constructor Details

This class inherits a constructor from FHIR::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FHIR::Model

Instance Attribute Details

#adjudicationObject

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



453
454
455
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 453

def adjudication
  @adjudication
end

#categoryObject

0-1 Coding



442
443
444
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 442

def category
  @category
end

#extensionObject

0-* [ Extension ]



437
438
439
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 437

def extension
  @extension
end

#factorObject

0-1 decimal



448
449
450
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 448

def factor
  @factor
end

#idObject

0-1 string



436
437
438
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 436

def id
  @id
end

#modifierObject

0-* [ Coding ]



444
445
446
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 444

def modifier
  @modifier
end

#modifierExtensionObject

0-* [ Extension ]



438
439
440
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 438

def modifierExtension
  @modifierExtension
end

#netObject

0-1 Money



450
451
452
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 450

def net
  @net
end

#noteNumberObject

0-* [ positiveInt ]



452
453
454
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 452

def noteNumber
  @noteNumber
end

#pointsObject

0-1 decimal



449
450
451
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 449

def points
  @points
end

#programCodeObject

0-* [ Coding ]



445
446
447
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 445

def programCode
  @programCode
end

#quantityObject

0-1 Quantity



446
447
448
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 446

def quantity
  @quantity
end

#revenueObject

0-1 Coding



441
442
443
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 441

def revenue
  @revenue
end

#sequenceObject

1-1 positiveInt



439
440
441
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 439

def sequence
  @sequence
end

#serviceObject

0-1 Coding



443
444
445
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 443

def service
  @service
end

#subDetailObject

0-* [ ExplanationOfBenefit::Item::Detail::SubDetail ]



454
455
456
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 454

def subDetail
  @subDetail
end

#typeObject

1-1 Coding



440
441
442
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 440

def type
  @type
end

#udiObject

0-* [ Reference(Device) ]



451
452
453
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 451

def udi
  @udi
end

#unitPriceObject

0-1 Money



447
448
449
# File 'lib/fhir/resources/ExplanationOfBenefit.rb', line 447

def unitPrice
  @unitPrice
end