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

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
Defined in:
lib/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', '0370', '0420', '0421', '0440', '0441', '0450', '0451', '0452']}, 'type'=>'Coding', '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', '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'=>'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', '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'=>'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', 'x', 'a', 'b', 'c', 'e', 'x']}, 'type'=>'Coding', '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', 'as', 'hd', 'auscr']}, 'type'=>'Coding', '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},
  'points' => {'type'=>'decimal', 'path'=>'SubDetail.points', '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, 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

#categoryObject

0-1 Coding



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

def category
  @category
end

#extensionObject

0-* [ Extension ]



385
386
387
# File 'lib/fhir/resources/Claim.rb', line 385

def extension
  @extension
end

#factorObject

0-1 decimal



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

def factor
  @factor
end

#idObject

0-1 string



384
385
386
# File 'lib/fhir/resources/Claim.rb', line 384

def id
  @id
end

#modifierObject

0-* [ Coding ]



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

def modifier
  @modifier
end

#modifierExtensionObject

0-* [ Extension ]



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

def modifierExtension
  @modifierExtension
end

#netObject

0-1 Money



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

def net
  @net
end

#pointsObject

0-1 decimal



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

def points
  @points
end

#programCodeObject

0-* [ Coding ]



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

def programCode
  @programCode
end

#quantityObject

0-1 Quantity



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

def quantity
  @quantity
end

#revenueObject

0-1 Coding



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

def revenue
  @revenue
end

#sequenceObject

1-1 positiveInt



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

def sequence
  @sequence
end

#serviceObject

0-1 Coding



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

def service
  @service
end

#udiObject

0-* [ Reference(Device) ]



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

def udi
  @udi
end

#unitPriceObject

0-1 Money



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

def unitPrice
  @unitPrice
end