Class: FHIR::ConceptMap::Group::Unmapped

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

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Unmapped.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Unmapped.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Unmapped.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'mode' => {'valid_codes'=>{'http://hl7.org/fhir/conceptmap-unmapped-mode'=>['provided', 'fixed', 'other-map']}, 'type'=>'code', 'path'=>'Unmapped.mode', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/conceptmap-unmapped-mode|4.0.0'}},
  'code' => {'type'=>'code', 'path'=>'Unmapped.code', 'min'=>0, 'max'=>1},
  'display' => {'type'=>'string', 'path'=>'Unmapped.display', 'min'=>0, 'max'=>1},
  'url' => {'type'=>'canonical', 'path'=>'Unmapped.url', '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

0-1 code



153
154
155
# File 'lib/fhir_models/fhir/resources/ConceptMap.rb', line 153

def code
  @code
end

#displayObject

0-1 string



154
155
156
# File 'lib/fhir_models/fhir/resources/ConceptMap.rb', line 154

def display
  @display
end

#extensionObject

0-* [ Extension ]



150
151
152
# File 'lib/fhir_models/fhir/resources/ConceptMap.rb', line 150

def extension
  @extension
end

#idObject

0-1 string



149
150
151
# File 'lib/fhir_models/fhir/resources/ConceptMap.rb', line 149

def id
  @id
end

#modeObject

1-1 code



152
153
154
# File 'lib/fhir_models/fhir/resources/ConceptMap.rb', line 152

def mode
  @mode
end

#modifierExtensionObject

0-* [ Extension ]



151
152
153
# File 'lib/fhir_models/fhir/resources/ConceptMap.rb', line 151

def modifierExtension
  @modifierExtension
end

#urlObject

0-1 canonical



155
156
157
# File 'lib/fhir_models/fhir/resources/ConceptMap.rb', line 155

def url
  @url
end