Class: FHIR::DSTU2::DomainResource
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/DomainResource.rb
Constant Summary collapse
- SEARCH_PARAMS =
METADATA = { 'id' => { 'type' => 'id', 'path' => 'DomainResource.id', 'min' => 0, 'max' => 1 }, 'meta' => { 'type' => 'Meta', 'path' => 'DomainResource.meta', 'min' => 0, 'max' => 1 }, 'implicitRules' => { 'type' => 'uri', 'path' => 'DomainResource.implicitRules', 'min' => 0, 'max' => 1 }, 'language' => { 'type' => 'code', 'path' => 'DomainResource.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } }, 'text' => { 'type' => 'Narrative', 'path' => 'DomainResource.text', 'min' => 0, 'max' => 1 }, 'contained' => { 'type' => 'Resource', 'path' => 'DomainResource.contained', 'min' => 0, 'max' => Float::INFINITY }, 'extension' => { 'type' => 'Extension', 'path' => 'DomainResource.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'DomainResource.modifierExtension', 'min' => 0, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#contained ⇒ Object
0-* [ Resource ].
-
#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 ].
-
#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
#contained ⇒ Object
0-* [ Resource ]
25 26 27 |
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 25 def contained @contained end |
#extension ⇒ Object
0-* [ Extension ]
26 27 28 |
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 26 def extension @extension end |
#id ⇒ Object
0-1 id
20 21 22 |
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 20 def id @id end |
#implicitRules ⇒ Object
0-1 uri
22 23 24 |
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 22 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
23 24 25 |
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 23 def language @language end |
#meta ⇒ Object
0-1 Meta
21 22 23 |
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 21 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
27 28 29 |
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 27 def modifierExtension @modifierExtension end |
#text ⇒ Object
0-1 Narrative
24 25 26 |
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 24 def text @text end |
Instance Method Details
#resourceType ⇒ Object
29 30 31 |
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 29 def resourceType 'DomainResource' end |