Class: FHIR::GraphDefinition::Link::Target::Compartment

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
Defined in:
lib/fhir_models/fhir/resources/GraphDefinition.rb

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Compartment.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Compartment.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Compartment.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'use' => {'valid_codes'=>{'http://hl7.org/fhir/graph-compartment-use'=>['condition', 'requirement']}, 'type'=>'code', 'path'=>'Compartment.use', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/graph-compartment-use|4.0.0'}},
  'code' => {'valid_codes'=>{'http://hl7.org/fhir/compartment-type'=>['Patient', 'Encounter', 'RelatedPerson', 'Practitioner', 'Device']}, 'type'=>'code', 'path'=>'Compartment.code', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/compartment-type|4.0.0'}},
  'rule' => {'valid_codes'=>{'http://hl7.org/fhir/graph-compartment-rule'=>['identical', 'matching', 'different', 'custom']}, 'type'=>'code', 'path'=>'Compartment.rule', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/graph-compartment-rule|4.0.0'}},
  'expression' => {'type'=>'string', 'path'=>'Compartment.expression', 'min'=>0, 'max'=>1},
  'description' => {'type'=>'string', 'path'=>'Compartment.description', 'min'=>0, 'max'=>1}
}

Instance Attribute Summary collapse

Method Summary

Methods included from Xml

from_xml, #to_xml, valid?, validate

Methods included from Deprecate

#deprecate

Methods included from Json

from_json, #to_json

Methods included from Hashable

#from_hash, #to_hash

Methods inherited from 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

#codeObject

1-1 code



87
88
89
# File 'lib/fhir_models/fhir/resources/GraphDefinition.rb', line 87

def code
  @code
end

#descriptionObject

0-1 string



90
91
92
# File 'lib/fhir_models/fhir/resources/GraphDefinition.rb', line 90

def description
  @description
end

#expressionObject

0-1 string



89
90
91
# File 'lib/fhir_models/fhir/resources/GraphDefinition.rb', line 89

def expression
  @expression
end

#extensionObject

0-* [ Extension ]



84
85
86
# File 'lib/fhir_models/fhir/resources/GraphDefinition.rb', line 84

def extension
  @extension
end

#idObject

0-1 string



83
84
85
# File 'lib/fhir_models/fhir/resources/GraphDefinition.rb', line 83

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



85
86
87
# File 'lib/fhir_models/fhir/resources/GraphDefinition.rb', line 85

def modifierExtension
  @modifierExtension
end

#ruleObject

1-1 code



88
89
90
# File 'lib/fhir_models/fhir/resources/GraphDefinition.rb', line 88

def rule
  @rule
end

#useObject

1-1 code



86
87
88
# File 'lib/fhir_models/fhir/resources/GraphDefinition.rb', line 86

def use
  @use
end