Class: FHIR::DSTU2::Group
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/Group.rb
Defined Under Namespace
Classes: Characteristic, Member
Constant Summary collapse
- SEARCH_PARAMS =
['actual', 'characteristic', 'code', 'exclude', 'identifier', 'member', 'type', 'value']
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Group.id', 'min' => 0, 'max' => 1 }, 'meta' => { 'type' => 'Meta', 'path' => 'Group.meta', 'min' => 0, 'max' => 1 }, 'implicitRules' => { 'type' => 'uri', 'path' => 'Group.implicitRules', 'min' => 0, 'max' => 1 }, 'language' => { 'type' => 'code', 'path' => 'Group.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } }, 'text' => { 'type' => 'Narrative', 'path' => 'Group.text', 'min' => 0, 'max' => 1 }, 'contained' => { 'type' => 'Resource', 'path' => 'Group.contained', 'min' => 0, 'max' => Float::INFINITY }, 'extension' => { 'type' => 'Extension', 'path' => 'Group.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Group.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'identifier' => { 'type' => 'Identifier', 'path' => 'Group.identifier', 'min' => 0, 'max' => Float::INFINITY }, 'type' => { 'valid_codes' => { 'http://hl7.org/fhir/group-type' => ['person', 'animal', 'practitioner', 'device', 'medication', 'substance'] }, 'type' => 'code', 'path' => 'Group.type', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/group-type' } }, 'actual' => { 'type' => 'boolean', 'path' => 'Group.actual', 'min' => 1, 'max' => 1 }, 'code' => { 'type' => 'CodeableConcept', 'path' => 'Group.code', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => nil } }, 'name' => { 'type' => 'string', 'path' => 'Group.name', 'min' => 0, 'max' => 1 }, 'quantity' => { 'type' => 'unsignedInt', 'path' => 'Group.quantity', 'min' => 0, 'max' => 1 }, 'characteristic' => { 'type' => 'Group::Characteristic', 'path' => 'Group.characteristic', 'min' => 0, 'max' => Float::INFINITY }, 'member' => { 'type' => 'Group::Member', 'path' => 'Group.member', 'min' => 0, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#actual ⇒ Object
1-1 boolean.
-
#characteristic ⇒ Object
0-* [ Group::Characteristic ].
-
#code ⇒ Object
0-1 CodeableConcept.
-
#contained ⇒ Object
0-* [ Resource ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#identifier ⇒ Object
0-* [ Identifier ].
-
#implicitRules ⇒ Object
0-1 uri.
-
#language ⇒ Object
0-1 code.
-
#member ⇒ Object
0-* [ Group::Member ].
-
#meta ⇒ Object
0-1 Meta.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#name ⇒ Object
0-1 string.
-
#quantity ⇒ Object
0-1 unsignedInt.
-
#text ⇒ Object
0-1 Narrative.
-
#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, #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
#actual ⇒ Object
1-1 boolean
93 94 95 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 93 def actual @actual end |
#characteristic ⇒ Object
0-* [ Group::Characteristic ]
97 98 99 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 97 def characteristic @characteristic end |
#code ⇒ Object
0-1 CodeableConcept
94 95 96 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 94 def code @code end |
#contained ⇒ Object
0-* [ Resource ]
88 89 90 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 88 def contained @contained end |
#extension ⇒ Object
0-* [ Extension ]
89 90 91 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 89 def extension @extension end |
#id ⇒ Object
0-1 id
83 84 85 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 83 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
91 92 93 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 91 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
85 86 87 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 85 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
86 87 88 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 86 def language @language end |
#member ⇒ Object
0-* [ Group::Member ]
98 99 100 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 98 def member @member end |
#meta ⇒ Object
0-1 Meta
84 85 86 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 84 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
90 91 92 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 90 def modifierExtension @modifierExtension end |
#name ⇒ Object
0-1 string
95 96 97 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 95 def name @name end |
#quantity ⇒ Object
0-1 unsignedInt
96 97 98 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 96 def quantity @quantity end |
#text ⇒ Object
0-1 Narrative
87 88 89 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 87 def text @text end |
#type ⇒ Object
1-1 code
92 93 94 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 92 def type @type end |
Instance Method Details
#resourceType ⇒ Object
100 101 102 |
# File 'lib/fhir_dstu2_models/fhir/resources/Group.rb', line 100 def resourceType 'Group' end |