Class: FHIR::STU3::MedicationDispense::Substitution
- Inherits:
-
FHIR::STU3::Model
- Object
- FHIR::STU3::Model
- FHIR::STU3::MedicationDispense::Substitution
- Defined in:
- lib/fhir_stu3_models/fhir/resources/MedicationDispense.rb
Constant Summary collapse
- METADATA =
{ 'id' => {'type'=>'string', 'path'=>'Substitution.id', 'min'=>0, 'max'=>1}, 'extension' => {'type'=>'Extension', 'path'=>'Substitution.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'Substitution.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'wasSubstituted' => {'type'=>'boolean', 'path'=>'Substitution.wasSubstituted', 'min'=>1, 'max'=>1}, 'type' => {'valid_codes'=>{'http://hl7.org/fhir/v3/substanceAdminSubstitution'=>['E', 'EC', 'BC', 'G', 'TE', 'TB', 'TG', 'F', 'N']}, 'type'=>'CodeableConcept', 'path'=>'Substitution.type', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/v3-ActSubstanceAdminSubstitutionCode'}}, 'reason' => {'valid_codes'=>{'http://hl7.org/fhir/v3/ActReason'=>['CT', 'FP', 'OS', 'RR']}, 'type'=>'CodeableConcept', 'path'=>'Substitution.reason', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/v3-SubstanceAdminSubstitutionReason'}}, 'responsibleParty' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Practitioner'], 'type'=>'Reference', 'path'=>'Substitution.responsibleParty', 'min'=>0, 'max'=>Float::INFINITY} }
Instance Attribute Summary collapse
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#reason ⇒ Object
0-* [ CodeableConcept ].
-
#responsibleParty ⇒ Object
0-* [ Reference(Practitioner) ].
-
#type ⇒ Object
0-1 CodeableConcept.
-
#wasSubstituted ⇒ Object
1-1 boolean.
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::STU3::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::STU3::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FHIR::STU3::Model
Instance Attribute Details
#extension ⇒ Object
0-* [ Extension ]
86 87 88 |
# File 'lib/fhir_stu3_models/fhir/resources/MedicationDispense.rb', line 86 def extension @extension end |
#id ⇒ Object
0-1 string
85 86 87 |
# File 'lib/fhir_stu3_models/fhir/resources/MedicationDispense.rb', line 85 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
87 88 89 |
# File 'lib/fhir_stu3_models/fhir/resources/MedicationDispense.rb', line 87 def modifierExtension @modifierExtension end |
#reason ⇒ Object
0-* [ CodeableConcept ]
90 91 92 |
# File 'lib/fhir_stu3_models/fhir/resources/MedicationDispense.rb', line 90 def reason @reason end |
#responsibleParty ⇒ Object
0-* [ Reference(Practitioner) ]
91 92 93 |
# File 'lib/fhir_stu3_models/fhir/resources/MedicationDispense.rb', line 91 def responsibleParty @responsibleParty end |
#type ⇒ Object
0-1 CodeableConcept
89 90 91 |
# File 'lib/fhir_stu3_models/fhir/resources/MedicationDispense.rb', line 89 def type @type end |
#wasSubstituted ⇒ Object
1-1 boolean
88 89 90 |
# File 'lib/fhir_stu3_models/fhir/resources/MedicationDispense.rb', line 88 def wasSubstituted @wasSubstituted end |