Class: FHIR::Medication::Ingredient
- Inherits:
-
FHIR::Model
- Object
- FHIR::Model
- FHIR::Medication::Ingredient
- Defined in:
- lib/fhir_models/fhir/resources/Medication.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', 'http://hl7.org/fhir/StructureDefinition/Medication'], '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
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#isActive ⇒ Object
0-1 boolean.
-
#itemCodeableConcept ⇒ Object
1-1 CodeableConcept.
-
#itemReference ⇒ Object
1-1 Reference(Substance|Medication).
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#strength ⇒ Object
0-1 Ratio.
Method Summary
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 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
#extension ⇒ Object
0-* [ Extension ]
46 47 48 |
# File 'lib/fhir_models/fhir/resources/Medication.rb', line 46 def extension @extension end |
#id ⇒ Object
0-1 string
45 46 47 |
# File 'lib/fhir_models/fhir/resources/Medication.rb', line 45 def id @id end |
#isActive ⇒ Object
0-1 boolean
50 51 52 |
# File 'lib/fhir_models/fhir/resources/Medication.rb', line 50 def isActive @isActive end |
#itemCodeableConcept ⇒ Object
1-1 CodeableConcept
48 49 50 |
# File 'lib/fhir_models/fhir/resources/Medication.rb', line 48 def itemCodeableConcept @itemCodeableConcept end |
#itemReference ⇒ Object
1-1 Reference(Substance|Medication)
49 50 51 |
# File 'lib/fhir_models/fhir/resources/Medication.rb', line 49 def itemReference @itemReference end |
#modifierExtension ⇒ Object
0-* [ Extension ]
47 48 49 |
# File 'lib/fhir_models/fhir/resources/Medication.rb', line 47 def modifierExtension @modifierExtension end |
#strength ⇒ Object
0-1 Ratio
51 52 53 |
# File 'lib/fhir_models/fhir/resources/Medication.rb', line 51 def strength @strength end |