Class: FHIR::DSTU2::Bundle
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/Bundle.rb
Defined Under Namespace
Constant Summary collapse
- SEARCH_PARAMS =
['composition', 'message', 'type']
- METADATA =
{ 'id' => {'type'=>'id', 'path'=>'Bundle.id', 'min'=>0, 'max'=>1}, 'meta' => {'type'=>'Meta', 'path'=>'Bundle.meta', 'min'=>0, 'max'=>1}, 'implicitRules' => {'type'=>'uri', 'path'=>'Bundle.implicitRules', 'min'=>0, 'max'=>1}, 'language' => {'type'=>'code', 'path'=>'Bundle.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://tools.ietf.org/html/bcp47'}}, 'type' => {'valid_codes'=>{'http://hl7.org/fhir/bundle-type'=>['document', 'message', 'transaction', 'transaction-response', 'batch', 'batch-response', 'history', 'searchset', 'collection']}, 'type'=>'code', 'path'=>'Bundle.type', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/bundle-type'}}, 'total' => {'type'=>'unsignedInt', 'path'=>'Bundle.total', 'min'=>0, 'max'=>1}, 'link' => {'type'=>'Bundle::Link', 'path'=>'Bundle.link', 'min'=>0, 'max'=>Float::INFINITY}, 'entry' => {'type'=>'Bundle::Entry', 'path'=>'Bundle.entry', 'min'=>0, 'max'=>Float::INFINITY}, 'signature' => {'type'=>'Signature', 'path'=>'Bundle.signature', 'min'=>0, 'max'=>1} }
Instance Attribute Summary collapse
-
#entry ⇒ Object
0-* [ Bundle::Entry ].
-
#id ⇒ Object
0-1 id.
-
#implicitRules ⇒ Object
0-1 uri.
-
#language ⇒ Object
0-1 code.
-
#link ⇒ Object
0-* [ Bundle::Link ].
-
#meta ⇒ Object
0-1 Meta.
-
#signature ⇒ Object
0-1 Signature.
-
#total ⇒ Object
0-1 unsignedInt.
-
#type ⇒ Object
1-1 code.
Instance Method Summary collapse
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
#entry ⇒ Object
0-* [ Bundle::Entry ]
148 149 150 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 148 def entry @entry end |
#id ⇒ Object
0-1 id
141 142 143 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 141 def id @id end |
#implicitRules ⇒ Object
0-1 uri
143 144 145 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 143 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
144 145 146 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 144 def language @language end |
#link ⇒ Object
0-* [ Bundle::Link ]
147 148 149 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 147 def link @link end |
#meta ⇒ Object
0-1 Meta
142 143 144 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 142 def @meta end |
#signature ⇒ Object
0-1 Signature
149 150 151 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 149 def signature @signature end |
#total ⇒ Object
0-1 unsignedInt
146 147 148 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 146 def total @total end |
#type ⇒ Object
1-1 code
145 146 147 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 145 def type @type end |
Instance Method Details
#resourceType ⇒ Object
151 152 153 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 151 def resourceType 'Bundle' end |