Class: FHIR::ClaimResponse::AddItem

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

Defined Under Namespace

Classes: Detail

Constant Summary collapse

MULTIPLE_TYPES =
{
  'serviced' => ['date', 'Period'],
  'location' => ['CodeableConcept', 'Address', 'Reference']
}
METADATA =
{
  'id' => {'type'=>'string', 'path'=>'AddItem.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'AddItem.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'AddItem.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'itemSequence' => {'type'=>'positiveInt', 'path'=>'AddItem.itemSequence', 'min'=>0, 'max'=>Float::INFINITY},
  'detailSequence' => {'type'=>'positiveInt', 'path'=>'AddItem.detailSequence', 'min'=>0, 'max'=>Float::INFINITY},
  'subdetailSequence' => {'type'=>'positiveInt', 'path'=>'AddItem.subdetailSequence', 'min'=>0, 'max'=>Float::INFINITY},
  'provider' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'AddItem.provider', 'min'=>0, 'max'=>Float::INFINITY},
  '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'=>'AddItem.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'=>'AddItem.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'=>'AddItem.programCode', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/ex-program-code'}},
  'servicedDate' => {'type'=>'date', 'path'=>'AddItem.serviced[x]', 'min'=>0, 'max'=>1},
  'servicedPeriod' => {'type'=>'Period', 'path'=>'AddItem.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'=>'AddItem.location[x]', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/service-place'}},
  'locationAddress' => {'type'=>'Address', 'path'=>'AddItem.location[x]', 'min'=>0, 'max'=>1},
  'locationReference' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Location'], 'type'=>'Reference', 'path'=>'AddItem.location[x]', 'min'=>0, 'max'=>1},
  'quantity' => {'type'=>'Quantity', 'path'=>'AddItem.quantity', 'min'=>0, 'max'=>1},
  'unitPrice' => {'type'=>'Money', 'path'=>'AddItem.unitPrice', 'min'=>0, 'max'=>1},
  'factor' => {'type'=>'decimal', 'path'=>'AddItem.factor', 'min'=>0, 'max'=>1},
  'net' => {'type'=>'Money', 'path'=>'AddItem.net', 'min'=>0, 'max'=>1},
  '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'=>'AddItem.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'=>'AddItem.subSite', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/surface'}},
  'noteNumber' => {'type'=>'positiveInt', 'path'=>'AddItem.noteNumber', 'min'=>0, 'max'=>Float::INFINITY},
  'adjudication' => {'type'=>'ClaimResponse::Item::Adjudication', 'path'=>'AddItem.adjudication', 'min'=>1, 'max'=>Float::INFINITY},
  'detail' => {'type'=>'ClaimResponse::AddItem::Detail', 'path'=>'AddItem.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

1-* [ ClaimResponse::Item::Adjudication ]



264
265
266
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 264

def adjudication
  @adjudication
end

#bodySiteObject

0-1 CodeableConcept



261
262
263
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 261

def bodySite
  @bodySite
end

#detailObject

0-* [ ClaimResponse::AddItem::Detail ]



265
266
267
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 265

def detail
  @detail
end

#detailSequenceObject

0-* [ positiveInt ]



246
247
248
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 246

def detailSequence
  @detailSequence
end

#extensionObject

0-* [ Extension ]



243
244
245
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 243

def extension
  @extension
end

#factorObject

0-1 decimal



259
260
261
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 259

def factor
  @factor
end

#idObject

0-1 string



242
243
244
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 242

def id
  @id
end

#itemSequenceObject

0-* [ positiveInt ]



245
246
247
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 245

def itemSequence
  @itemSequence
end

#locationAddressObject

0-1 Address



255
256
257
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 255

def locationAddress
  @locationAddress
end

#locationCodeableConceptObject

0-1 CodeableConcept



254
255
256
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 254

def locationCodeableConcept
  @locationCodeableConcept
end

#locationReferenceObject

0-1 Reference(Location)



256
257
258
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 256

def locationReference
  @locationReference
end

#modifierObject

0-* [ CodeableConcept ]



250
251
252
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 250

def modifier
  @modifier
end

#modifierExtensionObject

0-* [ Extension ]



244
245
246
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 244

def modifierExtension
  @modifierExtension
end

#netObject

0-1 Money



260
261
262
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 260

def net
  @net
end

#noteNumberObject

0-* [ positiveInt ]



263
264
265
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 263

def noteNumber
  @noteNumber
end

#productOrServiceObject

1-1 CodeableConcept



249
250
251
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 249

def productOrService
  @productOrService
end

#programCodeObject

0-* [ CodeableConcept ]



251
252
253
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 251

def programCode
  @programCode
end

#providerObject

0-* [ Reference(Practitioner|PractitionerRole|Organization) ]



248
249
250
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 248

def provider
  @provider
end

#quantityObject

0-1 Quantity



257
258
259
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 257

def quantity
  @quantity
end

#servicedDateObject

0-1 date



252
253
254
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 252

def servicedDate
  @servicedDate
end

#servicedPeriodObject

0-1 Period



253
254
255
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 253

def servicedPeriod
  @servicedPeriod
end

#subdetailSequenceObject

0-* [ positiveInt ]



247
248
249
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 247

def subdetailSequence
  @subdetailSequence
end

#subSiteObject

0-* [ CodeableConcept ]



262
263
264
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 262

def subSite
  @subSite
end

#unitPriceObject

0-1 Money



258
259
260
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 258

def unitPrice
  @unitPrice
end