Class: FHIR::MedicinalProductIngredient

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

Defined Under Namespace

Classes: SpecifiedSubstance, Substance

Constant Summary collapse

SEARCH_PARAMS =
[]
METADATA =
{
  'id' => {'type'=>'id', 'path'=>'MedicinalProductIngredient.id', 'min'=>0, 'max'=>1},
  'meta' => {'type'=>'Meta', 'path'=>'MedicinalProductIngredient.meta', 'min'=>0, 'max'=>1},
  'implicitRules' => {'type'=>'uri', 'path'=>'MedicinalProductIngredient.implicitRules', 'min'=>0, 'max'=>1},
  'language' => {'valid_codes'=>{'urn:ietf:bcp:47'=>['ar', 'bn', 'cs', 'da', 'de', 'de-AT', 'de-CH', 'de-DE', 'el', 'en', 'en-AU', 'en-CA', 'en-GB', 'en-IN', 'en-NZ', 'en-SG', 'en-US', 'es', 'es-AR', 'es-ES', 'es-UY', 'fi', 'fr', 'fr-BE', 'fr-CH', 'fr-FR', 'fy', 'fy-NL', 'hi', 'hr', 'it', 'it-CH', 'it-IT', 'ja', 'ko', 'nl', 'nl-BE', 'nl-NL', 'no', 'no-NO', 'pa', 'pl', 'pt', 'pt-BR', 'ru', 'ru-RU', 'sr', 'sr-RS', 'sv', 'sv-SE', 'te', 'zh', 'zh-CN', 'zh-HK', 'zh-SG', 'zh-TW']}, 'type'=>'code', 'path'=>'MedicinalProductIngredient.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}},
  'text' => {'type'=>'Narrative', 'path'=>'MedicinalProductIngredient.text', 'min'=>0, 'max'=>1},
  'contained' => {'type'=>'Resource', 'path'=>'MedicinalProductIngredient.contained', 'min'=>0, 'max'=>Float::INFINITY},
  'extension' => {'type'=>'Extension', 'path'=>'MedicinalProductIngredient.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'MedicinalProductIngredient.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'identifier' => {'type'=>'Identifier', 'path'=>'MedicinalProductIngredient.identifier', 'min'=>0, 'max'=>1},
  'role' => {'type'=>'CodeableConcept', 'path'=>'MedicinalProductIngredient.role', 'min'=>1, 'max'=>1},
  'allergenicIndicator' => {'type'=>'boolean', 'path'=>'MedicinalProductIngredient.allergenicIndicator', 'min'=>0, 'max'=>1},
  'manufacturer' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'MedicinalProductIngredient.manufacturer', 'min'=>0, 'max'=>Float::INFINITY},
  'specifiedSubstance' => {'type'=>'MedicinalProductIngredient::SpecifiedSubstance', 'path'=>'MedicinalProductIngredient.specifiedSubstance', 'min'=>0, 'max'=>Float::INFINITY},
  'substance' => {'type'=>'MedicinalProductIngredient::Substance', 'path'=>'MedicinalProductIngredient.substance', 'min'=>0, 'max'=>1}
}

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, #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

#allergenicIndicatorObject

0-1 boolean



135
136
137
# File 'lib/fhir_models/fhir/resources/MedicinalProductIngredient.rb', line 135

def allergenicIndicator
  @allergenicIndicator
end

#containedObject

0-* [ Resource ]



130
131
132
# File 'lib/fhir_models/fhir/resources/MedicinalProductIngredient.rb', line 130

def contained
  @contained
end

#extensionObject

0-* [ Extension ]



131
132
133
# File 'lib/fhir_models/fhir/resources/MedicinalProductIngredient.rb', line 131

def extension
  @extension
end

#idObject

0-1 id



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

def id
  @id
end

#identifierObject

0-1 Identifier



133
134
135
# File 'lib/fhir_models/fhir/resources/MedicinalProductIngredient.rb', line 133

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



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

def implicitRules
  @implicitRules
end

#languageObject

0-1 code



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

def language
  @language
end

#manufacturerObject

0-* [ Reference(Organization) ]



136
137
138
# File 'lib/fhir_models/fhir/resources/MedicinalProductIngredient.rb', line 136

def manufacturer
  @manufacturer
end

#metaObject

0-1 Meta



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

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



132
133
134
# File 'lib/fhir_models/fhir/resources/MedicinalProductIngredient.rb', line 132

def modifierExtension
  @modifierExtension
end

#roleObject

1-1 CodeableConcept



134
135
136
# File 'lib/fhir_models/fhir/resources/MedicinalProductIngredient.rb', line 134

def role
  @role
end

#specifiedSubstanceObject

0-* [ MedicinalProductIngredient::SpecifiedSubstance ]



137
138
139
# File 'lib/fhir_models/fhir/resources/MedicinalProductIngredient.rb', line 137

def specifiedSubstance
  @specifiedSubstance
end

#substanceObject

0-1 MedicinalProductIngredient::Substance



138
139
140
# File 'lib/fhir_models/fhir/resources/MedicinalProductIngredient.rb', line 138

def substance
  @substance
end

#textObject

0-1 Narrative



129
130
131
# File 'lib/fhir_models/fhir/resources/MedicinalProductIngredient.rb', line 129

def text
  @text
end

Instance Method Details

#resourceTypeObject



140
141
142
# File 'lib/fhir_models/fhir/resources/MedicinalProductIngredient.rb', line 140

def resourceType
  'MedicinalProductIngredient'
end