Class: FHIR::STU3::Claim::Item::Detail::SubDetail

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

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'SubDetail.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'SubDetail.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'SubDetail.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'sequence' => {'type'=>'positiveInt', 'path'=>'SubDetail.sequence', 'min'=>1, 'max'=>1},
  'revenue' => {'valid_codes'=>{'http://hl7.org/fhir/ex-revenue-center'=>['0370', '0420', '0421', '0440', '0441', '0450', '0451', '0452', '0010']}, 'type'=>'CodeableConcept', 'path'=>'SubDetail.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'=>'SubDetail.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'=>'SubDetail.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'=>'SubDetail.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'=>'SubDetail.programCode', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/ex-program-code'}},
  'quantity' => {'type'=>'Quantity', 'path'=>'SubDetail.quantity', 'min'=>0, 'max'=>1},
  'unitPrice' => {'type'=>'Money', 'path'=>'SubDetail.unitPrice', 'min'=>0, 'max'=>1},
  'factor' => {'type'=>'decimal', 'path'=>'SubDetail.factor', 'min'=>0, 'max'=>1},
  'net' => {'type'=>'Money', 'path'=>'SubDetail.net', 'min'=>0, 'max'=>1},
  'udi' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Device'], 'type'=>'Reference', 'path'=>'SubDetail.udi', '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

#categoryObject

0-1 CodeableConcept



360
361
362
# File 'lib/fhir_stu3_models/fhir/resources/Claim.rb', line 360

def category
  @category
end

#extensionObject

0-* [ Extension ]



356
357
358
# File 'lib/fhir_stu3_models/fhir/resources/Claim.rb', line 356

def extension
  @extension
end

#factorObject

0-1 decimal



366
367
368
# File 'lib/fhir_stu3_models/fhir/resources/Claim.rb', line 366

def factor
  @factor
end

#idObject

0-1 string



355
356
357
# File 'lib/fhir_stu3_models/fhir/resources/Claim.rb', line 355

def id
  @id
end

#modifierObject

0-* [ CodeableConcept ]



362
363
364
# File 'lib/fhir_stu3_models/fhir/resources/Claim.rb', line 362

def modifier
  @modifier
end

#modifierExtensionObject

0-* [ Extension ]



357
358
359
# File 'lib/fhir_stu3_models/fhir/resources/Claim.rb', line 357

def modifierExtension
  @modifierExtension
end

#netObject

0-1 Money



367
368
369
# File 'lib/fhir_stu3_models/fhir/resources/Claim.rb', line 367

def net
  @net
end

#programCodeObject

0-* [ CodeableConcept ]



363
364
365
# File 'lib/fhir_stu3_models/fhir/resources/Claim.rb', line 363

def programCode
  @programCode
end

#quantityObject

0-1 Quantity



364
365
366
# File 'lib/fhir_stu3_models/fhir/resources/Claim.rb', line 364

def quantity
  @quantity
end

#revenueObject

0-1 CodeableConcept



359
360
361
# File 'lib/fhir_stu3_models/fhir/resources/Claim.rb', line 359

def revenue
  @revenue
end

#sequenceObject

1-1 positiveInt



358
359
360
# File 'lib/fhir_stu3_models/fhir/resources/Claim.rb', line 358

def sequence
  @sequence
end

#serviceObject

0-1 CodeableConcept



361
362
363
# File 'lib/fhir_stu3_models/fhir/resources/Claim.rb', line 361

def service
  @service
end

#udiObject

0-* [ Reference(Device) ]



368
369
370
# File 'lib/fhir_stu3_models/fhir/resources/Claim.rb', line 368

def udi
  @udi
end

#unitPriceObject

0-1 Money



365
366
367
# File 'lib/fhir_stu3_models/fhir/resources/Claim.rb', line 365

def unitPrice
  @unitPrice
end