Class: FHIR::DSTU2::ClaimResponse::Note
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Note.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Note.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Note.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'number' => { 'type' => 'positiveInt', 'path' => 'Note.number', 'min' => 0, 'max' => 1 }, 'type' => { 'valid_codes' => { 'http://hl7.org/fhir/note-type' => ['display', 'print', 'printoper'] }, 'type' => 'Coding', 'path' => 'Note.type', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/note-type' } }, 'text' => { 'type' => 'string', 'path' => 'Note.text', 'min' => 0, 'max' => 1 } }
Instance Attribute Summary collapse
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#number ⇒ Object
0-1 positiveInt.
-
#text ⇒ Object
0-1 string.
-
#type ⇒ Object
0-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
#extension ⇒ Object
0-* [ Extension ]
317 318 319 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 317 def extension @extension end |
#id ⇒ Object
0-1 id
316 317 318 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 316 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
318 319 320 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 318 def modifierExtension @modifierExtension end |
#number ⇒ Object
0-1 positiveInt
319 320 321 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 319 def number @number end |
#text ⇒ Object
0-1 string
321 322 323 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 321 def text @text end |
#type ⇒ Object
0-1 Coding
320 321 322 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 320 def type @type end |