Class: FHIR::DSTU2::DomainResource

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
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

Instance Method Summary collapse

Methods included from Xml

from_xml, #to_xml, valid?, validate

Methods included from Deprecate

#deprecate

Methods included from Json

from_json, #to_json

Methods included from Hashable

#from_hash, #to_hash

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

#containedObject

0-* [ Resource ]



25
26
27
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 25

def contained
  @contained
end

#extensionObject

0-* [ Extension ]



26
27
28
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 26

def extension
  @extension
end

#idObject

0-1 id



20
21
22
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 20

def id
  @id
end

#implicitRulesObject

0-1 uri



22
23
24
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 22

def implicitRules
  @implicitRules
end

#languageObject

0-1 code



23
24
25
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 23

def language
  @language
end

#metaObject

0-1 Meta



21
22
23
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 21

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



27
28
29
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 27

def modifierExtension
  @modifierExtension
end

#textObject

0-1 Narrative



24
25
26
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 24

def text
  @text
end

Instance Method Details

#resourceTypeObject



29
30
31
# File 'lib/fhir_dstu2_models/fhir/resources/DomainResource.rb', line 29

def resourceType
  'DomainResource'
end