Class: FHIR::DSTU2::Conformance::Document
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/Conformance.rb
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Document.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Document.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Document.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'mode' => { 'valid_codes' => { 'http://hl7.org/fhir/document-mode' => ['producer', 'consumer'] }, 'type' => 'code', 'path' => 'Document.mode', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/document-mode' } }, 'documentation' => { 'type' => 'string', 'path' => 'Document.documentation', 'min' => 0, 'max' => 1 }, 'profile' => { 'type' => 'Reference', 'path' => 'Document.profile', 'min' => 1, 'max' => 1 } }
Instance Attribute Summary collapse
-
#documentation ⇒ Object
0-1 string.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#mode ⇒ Object
1-1 code.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#profile ⇒ Object
1-1 Reference().
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
#documentation ⇒ Object
0-1 string
403 404 405 |
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 403 def documentation @documentation end |
#extension ⇒ Object
0-* [ Extension ]
400 401 402 |
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 400 def extension @extension end |
#id ⇒ Object
0-1 id
399 400 401 |
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 399 def id @id end |
#mode ⇒ Object
1-1 code
402 403 404 |
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 402 def mode @mode end |
#modifierExtension ⇒ Object
0-* [ Extension ]
401 402 403 |
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 401 def modifierExtension @modifierExtension end |
#profile ⇒ Object
1-1 Reference()
404 405 406 |
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 404 def profile @profile end |