Class: FHIR::DSTU2::Composition::Attester
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/Composition.rb
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Attester.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Attester.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Attester.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'mode' => { 'valid_codes' => { 'http://hl7.org/fhir/composition-attestation-mode' => ['personal', 'professional', 'legal', 'official'] }, 'type' => 'code', 'path' => 'Attester.mode', 'min' => 1, 'max' => Float::INFINITY, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/composition-attestation-mode' } }, 'time' => { 'type' => 'dateTime', 'path' => 'Attester.time', 'min' => 0, 'max' => 1 }, 'party' => { 'type' => 'Reference', 'path' => 'Attester.party', 'min' => 0, 'max' => 1 } }
Instance Attribute Summary collapse
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#mode ⇒ Object
1-* [ code ].
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#party ⇒ Object
0-1 Reference().
-
#time ⇒ Object
0-1 dateTime.
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 ]
49 50 51 |
# File 'lib/fhir_dstu2_models/fhir/resources/Composition.rb', line 49 def extension @extension end |
#id ⇒ Object
0-1 id
48 49 50 |
# File 'lib/fhir_dstu2_models/fhir/resources/Composition.rb', line 48 def id @id end |
#mode ⇒ Object
1-* [ code ]
51 52 53 |
# File 'lib/fhir_dstu2_models/fhir/resources/Composition.rb', line 51 def mode @mode end |
#modifierExtension ⇒ Object
0-* [ Extension ]
50 51 52 |
# File 'lib/fhir_dstu2_models/fhir/resources/Composition.rb', line 50 def modifierExtension @modifierExtension end |
#party ⇒ Object
0-1 Reference()
53 54 55 |
# File 'lib/fhir_dstu2_models/fhir/resources/Composition.rb', line 53 def party @party end |
#time ⇒ Object
0-1 dateTime
52 53 54 |
# File 'lib/fhir_dstu2_models/fhir/resources/Composition.rb', line 52 def time @time end |