Class: FHIR::DSTU2::ClaimResponse::AddItem
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb
Defined Under Namespace
Classes: Adjudication, Detail
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', '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 }, 'sequenceLinkId' => { 'type' => 'positiveInt', 'path' => 'AddItem.sequenceLinkId', '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' => 'AddItem.service', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/service-uscls' } }, 'fee' => { 'type' => 'Quantity', 'path' => 'AddItem.fee', 'min' => 0, 'max' => 1 }, 'noteNumberLinkId' => { 'type' => 'positiveInt', 'path' => 'AddItem.noteNumberLinkId', 'min' => 0, 'max' => Float::INFINITY }, 'adjudication' => { 'type' => 'ClaimResponse::AddItem::Adjudication', 'path' => 'AddItem.adjudication', 'min' => 0, 'max' => Float::INFINITY }, 'detail' => { 'type' => 'ClaimResponse::AddItem::Detail', 'path' => 'AddItem.detail', 'min' => 0, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#adjudication ⇒ Object
0-* [ ClaimResponse::AddItem::Adjudication ].
-
#detail ⇒ Object
0-* [ ClaimResponse::AddItem::Detail ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#fee ⇒ Object
0-1 Quantity.
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#noteNumberLinkId ⇒ Object
0-* [ positiveInt ].
-
#sequenceLinkId ⇒ Object
0-* [ positiveInt ].
-
#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, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #respond_to_missing?, #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::Adjudication ]
274 275 276 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 274 def adjudication @adjudication end |
#detail ⇒ Object
0-* [ ClaimResponse::AddItem::Detail ]
275 276 277 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 275 def detail @detail end |
#extension ⇒ Object
0-* [ Extension ]
268 269 270 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 268 def extension @extension end |
#fee ⇒ Object
0-1 Quantity
272 273 274 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 272 def fee @fee end |
#id ⇒ Object
0-1 id
267 268 269 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 267 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
269 270 271 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 269 def modifierExtension @modifierExtension end |
#noteNumberLinkId ⇒ Object
0-* [ positiveInt ]
273 274 275 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 273 def noteNumberLinkId @noteNumberLinkId end |
#sequenceLinkId ⇒ Object
0-* [ positiveInt ]
270 271 272 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 270 def sequenceLinkId @sequenceLinkId end |
#service ⇒ Object
1-1 Coding
271 272 273 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 271 def service @service end |