Class: FHIR::SubstanceReferenceInformation::Classification

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

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Classification.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Classification.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Classification.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'domain' => {'type'=>'CodeableConcept', 'path'=>'Classification.domain', 'min'=>0, 'max'=>1},
  'classification' => {'type'=>'CodeableConcept', 'path'=>'Classification.classification', 'min'=>0, 'max'=>1},
  'subtype' => {'type'=>'CodeableConcept', 'path'=>'Classification.subtype', 'min'=>0, 'max'=>Float::INFINITY},
  'source' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/DocumentReference'], 'type'=>'Reference', 'path'=>'Classification.source', 'min'=>0, 'max'=>Float::INFINITY}
}

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

#classificationObject

0-1 CodeableConcept



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

def classification
  @classification
end

#domainObject

0-1 CodeableConcept



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

def domain
  @domain
end

#extensionObject

0-* [ Extension ]



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

def extension
  @extension
end

#idObject

0-1 string



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

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



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

def modifierExtension
  @modifierExtension
end

#sourceObject

0-* [ Reference(DocumentReference) ]



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

def source
  @source
end

#subtypeObject

0-* [ CodeableConcept ]



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

def subtype
  @subtype
end