Class: FHIR::MedicationKnowledge::AdministrationGuidelines::PatientCharacteristics
- Inherits:
-
FHIR::Model
- Object
- FHIR::Model
- FHIR::MedicationKnowledge::AdministrationGuidelines::PatientCharacteristics
- Defined in:
- lib/fhir_models/fhir/resources/MedicationKnowledge.rb
Constant Summary collapse
- MULTIPLE_TYPES =
{ 'characteristic' => ['CodeableConcept', 'Quantity'] }
- METADATA =
{ 'id' => {'type'=>'string', 'path'=>'PatientCharacteristics.id', 'min'=>0, 'max'=>1}, 'extension' => {'type'=>'Extension', 'path'=>'PatientCharacteristics.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'PatientCharacteristics.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'characteristicCodeableConcept' => {'type'=>'CodeableConcept', 'path'=>'PatientCharacteristics.characteristic[x]', 'min'=>1, 'max'=>1}, 'characteristicQuantity' => {'type'=>'Quantity', 'path'=>'PatientCharacteristics.characteristic[x]', 'min'=>1, 'max'=>1}, 'value' => {'type'=>'string', 'path'=>'PatientCharacteristics.value', 'min'=>0, 'max'=>Float::INFINITY} }
Instance Attribute Summary collapse
-
#characteristicCodeableConcept ⇒ Object
1-1 CodeableConcept.
-
#characteristicQuantity ⇒ Object
1-1 Quantity.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#value ⇒ Object
0-* [ string ].
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
#characteristicCodeableConcept ⇒ Object
1-1 CodeableConcept
208 209 210 |
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 208 def characteristicCodeableConcept @characteristicCodeableConcept end |
#characteristicQuantity ⇒ Object
1-1 Quantity
209 210 211 |
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 209 def characteristicQuantity @characteristicQuantity end |
#extension ⇒ Object
0-* [ Extension ]
206 207 208 |
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 206 def extension @extension end |
#id ⇒ Object
0-1 string
205 206 207 |
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 205 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
207 208 209 |
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 207 def modifierExtension @modifierExtension end |
#value ⇒ Object
0-* [ string ]
210 211 212 |
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 210 def value @value end |