Class: FHIR::List

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

Defined Under Namespace

Classes: Entry

Constant Summary collapse

SEARCH_PARAMS =
['code', 'date', 'identifier', 'patient', 'encounter', 'empty-reason', 'item', 'notes', 'source', 'status', 'subject', 'title']
METADATA =
{
  'id' => {'type'=>'id', 'path'=>'List.id', 'min'=>0, 'max'=>1},
  'meta' => {'type'=>'Meta', 'path'=>'List.meta', 'min'=>0, 'max'=>1},
  'implicitRules' => {'type'=>'uri', 'path'=>'List.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'=>'List.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}},
  'text' => {'type'=>'Narrative', 'path'=>'List.text', 'min'=>0, 'max'=>1},
  'contained' => {'type'=>'Resource', 'path'=>'List.contained', 'min'=>0, 'max'=>Float::INFINITY},
  'extension' => {'type'=>'Extension', 'path'=>'List.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'List.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'identifier' => {'type'=>'Identifier', 'path'=>'List.identifier', 'min'=>0, 'max'=>Float::INFINITY},
  'status' => {'valid_codes'=>{'http://hl7.org/fhir/list-status'=>['current', 'retired', 'entered-in-error']}, 'type'=>'code', 'path'=>'List.status', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/list-status|4.0.0'}},
  'mode' => {'valid_codes'=>{'http://hl7.org/fhir/list-mode'=>['working', 'snapshot', 'changes']}, 'type'=>'code', 'path'=>'List.mode', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/list-mode|4.0.0'}},
  'title' => {'type'=>'string', 'path'=>'List.title', 'min'=>0, 'max'=>1},
  'code' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/list-example-use-codes'=>['alerts', 'adverserxns', 'allergies', 'medications', 'problems', 'worklist', 'waiting', 'protocols', 'plans']}, 'type'=>'CodeableConcept', 'path'=>'List.code', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/list-example-codes'}},
  'subject' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Location'], 'type'=>'Reference', 'path'=>'List.subject', 'min'=>0, 'max'=>1},
  'encounter' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Encounter'], 'type'=>'Reference', 'path'=>'List.encounter', 'min'=>0, 'max'=>1},
  'date' => {'type'=>'dateTime', 'path'=>'List.date', 'min'=>0, 'max'=>1},
  'source' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Device'], 'type'=>'Reference', 'path'=>'List.source', 'min'=>0, 'max'=>1},
  'orderedBy' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/list-order'=>['user', 'system', 'event-date', 'entry-date', 'priority', 'alphabetic', 'category', 'patient']}, 'type'=>'CodeableConcept', 'path'=>'List.orderedBy', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/list-order'}},
  'note' => {'type'=>'Annotation', 'path'=>'List.note', 'min'=>0, 'max'=>Float::INFINITY},
  'entry' => {'type'=>'List::Entry', 'path'=>'List.entry', 'min'=>0, 'max'=>Float::INFINITY},
  'emptyReason' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/list-empty-reason'=>['nilknown', 'notasked', 'withheld', 'unavailable', 'notstarted', 'closed']}, 'type'=>'CodeableConcept', 'path'=>'List.emptyReason', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/list-empty-reason'}}
}

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

#codeObject

0-1 CodeableConcept



68
69
70
# File 'lib/fhir_models/fhir/resources/List.rb', line 68

def code
  @code
end

#containedObject

0-* [ Resource ]



61
62
63
# File 'lib/fhir_models/fhir/resources/List.rb', line 61

def contained
  @contained
end

#dateObject

0-1 dateTime



71
72
73
# File 'lib/fhir_models/fhir/resources/List.rb', line 71

def date
  @date
end

#emptyReasonObject

0-1 CodeableConcept



76
77
78
# File 'lib/fhir_models/fhir/resources/List.rb', line 76

def emptyReason
  @emptyReason
end

#encounterObject

0-1 Reference(Encounter)



70
71
72
# File 'lib/fhir_models/fhir/resources/List.rb', line 70

def encounter
  @encounter
end

#entryObject

0-* [ List::Entry ]



75
76
77
# File 'lib/fhir_models/fhir/resources/List.rb', line 75

def entry
  @entry
end

#extensionObject

0-* [ Extension ]



62
63
64
# File 'lib/fhir_models/fhir/resources/List.rb', line 62

def extension
  @extension
end

#idObject

0-1 id



56
57
58
# File 'lib/fhir_models/fhir/resources/List.rb', line 56

def id
  @id
end

#identifierObject

0-* [ Identifier ]



64
65
66
# File 'lib/fhir_models/fhir/resources/List.rb', line 64

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



58
59
60
# File 'lib/fhir_models/fhir/resources/List.rb', line 58

def implicitRules
  @implicitRules
end

#languageObject

0-1 code



59
60
61
# File 'lib/fhir_models/fhir/resources/List.rb', line 59

def language
  @language
end

#metaObject

0-1 Meta



57
58
59
# File 'lib/fhir_models/fhir/resources/List.rb', line 57

def meta
  @meta
end

#modeObject

1-1 code



66
67
68
# File 'lib/fhir_models/fhir/resources/List.rb', line 66

def mode
  @mode
end

#modifierExtensionObject

0-* [ Extension ]



63
64
65
# File 'lib/fhir_models/fhir/resources/List.rb', line 63

def modifierExtension
  @modifierExtension
end

#noteObject

0-* [ Annotation ]



74
75
76
# File 'lib/fhir_models/fhir/resources/List.rb', line 74

def note
  @note
end

#orderedByObject

0-1 CodeableConcept



73
74
75
# File 'lib/fhir_models/fhir/resources/List.rb', line 73

def orderedBy
  @orderedBy
end

#sourceObject

0-1 Reference(Practitioner|PractitionerRole|Patient|Device)



72
73
74
# File 'lib/fhir_models/fhir/resources/List.rb', line 72

def source
  @source
end

#statusObject

1-1 code



65
66
67
# File 'lib/fhir_models/fhir/resources/List.rb', line 65

def status
  @status
end

#subjectObject

0-1 Reference(Patient|Group|Device|Location)



69
70
71
# File 'lib/fhir_models/fhir/resources/List.rb', line 69

def subject
  @subject
end

#textObject

0-1 Narrative



60
61
62
# File 'lib/fhir_models/fhir/resources/List.rb', line 60

def text
  @text
end

#titleObject

0-1 string



67
68
69
# File 'lib/fhir_models/fhir/resources/List.rb', line 67

def title
  @title
end

Instance Method Details

#resourceTypeObject



78
79
80
# File 'lib/fhir_models/fhir/resources/List.rb', line 78

def resourceType
  'List'
end