Class: FHIR::DSTU2::EpisodeOfCare

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

Defined Under Namespace

Classes: CareTeam, StatusHistory

Constant Summary collapse

SEARCH_PARAMS =
['care-manager', 'condition', 'date', 'identifier', 'incomingreferral', 'organization', 'patient', 'status', 'team-member', 'type']
METADATA =
{
  'id' => { 'type' => 'id', 'path' => 'EpisodeOfCare.id', 'min' => 0, 'max' => 1 },
  'meta' => { 'type' => 'Meta', 'path' => 'EpisodeOfCare.meta', 'min' => 0, 'max' => 1 },
  'implicitRules' => { 'type' => 'uri', 'path' => 'EpisodeOfCare.implicitRules', 'min' => 0, 'max' => 1 },
  'language' => { 'type' => 'code', 'path' => 'EpisodeOfCare.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } },
  'text' => { 'type' => 'Narrative', 'path' => 'EpisodeOfCare.text', 'min' => 0, 'max' => 1 },
  'contained' => { 'type' => 'Resource', 'path' => 'EpisodeOfCare.contained', 'min' => 0, 'max' => Float::INFINITY },
  'extension' => { 'type' => 'Extension', 'path' => 'EpisodeOfCare.extension', 'min' => 0, 'max' => Float::INFINITY },
  'modifierExtension' => { 'type' => 'Extension', 'path' => 'EpisodeOfCare.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
  'identifier' => { 'type' => 'Identifier', 'path' => 'EpisodeOfCare.identifier', 'min' => 0, 'max' => Float::INFINITY },
  'status' => { 'valid_codes' => { 'http://hl7.org/fhir/episode-of-care-status' => ['planned', 'waitlist', 'active', 'onhold', 'finished', 'cancelled'] }, 'type' => 'code', 'path' => 'EpisodeOfCare.status', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/episode-of-care-status' } },
  'statusHistory' => { 'type' => 'EpisodeOfCare::StatusHistory', 'path' => 'EpisodeOfCare.statusHistory', 'min' => 0, 'max' => Float::INFINITY },
  'type' => { 'type' => 'CodeableConcept', 'path' => 'EpisodeOfCare.type', 'min' => 0, 'max' => Float::INFINITY, 'binding' => { 'strength' => 'example', 'uri' => nil } },
  'condition' => { 'type' => 'Reference', 'path' => 'EpisodeOfCare.condition', 'min' => 0, 'max' => Float::INFINITY },
  'patient' => { 'type' => 'Reference', 'path' => 'EpisodeOfCare.patient', 'min' => 1, 'max' => 1 },
  'managingOrganization' => { 'type' => 'Reference', 'path' => 'EpisodeOfCare.managingOrganization', 'min' => 0, 'max' => 1 },
  'period' => { 'type' => 'Period', 'path' => 'EpisodeOfCare.period', 'min' => 0, 'max' => 1 },
  'referralRequest' => { 'type' => 'Reference', 'path' => 'EpisodeOfCare.referralRequest', 'min' => 0, 'max' => Float::INFINITY },
  'careManager' => { 'type' => 'Reference', 'path' => 'EpisodeOfCare.careManager', 'min' => 0, 'max' => 1 },
  'careTeam' => { 'type' => 'EpisodeOfCare::CareTeam', 'path' => 'EpisodeOfCare.careTeam', 'min' => 0, '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, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #respond_to_missing?, #to_reference, #valid?, #validate, #validate_profile

Constructor Details

This class inherits a constructor from FHIR::DSTU2::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FHIR::DSTU2::Model

Instance Attribute Details

#careManagerObject

0-1 Reference()



90
91
92
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 90

def careManager
  @careManager
end

#careTeamObject

0-* [ EpisodeOfCare::CareTeam ]



91
92
93
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 91

def careTeam
  @careTeam
end

#conditionObject

0-* [ Reference() ]



85
86
87
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 85

def condition
  @condition
end

#containedObject

0-* [ Resource ]



78
79
80
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 78

def contained
  @contained
end

#extensionObject

0-* [ Extension ]



79
80
81
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 79

def extension
  @extension
end

#idObject

0-1 id



73
74
75
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 73

def id
  @id
end

#identifierObject

0-* [ Identifier ]



81
82
83
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 81

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



75
76
77
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 75

def implicitRules
  @implicitRules
end

#languageObject

0-1 code



76
77
78
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 76

def language
  @language
end

#managingOrganizationObject

0-1 Reference()



87
88
89
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 87

def managingOrganization
  @managingOrganization
end

#metaObject

0-1 Meta



74
75
76
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 74

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



80
81
82
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 80

def modifierExtension
  @modifierExtension
end

#patientObject

1-1 Reference()



86
87
88
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 86

def patient
  @patient
end

#periodObject

0-1 Period



88
89
90
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 88

def period
  @period
end

#referralRequestObject

0-* [ Reference() ]



89
90
91
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 89

def referralRequest
  @referralRequest
end

#statusObject

1-1 code



82
83
84
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 82

def status
  @status
end

#statusHistoryObject

0-* [ EpisodeOfCare::StatusHistory ]



83
84
85
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 83

def statusHistory
  @statusHistory
end

#textObject

0-1 Narrative



77
78
79
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 77

def text
  @text
end

#typeObject

0-* [ CodeableConcept ]



84
85
86
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 84

def type
  @type
end

Instance Method Details

#resourceTypeObject



93
94
95
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 93

def resourceType
  'EpisodeOfCare'
end