Class: FHIR::ExplanationOfBenefit::Item

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

Defined Under Namespace

Classes: Adjudication, Detail

Constant Summary collapse

MULTIPLE_TYPES =
{
  'serviced' => ['date', 'Period'],
  'location' => ['CodeableConcept', 'Address', 'Reference']
}
METADATA =
{
  'id' => {'type'=>'string', '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},
  'sequence' => {'type'=>'positiveInt', 'path'=>'Item.sequence', 'min'=>1, 'max'=>1},
  'careTeamSequence' => {'type'=>'positiveInt', 'path'=>'Item.careTeamSequence', 'min'=>0, 'max'=>Float::INFINITY},
  'diagnosisSequence' => {'type'=>'positiveInt', 'path'=>'Item.diagnosisSequence', 'min'=>0, 'max'=>Float::INFINITY},
  'procedureSequence' => {'type'=>'positiveInt', 'path'=>'Item.procedureSequence', 'min'=>0, 'max'=>Float::INFINITY},
  'informationSequence' => {'type'=>'positiveInt', 'path'=>'Item.informationSequence', 'min'=>0, 'max'=>Float::INFINITY},
  'revenue' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/ex-revenue-center'=>['0370', '0420', '0421', '0440', '0441', '0450', '0451', '0452', '0010']}, 'type'=>'CodeableConcept', 'path'=>'Item.revenue', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/ex-revenue-center'}},
  'category' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/ex-benefitcategory'=>['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'=>'CodeableConcept', 'path'=>'Item.category', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/ex-benefitcategory'}},
  'productOrService' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/ex-USCLS'=>['1101', '1102', '1103', '1201', '1205', '2101', '2102', '2141', '2601', '11101', '11102', '11103', '11104', '21211', '21212', '27211', '67211', '99111', '99333', '99555']}, 'type'=>'CodeableConcept', 'path'=>'Item.productOrService', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/service-uscls'}},
  'modifier' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/modifiers'=>['a', 'b', 'c', 'e', 'rooh', 'x']}, 'type'=>'CodeableConcept', 'path'=>'Item.modifier', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/claim-modifiers'}},
  'programCode' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/ex-programcode'=>['as', 'hd', 'auscr', 'none']}, 'type'=>'CodeableConcept', 'path'=>'Item.programCode', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/ex-program-code'}},
  'servicedDate' => {'type'=>'date', 'path'=>'Item.serviced[x]', 'min'=>0, 'max'=>1},
  'servicedPeriod' => {'type'=>'Period', 'path'=>'Item.serviced[x]', 'min'=>0, 'max'=>1},
  'locationCodeableConcept' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/ex-serviceplace'=>['01', '03', '04', '05', '06', '07', '08', '09', '11', '12', '13', '14', '15', '19', '20', '21', '41']}, 'type'=>'CodeableConcept', 'path'=>'Item.location[x]', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/service-place'}},
  'locationAddress' => {'type'=>'Address', 'path'=>'Item.location[x]', 'min'=>0, 'max'=>1},
  'locationReference' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Location'], 'type'=>'Reference', 'path'=>'Item.location[x]', 'min'=>0, 'max'=>1},
  'quantity' => {'type'=>'Quantity', 'path'=>'Item.quantity', 'min'=>0, 'max'=>1},
  'unitPrice' => {'type'=>'Money', 'path'=>'Item.unitPrice', 'min'=>0, 'max'=>1},
  'factor' => {'type'=>'decimal', 'path'=>'Item.factor', 'min'=>0, 'max'=>1},
  'net' => {'type'=>'Money', 'path'=>'Item.net', 'min'=>0, 'max'=>1},
  'udi' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Device'], 'type'=>'Reference', 'path'=>'Item.udi', 'min'=>0, 'max'=>Float::INFINITY},
  'bodySite' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/ex-tooth'=>['0', '1', '2', '3', '4', '5', '6', '7', '8', '11', '12', '13', '14', '15', '16', '17', '18', '21', '22', '23', '24', '25', '26', '27', '28', '31', '32', '33', '34', '35', '36', '37', '38', '41', '42', '43', '44', '45', '46', '47', '48']}, 'type'=>'CodeableConcept', 'path'=>'Item.bodySite', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/tooth'}},
  'subSite' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/FDI-surface'=>['M', 'O', 'I', 'D', 'B', 'V', 'L', 'MO', 'DO', 'DI', 'MOD']}, 'type'=>'CodeableConcept', 'path'=>'Item.subSite', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/surface'}},
  'encounter' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Encounter'], 'type'=>'Reference', 'path'=>'Item.encounter', 'min'=>0, 'max'=>Float::INFINITY},
  'noteNumber' => {'type'=>'positiveInt', 'path'=>'Item.noteNumber', 'min'=>0, 'max'=>Float::INFINITY},
  'adjudication' => {'type'=>'ExplanationOfBenefit::Item::Adjudication', 'path'=>'Item.adjudication', 'min'=>0, 'max'=>Float::INFINITY},
  'detail' => {'type'=>'ExplanationOfBenefit::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, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #to_reference, #valid?, #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 ]



461
462
463
# File 'lib/fhir_models/fhir/resources/ExplanationOfBenefit.rb', line 461

def adjudication
  @adjudication
end

#bodySiteObject

0-1 CodeableConcept



457
458
459
# File 'lib/fhir_models/fhir/resources/ExplanationOfBenefit.rb', line 457

def bodySite
  @bodySite
end

#careTeamSequenceObject

0-* [ positiveInt ]



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

def careTeamSequence
  @careTeamSequence
end

#categoryObject

0-1 CodeableConcept



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

def category
  @category
end

#detailObject

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



462
463
464
# File 'lib/fhir_models/fhir/resources/ExplanationOfBenefit.rb', line 462

def detail
  @detail
end

#diagnosisSequenceObject

0-* [ positiveInt ]



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

def diagnosisSequence
  @diagnosisSequence
end

#encounterObject

0-* [ Reference(Encounter) ]



459
460
461
# File 'lib/fhir_models/fhir/resources/ExplanationOfBenefit.rb', line 459

def encounter
  @encounter
end

#extensionObject

0-* [ Extension ]



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

def extension
  @extension
end

#factorObject

0-1 decimal



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

def factor
  @factor
end

#idObject

0-1 string



434
435
436
# File 'lib/fhir_models/fhir/resources/ExplanationOfBenefit.rb', line 434

def id
  @id
end

#informationSequenceObject

0-* [ positiveInt ]



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

def informationSequence
  @informationSequence
end

#locationAddressObject

0-1 Address



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

def locationAddress
  @locationAddress
end

#locationCodeableConceptObject

0-1 CodeableConcept



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

def locationCodeableConcept
  @locationCodeableConcept
end

#locationReferenceObject

0-1 Reference(Location)



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

def locationReference
  @locationReference
end

#modifierObject

0-* [ CodeableConcept ]



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

def modifier
  @modifier
end

#modifierExtensionObject

0-* [ Extension ]



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

def modifierExtension
  @modifierExtension
end

#netObject

0-1 Money



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

def net
  @net
end

#noteNumberObject

0-* [ positiveInt ]



460
461
462
# File 'lib/fhir_models/fhir/resources/ExplanationOfBenefit.rb', line 460

def noteNumber
  @noteNumber
end

#procedureSequenceObject

0-* [ positiveInt ]



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

def procedureSequence
  @procedureSequence
end

#productOrServiceObject

1-1 CodeableConcept



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

def productOrService
  @productOrService
end

#programCodeObject

0-* [ CodeableConcept ]



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

def programCode
  @programCode
end

#quantityObject

0-1 Quantity



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

def quantity
  @quantity
end

#revenueObject

0-1 CodeableConcept



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

def revenue
  @revenue
end

#sequenceObject

1-1 positiveInt



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

def sequence
  @sequence
end

#servicedDateObject

0-1 date



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

def servicedDate
  @servicedDate
end

#servicedPeriodObject

0-1 Period



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

def servicedPeriod
  @servicedPeriod
end

#subSiteObject

0-* [ CodeableConcept ]



458
459
460
# File 'lib/fhir_models/fhir/resources/ExplanationOfBenefit.rb', line 458

def subSite
  @subSite
end

#udiObject

0-* [ Reference(Device) ]



456
457
458
# File 'lib/fhir_models/fhir/resources/ExplanationOfBenefit.rb', line 456

def udi
  @udi
end

#unitPriceObject

0-1 Money



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

def unitPrice
  @unitPrice
end