Class: FHIR::DSTU2::Subscription
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/Subscription.rb
Defined Under Namespace
Classes: Channel
Constant Summary collapse
- SEARCH_PARAMS =
['contact', 'criteria', 'payload', 'status', 'tag', 'type', 'url']
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Subscription.id', 'min' => 0, 'max' => 1 }, 'meta' => { 'type' => 'Meta', 'path' => 'Subscription.meta', 'min' => 0, 'max' => 1 }, 'implicitRules' => { 'type' => 'uri', 'path' => 'Subscription.implicitRules', 'min' => 0, 'max' => 1 }, 'language' => { 'type' => 'code', 'path' => 'Subscription.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } }, 'text' => { 'type' => 'Narrative', 'path' => 'Subscription.text', 'min' => 0, 'max' => 1 }, 'contained' => { 'type' => 'Resource', 'path' => 'Subscription.contained', 'min' => 0, 'max' => Float::INFINITY }, 'extension' => { 'type' => 'Extension', 'path' => 'Subscription.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Subscription.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'criteria' => { 'type' => 'string', 'path' => 'Subscription.criteria', 'min' => 1, 'max' => 1 }, 'contact' => { 'type' => 'ContactPoint', 'path' => 'Subscription.contact', 'min' => 0, 'max' => Float::INFINITY }, 'reason' => { 'type' => 'string', 'path' => 'Subscription.reason', 'min' => 1, 'max' => 1 }, 'status' => { 'valid_codes' => { 'http://hl7.org/fhir/subscription-status' => ['requested', 'active', 'error', 'off'] }, 'type' => 'code', 'path' => 'Subscription.status', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/subscription-status' } }, 'error' => { 'type' => 'string', 'path' => 'Subscription.error', 'min' => 0, 'max' => 1 }, 'channel' => { 'type' => 'Subscription::Channel', 'path' => 'Subscription.channel', 'min' => 1, 'max' => 1 }, 'end' => { 'type' => 'instant', 'path' => 'Subscription.end', 'min' => 0, 'max' => 1 }, 'tag' => { 'valid_codes' => { 'http://hl7.org/fhir/subscription-tag' => ['queued', 'delivered'] }, 'type' => 'Coding', 'path' => 'Subscription.tag', 'min' => 0, 'max' => Float::INFINITY, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/subscription-tag' } } }
Instance Attribute Summary collapse
-
#channel ⇒ Object
1-1 Subscription::Channel.
-
#contact ⇒ Object
0-* [ ContactPoint ].
-
#contained ⇒ Object
0-* [ Resource ].
-
#criteria ⇒ Object
1-1 string.
-
#end ⇒ Object
0-1 instant.
-
#error ⇒ Object
0-1 string.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#implicitRules ⇒ Object
0-1 uri.
-
#language ⇒ Object
0-1 code.
-
#meta ⇒ Object
0-1 Meta.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#reason ⇒ Object
1-1 string.
-
#status ⇒ Object
1-1 code.
-
#tag ⇒ Object
0-* [ Coding ].
-
#text ⇒ Object
0-1 Narrative.
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, #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
#channel ⇒ Object
1-1 Subscription::Channel
65 66 67 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 65 def channel @channel end |
#contact ⇒ Object
0-* [ ContactPoint ]
61 62 63 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 61 def contact @contact end |
#contained ⇒ Object
0-* [ Resource ]
57 58 59 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 57 def contained @contained end |
#criteria ⇒ Object
1-1 string
60 61 62 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 60 def criteria @criteria end |
#end ⇒ Object
0-1 instant
66 67 68 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 66 def end @end end |
#error ⇒ Object
0-1 string
64 65 66 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 64 def error @error end |
#extension ⇒ Object
0-* [ Extension ]
58 59 60 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 58 def extension @extension end |
#id ⇒ Object
0-1 id
52 53 54 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 52 def id @id end |
#implicitRules ⇒ Object
0-1 uri
54 55 56 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 54 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
55 56 57 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 55 def language @language end |
#meta ⇒ Object
0-1 Meta
53 54 55 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 53 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
59 60 61 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 59 def modifierExtension @modifierExtension end |
#reason ⇒ Object
1-1 string
62 63 64 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 62 def reason @reason end |
#status ⇒ Object
1-1 code
63 64 65 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 63 def status @status end |
#tag ⇒ Object
0-* [ Coding ]
67 68 69 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 67 def tag @tag end |
#text ⇒ Object
0-1 Narrative
56 57 58 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 56 def text @text end |
Instance Method Details
#resourceType ⇒ Object
69 70 71 |
# File 'lib/fhir_dstu2_models/fhir/resources/Subscription.rb', line 69 def resourceType 'Subscription' end |