Class: FHIR::DSTU2::ClaimResponse::AddItem::Detail
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb
Defined Under Namespace
Classes: Adjudication
Constant Summary collapse
- METADATA =
{ 'id' => {'type'=>'id', 'path'=>'Detail.id', 'min'=>0, 'max'=>1}, 'extension' => {'type'=>'Extension', 'path'=>'Detail.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'Detail.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, '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']}, 'type'=>'Coding', 'path'=>'Detail.service', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/service-uscls'}}, 'fee' => {'type'=>'Quantity', 'path'=>'Detail.fee', 'min'=>0, 'max'=>1}, 'adjudication' => {'type'=>'ClaimResponse::AddItem::Detail::Adjudication', 'path'=>'Detail.adjudication', 'min'=>0, 'max'=>Float::INFINITY} }
Instance Attribute Summary collapse
-
#adjudication ⇒ Object
0-* [ ClaimResponse::AddItem::Detail::Adjudication ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#fee ⇒ Object
0-1 Quantity.
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#service ⇒ Object
1-1 Coding.
Method Summary
Methods included from Xml
from_xml, #to_xml, valid?, validate
Methods included from Deprecate
Methods included from Json
Methods included from Hashable
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::DSTU2::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FHIR::DSTU2::Model
Instance Attribute Details
#adjudication ⇒ Object
0-* [ ClaimResponse::AddItem::Detail::Adjudication ]
266 267 268 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 266 def adjudication @adjudication end |
#extension ⇒ Object
0-* [ Extension ]
262 263 264 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 262 def extension @extension end |
#fee ⇒ Object
0-1 Quantity
265 266 267 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 265 def fee @fee end |
#id ⇒ Object
0-1 id
261 262 263 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 261 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
263 264 265 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 263 def modifierExtension @modifierExtension end |
#service ⇒ Object
1-1 Coding
264 265 266 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 264 def service @service end |