Class: FHIR::Linkage

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

Defined Under Namespace

Classes: Item

Constant Summary collapse

SEARCH_PARAMS =
['author', 'item', 'source']
METADATA =
{
  'id' => {'type'=>'id', 'path'=>'Linkage.id', 'min'=>0, 'max'=>1},
  'meta' => {'type'=>'Meta', 'path'=>'Linkage.meta', 'min'=>0, 'max'=>1},
  'implicitRules' => {'type'=>'uri', 'path'=>'Linkage.implicitRules', 'min'=>0, 'max'=>1},
  'language' => {'valid_codes'=>{'urn:ietf:bcp:47'=>['ar', 'bn', 'cs', 'da', 'de', 'de-AT', 'de-CH', 'de-DE', 'el', 'en', 'en-AU', 'en-CA', 'en-GB', 'en-IN', 'en-NZ', 'en-SG', 'en-US', 'es', 'es-AR', 'es-ES', 'es-UY', 'fi', 'fr', 'fr-BE', 'fr-CH', 'fr-FR', 'fy', 'fy-NL', 'hi', 'hr', 'it', 'it-CH', 'it-IT', 'ja', 'ko', 'nl', 'nl-BE', 'nl-NL', 'no', 'no-NO', 'pa', 'pl', 'pt', 'pt-BR', 'ru', 'ru-RU', 'sr', 'sr-RS', 'sv', 'sv-SE', 'te', 'zh', 'zh-CN', 'zh-HK', 'zh-SG', 'zh-TW']}, 'type'=>'code', 'path'=>'Linkage.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}},
  'text' => {'type'=>'Narrative', 'path'=>'Linkage.text', 'min'=>0, 'max'=>1},
  'contained' => {'type'=>'Resource', 'path'=>'Linkage.contained', 'min'=>0, 'max'=>Float::INFINITY},
  'extension' => {'type'=>'Extension', 'path'=>'Linkage.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Linkage.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'active' => {'type'=>'boolean', 'path'=>'Linkage.active', 'min'=>0, 'max'=>1},
  'author' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'Linkage.author', 'min'=>0, 'max'=>1},
  'item' => {'type'=>'Linkage::Item', 'path'=>'Linkage.item', 'min'=>1, 'max'=>Float::INFINITY}
}

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#activeObject

0-1 boolean



50
51
52
# File 'lib/fhir_models/fhir/resources/Linkage.rb', line 50

def active
  @active
end

#authorObject

0-1 Reference(Practitioner|PractitionerRole|Organization)



51
52
53
# File 'lib/fhir_models/fhir/resources/Linkage.rb', line 51

def author
  @author
end

#containedObject

0-* [ Resource ]



47
48
49
# File 'lib/fhir_models/fhir/resources/Linkage.rb', line 47

def contained
  @contained
end

#extensionObject

0-* [ Extension ]



48
49
50
# File 'lib/fhir_models/fhir/resources/Linkage.rb', line 48

def extension
  @extension
end

#idObject

0-1 id



42
43
44
# File 'lib/fhir_models/fhir/resources/Linkage.rb', line 42

def id
  @id
end

#implicitRulesObject

0-1 uri



44
45
46
# File 'lib/fhir_models/fhir/resources/Linkage.rb', line 44

def implicitRules
  @implicitRules
end

#itemObject

1-* [ Linkage::Item ]



52
53
54
# File 'lib/fhir_models/fhir/resources/Linkage.rb', line 52

def item
  @item
end

#languageObject

0-1 code



45
46
47
# File 'lib/fhir_models/fhir/resources/Linkage.rb', line 45

def language
  @language
end

#metaObject

0-1 Meta



43
44
45
# File 'lib/fhir_models/fhir/resources/Linkage.rb', line 43

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



49
50
51
# File 'lib/fhir_models/fhir/resources/Linkage.rb', line 49

def modifierExtension
  @modifierExtension
end

#textObject

0-1 Narrative



46
47
48
# File 'lib/fhir_models/fhir/resources/Linkage.rb', line 46

def text
  @text
end

Instance Method Details

#resourceTypeObject



54
55
56
# File 'lib/fhir_models/fhir/resources/Linkage.rb', line 54

def resourceType
  'Linkage'
end