Class: FHIR::Claim::Item

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

Defined Under Namespace

Classes: 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},
  'detail' => {'type'=>'Claim::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

#bodySiteObject

0-1 CodeableConcept



410
411
412
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 410

def bodySite
  @bodySite
end

#careTeamLinkIdObject

0-* [ positiveInt ]



391
392
393
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 391

def careTeamLinkId
  @careTeamLinkId
end

#categoryObject

0-1 CodeableConcept



396
397
398
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 396

def category
  @category
end

#detailObject

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



413
414
415
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 413

def detail
  @detail
end

#diagnosisLinkIdObject

0-* [ positiveInt ]



392
393
394
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 392

def diagnosisLinkId
  @diagnosisLinkId
end

#encounterObject

0-* [ Reference(Encounter) ]



412
413
414
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 412

def encounter
  @encounter
end

#extensionObject

0-* [ Extension ]



388
389
390
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 388

def extension
  @extension
end

#factorObject

0-1 decimal



407
408
409
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 407

def factor
  @factor
end

#idObject

0-1 string



387
388
389
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 387

def id
  @id
end

#informationLinkIdObject

0-* [ positiveInt ]



394
395
396
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 394

def informationLinkId
  @informationLinkId
end

#locationAddressObject

0-1 Address



403
404
405
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 403

def locationAddress
  @locationAddress
end

#locationCodeableConceptObject

0-1 CodeableConcept



402
403
404
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 402

def locationCodeableConcept
  @locationCodeableConcept
end

#locationReferenceObject

0-1 Reference(Location)



404
405
406
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 404

def locationReference
  @locationReference
end

#modifierObject

0-* [ CodeableConcept ]



398
399
400
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 398

def modifier
  @modifier
end

#modifierExtensionObject

0-* [ Extension ]



389
390
391
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 389

def modifierExtension
  @modifierExtension
end

#netObject

0-1 Money



408
409
410
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 408

def net
  @net
end

#procedureLinkIdObject

0-* [ positiveInt ]



393
394
395
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 393

def procedureLinkId
  @procedureLinkId
end

#programCodeObject

0-* [ CodeableConcept ]



399
400
401
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 399

def programCode
  @programCode
end

#quantityObject

0-1 Quantity



405
406
407
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 405

def quantity
  @quantity
end

#revenueObject

0-1 CodeableConcept



395
396
397
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 395

def revenue
  @revenue
end

#sequenceObject

1-1 positiveInt



390
391
392
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 390

def sequence
  @sequence
end

#serviceObject

0-1 CodeableConcept



397
398
399
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 397

def service
  @service
end

#servicedDateObject

0-1 date



400
401
402
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 400

def servicedDate
  @servicedDate
end

#servicedPeriodObject

0-1 Period



401
402
403
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 401

def servicedPeriod
  @servicedPeriod
end

#subSiteObject

0-* [ CodeableConcept ]



411
412
413
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 411

def subSite
  @subSite
end

#udiObject

0-* [ Reference(Device) ]



409
410
411
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 409

def udi
  @udi
end

#unitPriceObject

0-1 Money



406
407
408
# File 'lib/fhir_models/fhir/resources/Claim.rb', line 406

def unitPrice
  @unitPrice
end