Class: FHIR::Invoice::LineItem
- Defined in:
- lib/fhir_models/fhir/resources/Invoice.rb
Defined Under Namespace
Classes: PriceComponent
Constant Summary collapse
- MULTIPLE_TYPES =
{ 'chargeItem' => ['Reference', 'CodeableConcept'] }
- METADATA =
{ 'id' => {'type'=>'string', 'path'=>'LineItem.id', 'min'=>0, 'max'=>1}, 'extension' => {'type'=>'Extension', 'path'=>'LineItem.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'LineItem.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'sequence' => {'type'=>'positiveInt', 'path'=>'LineItem.sequence', 'min'=>0, 'max'=>1}, 'chargeItemReference' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/ChargeItem'], 'type'=>'Reference', 'path'=>'LineItem.chargeItem[x]', 'min'=>1, 'max'=>1}, 'chargeItemCodeableConcept' => {'type'=>'CodeableConcept', 'path'=>'LineItem.chargeItem[x]', 'min'=>1, 'max'=>1}, 'priceComponent' => {'type'=>'Invoice::LineItem::PriceComponent', 'path'=>'LineItem.priceComponent', 'min'=>0, 'max'=>Float::INFINITY} }
Instance Attribute Summary collapse
-
#chargeItemCodeableConcept ⇒ Object
1-1 CodeableConcept.
-
#chargeItemReference ⇒ Object
1-1 Reference(ChargeItem).
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#priceComponent ⇒ Object
0-* [ Invoice::LineItem::PriceComponent ].
-
#sequence ⇒ Object
0-1 positiveInt.
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::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FHIR::Model
Instance Attribute Details
#chargeItemCodeableConcept ⇒ Object
1-1 CodeableConcept
102 103 104 |
# File 'lib/fhir_models/fhir/resources/Invoice.rb', line 102 def chargeItemCodeableConcept @chargeItemCodeableConcept end |
#chargeItemReference ⇒ Object
1-1 Reference(ChargeItem)
101 102 103 |
# File 'lib/fhir_models/fhir/resources/Invoice.rb', line 101 def chargeItemReference @chargeItemReference end |
#extension ⇒ Object
0-* [ Extension ]
98 99 100 |
# File 'lib/fhir_models/fhir/resources/Invoice.rb', line 98 def extension @extension end |
#id ⇒ Object
0-1 string
97 98 99 |
# File 'lib/fhir_models/fhir/resources/Invoice.rb', line 97 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
99 100 101 |
# File 'lib/fhir_models/fhir/resources/Invoice.rb', line 99 def modifierExtension @modifierExtension end |
#priceComponent ⇒ Object
0-* [ Invoice::LineItem::PriceComponent ]
103 104 105 |
# File 'lib/fhir_models/fhir/resources/Invoice.rb', line 103 def priceComponent @priceComponent end |
#sequence ⇒ Object
0-1 positiveInt
100 101 102 |
# File 'lib/fhir_models/fhir/resources/Invoice.rb', line 100 def sequence @sequence end |