Class: FHIR::SubstanceReferenceInformation::Target

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
Defined in:
lib/fhir_models/fhir/resources/SubstanceReferenceInformation.rb

Constant Summary collapse

MULTIPLE_TYPES =
{
  'amount' => ['Quantity', 'Range', 'string']
}
METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Target.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Target.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Target.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'target' => {'type'=>'Identifier', 'path'=>'Target.target', 'min'=>0, 'max'=>1},
  'type' => {'type'=>'CodeableConcept', 'path'=>'Target.type', 'min'=>0, 'max'=>1},
  'interaction' => {'type'=>'CodeableConcept', 'path'=>'Target.interaction', 'min'=>0, 'max'=>1},
  'organism' => {'type'=>'CodeableConcept', 'path'=>'Target.organism', 'min'=>0, 'max'=>1},
  'organismType' => {'type'=>'CodeableConcept', 'path'=>'Target.organismType', 'min'=>0, 'max'=>1},
  'amountQuantity' => {'type'=>'Quantity', 'path'=>'Target.amount[x]', 'min'=>0, 'max'=>1},
  'amountRange' => {'type'=>'Range', 'path'=>'Target.amount[x]', 'min'=>0, 'max'=>1},
  'amountString' => {'type'=>'string', 'path'=>'Target.amount[x]', 'min'=>0, 'max'=>1},
  'amountType' => {'type'=>'CodeableConcept', 'path'=>'Target.amountType', 'min'=>0, 'max'=>1},
  'source' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/DocumentReference'], 'type'=>'Reference', 'path'=>'Target.source', 'min'=>0, 'max'=>Float::INFINITY}
}

Instance Attribute Summary collapse

Method Summary

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, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #to_reference, #valid?, #validate, #validate_profile

Constructor Details

This class inherits a constructor from FHIR::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FHIR::Model

Instance Attribute Details

#amountQuantityObject

0-1 Quantity



124
125
126
# File 'lib/fhir_models/fhir/resources/SubstanceReferenceInformation.rb', line 124

def amountQuantity
  @amountQuantity
end

#amountRangeObject

0-1 Range



125
126
127
# File 'lib/fhir_models/fhir/resources/SubstanceReferenceInformation.rb', line 125

def amountRange
  @amountRange
end

#amountStringObject

0-1 string



126
127
128
# File 'lib/fhir_models/fhir/resources/SubstanceReferenceInformation.rb', line 126

def amountString
  @amountString
end

#amountTypeObject

0-1 CodeableConcept



127
128
129
# File 'lib/fhir_models/fhir/resources/SubstanceReferenceInformation.rb', line 127

def amountType
  @amountType
end

#extensionObject

0-* [ Extension ]



117
118
119
# File 'lib/fhir_models/fhir/resources/SubstanceReferenceInformation.rb', line 117

def extension
  @extension
end

#idObject

0-1 string



116
117
118
# File 'lib/fhir_models/fhir/resources/SubstanceReferenceInformation.rb', line 116

def id
  @id
end

#interactionObject

0-1 CodeableConcept



121
122
123
# File 'lib/fhir_models/fhir/resources/SubstanceReferenceInformation.rb', line 121

def interaction
  @interaction
end

#modifierExtensionObject

0-* [ Extension ]



118
119
120
# File 'lib/fhir_models/fhir/resources/SubstanceReferenceInformation.rb', line 118

def modifierExtension
  @modifierExtension
end

#organismObject

0-1 CodeableConcept



122
123
124
# File 'lib/fhir_models/fhir/resources/SubstanceReferenceInformation.rb', line 122

def organism
  @organism
end

#organismTypeObject

0-1 CodeableConcept



123
124
125
# File 'lib/fhir_models/fhir/resources/SubstanceReferenceInformation.rb', line 123

def organismType
  @organismType
end

#sourceObject

0-* [ Reference(DocumentReference) ]



128
129
130
# File 'lib/fhir_models/fhir/resources/SubstanceReferenceInformation.rb', line 128

def source
  @source
end

#targetObject

0-1 Identifier



119
120
121
# File 'lib/fhir_models/fhir/resources/SubstanceReferenceInformation.rb', line 119

def target
  @target
end

#typeObject

0-1 CodeableConcept



120
121
122
# File 'lib/fhir_models/fhir/resources/SubstanceReferenceInformation.rb', line 120

def type
  @type
end