Class: FHIR::STU3::ExplanationOfBenefit::Item

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
Defined in:
lib/fhir_stu3_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},
  'careTeamLinkId' => {'type'=>'positiveInt', 'path'=>'Item.careTeamLinkId', 'min'=>0, 'max'=>Float::INFINITY},
  'diagnosisLinkId' => {'type'=>'positiveInt', 'path'=>'Item.diagnosisLinkId', 'min'=>0, 'max'=>Float::INFINITY},
  'procedureLinkId' => {'type'=>'positiveInt', 'path'=>'Item.procedureLinkId', 'min'=>0, 'max'=>Float::INFINITY},
  'informationLinkId' => {'type'=>'positiveInt', 'path'=>'Item.informationLinkId', 'min'=>0, 'max'=>Float::INFINITY},
  'revenue' => {'valid_codes'=>{'http://hl7.org/fhir/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://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']}, 'type'=>'CodeableConcept', 'path'=>'Item.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', '67211', '99111', '99333', '99555']}, 'type'=>'CodeableConcept', 'path'=>'Item.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', '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://hl7.org/fhir/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://hl7.org/fhir/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://hl7.org/fhir/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://hl7.org/fhir/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, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #to_reference, #valid?, #validate, #validate_profile

Constructor Details

This class inherits a constructor from FHIR::STU3::Model

Dynamic Method Handling

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

Instance Attribute Details

#adjudicationObject

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



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

def adjudication
  @adjudication
end

#bodySiteObject

0-1 CodeableConcept



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

def bodySite
  @bodySite
end

#careTeamLinkIdObject

0-* [ positiveInt ]



431
432
433
# File 'lib/fhir_stu3_models/fhir/resources/ExplanationOfBenefit.rb', line 431

def careTeamLinkId
  @careTeamLinkId
end

#categoryObject

0-1 CodeableConcept



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

def category
  @category
end

#detailObject

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



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

def detail
  @detail
end

#diagnosisLinkIdObject

0-* [ positiveInt ]



432
433
434
# File 'lib/fhir_stu3_models/fhir/resources/ExplanationOfBenefit.rb', line 432

def diagnosisLinkId
  @diagnosisLinkId
end

#encounterObject

0-* [ Reference(Encounter) ]



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

def encounter
  @encounter
end

#extensionObject

0-* [ Extension ]



428
429
430
# File 'lib/fhir_stu3_models/fhir/resources/ExplanationOfBenefit.rb', line 428

def extension
  @extension
end

#factorObject

0-1 decimal



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

def factor
  @factor
end

#idObject

0-1 string



427
428
429
# File 'lib/fhir_stu3_models/fhir/resources/ExplanationOfBenefit.rb', line 427

def id
  @id
end

#informationLinkIdObject

0-* [ positiveInt ]



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

def informationLinkId
  @informationLinkId
end

#locationAddressObject

0-1 Address



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

def locationAddress
  @locationAddress
end

#locationCodeableConceptObject

0-1 CodeableConcept



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

def locationCodeableConcept
  @locationCodeableConcept
end

#locationReferenceObject

0-1 Reference(Location)



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

def locationReference
  @locationReference
end

#modifierObject

0-* [ CodeableConcept ]



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

def modifier
  @modifier
end

#modifierExtensionObject

0-* [ Extension ]



429
430
431
# File 'lib/fhir_stu3_models/fhir/resources/ExplanationOfBenefit.rb', line 429

def modifierExtension
  @modifierExtension
end

#netObject

0-1 Money



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

def net
  @net
end

#noteNumberObject

0-* [ positiveInt ]



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

def noteNumber
  @noteNumber
end

#procedureLinkIdObject

0-* [ positiveInt ]



433
434
435
# File 'lib/fhir_stu3_models/fhir/resources/ExplanationOfBenefit.rb', line 433

def procedureLinkId
  @procedureLinkId
end

#programCodeObject

0-* [ CodeableConcept ]



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

def programCode
  @programCode
end

#quantityObject

0-1 Quantity



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

def quantity
  @quantity
end

#revenueObject

0-1 CodeableConcept



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

def revenue
  @revenue
end

#sequenceObject

1-1 positiveInt



430
431
432
# File 'lib/fhir_stu3_models/fhir/resources/ExplanationOfBenefit.rb', line 430

def sequence
  @sequence
end

#serviceObject

0-1 CodeableConcept



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

def service
  @service
end

#servicedDateObject

0-1 date



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

def servicedDate
  @servicedDate
end

#servicedPeriodObject

0-1 Period



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

def servicedPeriod
  @servicedPeriod
end

#subSiteObject

0-* [ CodeableConcept ]



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

def subSite
  @subSite
end

#udiObject

0-* [ Reference(Device) ]



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

def udi
  @udi
end

#unitPriceObject

0-1 Money



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

def unitPrice
  @unitPrice
end