Class: FHIR::MedicationKnowledge::Ingredient

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

Constant Summary collapse

MULTIPLE_TYPES =
{
  'item' => ['CodeableConcept', 'Reference']
}
METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Ingredient.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Ingredient.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Ingredient.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'itemCodeableConcept' => {'type'=>'CodeableConcept', 'path'=>'Ingredient.item[x]', 'min'=>1, 'max'=>1},
  'itemReference' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Substance'], 'type'=>'Reference', 'path'=>'Ingredient.item[x]', 'min'=>1, 'max'=>1},
  'isActive' => {'type'=>'boolean', 'path'=>'Ingredient.isActive', 'min'=>0, 'max'=>1},
  'strength' => {'type'=>'Ratio', 'path'=>'Ingredient.strength', 'min'=>0, 'max'=>1}
}

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 FHIR::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

#extensionObject

0-* [ Extension ]



100
101
102
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 100

def extension
  @extension
end

#idObject

0-1 string



99
100
101
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 99

def id
  @id
end

#isActiveObject

0-1 boolean



104
105
106
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 104

def isActive
  @isActive
end

#itemCodeableConceptObject

1-1 CodeableConcept



102
103
104
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 102

def itemCodeableConcept
  @itemCodeableConcept
end

#itemReferenceObject

1-1 Reference(Substance)



103
104
105
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 103

def itemReference
  @itemReference
end

#modifierExtensionObject

0-* [ Extension ]



101
102
103
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 101

def modifierExtension
  @modifierExtension
end

#strengthObject

0-1 Ratio



105
106
107
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 105

def strength
  @strength
end