Class: FHIR::Population

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

Constant Summary collapse

MULTIPLE_TYPES =
{
  'age' => ['Range', 'CodeableConcept']
}
SEARCH_PARAMS =
[]
METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Population.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Population.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Population.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'ageRange' => {'type'=>'Range', 'path'=>'Population.age[x]', 'min'=>0, 'max'=>1},
  'ageCodeableConcept' => {'type'=>'CodeableConcept', 'path'=>'Population.age[x]', 'min'=>0, 'max'=>1},
  'gender' => {'type'=>'CodeableConcept', 'path'=>'Population.gender', 'min'=>0, 'max'=>1},
  'race' => {'type'=>'CodeableConcept', 'path'=>'Population.race', 'min'=>0, 'max'=>1},
  'physiologicalCondition' => {'type'=>'CodeableConcept', 'path'=>'Population.physiologicalCondition', '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

#ageCodeableConceptObject

0-1 CodeableConcept



26
27
28
# File 'lib/fhir_models/fhir/types/Population.rb', line 26

def ageCodeableConcept
  @ageCodeableConcept
end

#ageRangeObject

0-1 Range



25
26
27
# File 'lib/fhir_models/fhir/types/Population.rb', line 25

def ageRange
  @ageRange
end

#extensionObject

0-* [ Extension ]



23
24
25
# File 'lib/fhir_models/fhir/types/Population.rb', line 23

def extension
  @extension
end

#genderObject

0-1 CodeableConcept



27
28
29
# File 'lib/fhir_models/fhir/types/Population.rb', line 27

def gender
  @gender
end

#idObject

0-1 string



22
23
24
# File 'lib/fhir_models/fhir/types/Population.rb', line 22

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



24
25
26
# File 'lib/fhir_models/fhir/types/Population.rb', line 24

def modifierExtension
  @modifierExtension
end

#physiologicalConditionObject

0-1 CodeableConcept



29
30
31
# File 'lib/fhir_models/fhir/types/Population.rb', line 29

def physiologicalCondition
  @physiologicalCondition
end

#raceObject

0-1 CodeableConcept



28
29
30
# File 'lib/fhir_models/fhir/types/Population.rb', line 28

def race
  @race
end