Class: FHIR::DSTU2::HealthcareService::NotAvailable
- Includes:
- FHIR::DSTU2::Hashable, Json, Xml
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/HealthcareService.rb
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'NotAvailable.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'NotAvailable.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'NotAvailable.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'description' => { 'type' => 'string', 'path' => 'NotAvailable.description', 'min' => 1, 'max' => 1 }, 'during' => { 'type' => 'Period', 'path' => 'NotAvailable.during', 'min' => 0, 'max' => 1 } }
Instance Attribute Summary collapse
-
#description ⇒ Object
1-1 string.
-
#during ⇒ Object
0-1 Period.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
Method Summary
Methods included from Xml
from_xml, #to_xml, valid?, validate
Methods included from Deprecate
Methods included from Json
Methods included from FHIR::DSTU2::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
#description ⇒ Object
1-1 string
102 103 104 |
# File 'lib/fhir_dstu2_models/fhir/resources/HealthcareService.rb', line 102 def description @description end |
#during ⇒ Object
0-1 Period
103 104 105 |
# File 'lib/fhir_dstu2_models/fhir/resources/HealthcareService.rb', line 103 def during @during end |
#extension ⇒ Object
0-* [ Extension ]
100 101 102 |
# File 'lib/fhir_dstu2_models/fhir/resources/HealthcareService.rb', line 100 def extension @extension end |
#id ⇒ Object
0-1 id
99 100 101 |
# File 'lib/fhir_dstu2_models/fhir/resources/HealthcareService.rb', line 99 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
101 102 103 |
# File 'lib/fhir_dstu2_models/fhir/resources/HealthcareService.rb', line 101 def modifierExtension @modifierExtension end |