Class: FHIR::ResearchSubject

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

Constant Summary collapse

SEARCH_PARAMS =
['date', 'identifier', 'individual', 'patient', 'status', 'study']
METADATA =
{
  'id' => {'type'=>'id', 'path'=>'ResearchSubject.id', 'min'=>0, 'max'=>1},
  'meta' => {'type'=>'Meta', 'path'=>'ResearchSubject.meta', 'min'=>0, 'max'=>1},
  'implicitRules' => {'type'=>'uri', 'path'=>'ResearchSubject.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'=>'ResearchSubject.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}},
  'text' => {'type'=>'Narrative', 'path'=>'ResearchSubject.text', 'min'=>0, 'max'=>1},
  'contained' => {'type'=>'Resource', 'path'=>'ResearchSubject.contained', 'min'=>0, 'max'=>Float::INFINITY},
  'extension' => {'type'=>'Extension', 'path'=>'ResearchSubject.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'ResearchSubject.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'identifier' => {'type'=>'Identifier', 'path'=>'ResearchSubject.identifier', 'min'=>0, 'max'=>Float::INFINITY},
  'status' => {'valid_codes'=>{'http://hl7.org/fhir/research-subject-status'=>['candidate', 'eligible', 'follow-up', 'ineligible', 'not-registered', 'off-study', 'on-study', 'on-study-intervention', 'on-study-observation', 'pending-on-study', 'potential-candidate', 'screening', 'withdrawn']}, 'type'=>'code', 'path'=>'ResearchSubject.status', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/research-subject-status|4.0.0'}},
  'period' => {'type'=>'Period', 'path'=>'ResearchSubject.period', 'min'=>0, 'max'=>1},
  'study' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/ResearchStudy'], 'type'=>'Reference', 'path'=>'ResearchSubject.study', 'min'=>1, 'max'=>1},
  'individual' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Patient'], 'type'=>'Reference', 'path'=>'ResearchSubject.individual', 'min'=>1, 'max'=>1},
  'assignedArm' => {'type'=>'string', 'path'=>'ResearchSubject.assignedArm', 'min'=>0, 'max'=>1},
  'actualArm' => {'type'=>'string', 'path'=>'ResearchSubject.actualArm', 'min'=>0, 'max'=>1},
  'consent' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Consent'], 'type'=>'Reference', 'path'=>'ResearchSubject.consent', 'min'=>0, 'max'=>1}
}

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

#actualArmObject

0-1 string



41
42
43
# File 'lib/fhir_models/fhir/resources/ResearchSubject.rb', line 41

def actualArm
  @actualArm
end

#assignedArmObject

0-1 string



40
41
42
# File 'lib/fhir_models/fhir/resources/ResearchSubject.rb', line 40

def assignedArm
  @assignedArm
end

0-1 Reference(Consent)



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

def consent
  @consent
end

#containedObject

0-* [ Resource ]



32
33
34
# File 'lib/fhir_models/fhir/resources/ResearchSubject.rb', line 32

def contained
  @contained
end

#extensionObject

0-* [ Extension ]



33
34
35
# File 'lib/fhir_models/fhir/resources/ResearchSubject.rb', line 33

def extension
  @extension
end

#idObject

0-1 id



27
28
29
# File 'lib/fhir_models/fhir/resources/ResearchSubject.rb', line 27

def id
  @id
end

#identifierObject

0-* [ Identifier ]



35
36
37
# File 'lib/fhir_models/fhir/resources/ResearchSubject.rb', line 35

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



29
30
31
# File 'lib/fhir_models/fhir/resources/ResearchSubject.rb', line 29

def implicitRules
  @implicitRules
end

#individualObject

1-1 Reference(Patient)



39
40
41
# File 'lib/fhir_models/fhir/resources/ResearchSubject.rb', line 39

def individual
  @individual
end

#languageObject

0-1 code



30
31
32
# File 'lib/fhir_models/fhir/resources/ResearchSubject.rb', line 30

def language
  @language
end

#metaObject

0-1 Meta



28
29
30
# File 'lib/fhir_models/fhir/resources/ResearchSubject.rb', line 28

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



34
35
36
# File 'lib/fhir_models/fhir/resources/ResearchSubject.rb', line 34

def modifierExtension
  @modifierExtension
end

#periodObject

0-1 Period



37
38
39
# File 'lib/fhir_models/fhir/resources/ResearchSubject.rb', line 37

def period
  @period
end

#statusObject

1-1 code



36
37
38
# File 'lib/fhir_models/fhir/resources/ResearchSubject.rb', line 36

def status
  @status
end

#studyObject

1-1 Reference(ResearchStudy)



38
39
40
# File 'lib/fhir_models/fhir/resources/ResearchSubject.rb', line 38

def study
  @study
end

#textObject

0-1 Narrative



31
32
33
# File 'lib/fhir_models/fhir/resources/ResearchSubject.rb', line 31

def text
  @text
end

Instance Method Details

#resourceTypeObject



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

def resourceType
  'ResearchSubject'
end