Class: FHIR::ConceptMap::Group::Unmapped
- 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
-
#code ⇒ Object
0-1 code.
-
#display ⇒ Object
0-1 string.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#mode ⇒ Object
1-1 code.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#url ⇒ Object
0-1 canonical.
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, #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
#code ⇒ Object
0-1 code
153 154 155 |
# File 'lib/fhir_models/fhir/resources/ConceptMap.rb', line 153 def code @code end |
#display ⇒ Object
0-1 string
154 155 156 |
# File 'lib/fhir_models/fhir/resources/ConceptMap.rb', line 154 def display @display end |
#extension ⇒ Object
0-* [ Extension ]
150 151 152 |
# File 'lib/fhir_models/fhir/resources/ConceptMap.rb', line 150 def extension @extension end |
#id ⇒ Object
0-1 string
149 150 151 |
# File 'lib/fhir_models/fhir/resources/ConceptMap.rb', line 149 def id @id end |
#mode ⇒ Object
1-1 code
152 153 154 |
# File 'lib/fhir_models/fhir/resources/ConceptMap.rb', line 152 def mode @mode end |
#modifierExtension ⇒ Object
0-* [ Extension ]
151 152 153 |
# File 'lib/fhir_models/fhir/resources/ConceptMap.rb', line 151 def modifierExtension @modifierExtension end |
#url ⇒ Object
0-1 canonical
155 156 157 |
# File 'lib/fhir_models/fhir/resources/ConceptMap.rb', line 155 def url @url end |