Class: FHIR::DSTU2::Timing
- Defined in:
- lib/fhir_dstu2_models/fhir/types/Timing.rb
Defined Under Namespace
Classes: Repeat
Constant Summary collapse
- SEARCH_PARAMS =
METADATA = { 'id' => { 'type' => 'id', 'path' => 'Timing.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Timing.extension', 'min' => 0, 'max' => Float::INFINITY }, 'event' => { 'type' => 'dateTime', 'path' => 'Timing.event', 'min' => 0, 'max' => Float::INFINITY }, 'repeat' => { 'type' => 'Timing::Repeat', 'path' => 'Timing.repeat', 'min' => 0, 'max' => 1 }, 'code' => { 'valid_codes' => { 'http://hl7.org/fhir/timing-abbreviation' => ['QD', 'QOD', 'Q4H', 'Q6H'], 'http://hl7.org/fhir/v3/GTSAbbreviation' => ['AM', 'BID', 'JB', 'JE', 'JH', '_GTSAbbreviationHolidaysChristianRoman', 'JHCHREAS', 'JHCHRGFR', 'JHCHRNEW', 'JHCHRPEN', 'JHCHRXME', 'JHCHRXMS', 'JHNNL', 'JHNNLLD', 'JHNNLQD', 'JHNNLSK', 'JHNUS', 'JHNUSCLM', 'JHNUSIND', 'JHNUSIND1', 'JHNUSIND5', 'JHNUSLBR', 'JHNUSMEM', 'JHNUSMEM5', 'JHNUSMEM6', 'JHNUSMLK', 'JHNUSPRE', 'JHNUSTKS', 'JHNUSTKS5', 'JHNUSVET', 'PM', 'QID', 'TID'] }, 'type' => 'CodeableConcept', 'path' => 'Timing.code', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'preferred', 'uri' => 'http://hl7.org/fhir/ValueSet/timing-abbreviation' } } }
Instance Attribute Summary collapse
-
#code ⇒ Object
0-1 CodeableConcept.
-
#event ⇒ Object
0-* [ dateTime ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#repeat ⇒ Object
0-1 Timing::Repeat.
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 Model
#==, #attribute_mismatch, #compare_attribute, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #respond_to_missing?, #to_reference, #valid?, #validate, #validate_profile
Constructor Details
This class inherits a constructor from FHIR::DSTU2::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FHIR::DSTU2::Model
Instance Attribute Details
#code ⇒ Object
0-1 CodeableConcept
64 65 66 |
# File 'lib/fhir_dstu2_models/fhir/types/Timing.rb', line 64 def code @code end |
#event ⇒ Object
0-* [ dateTime ]
62 63 64 |
# File 'lib/fhir_dstu2_models/fhir/types/Timing.rb', line 62 def event @event end |
#extension ⇒ Object
0-* [ Extension ]
61 62 63 |
# File 'lib/fhir_dstu2_models/fhir/types/Timing.rb', line 61 def extension @extension end |
#id ⇒ Object
0-1 id
60 61 62 |
# File 'lib/fhir_dstu2_models/fhir/types/Timing.rb', line 60 def id @id end |
#repeat ⇒ Object
0-1 Timing::Repeat
63 64 65 |
# File 'lib/fhir_dstu2_models/fhir/types/Timing.rb', line 63 def repeat @repeat end |