Class: FHIR::DSTU2::CarePlan

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

Defined Under Namespace

Classes: Activity, Participant, RelatedPlan

Constant Summary collapse

SEARCH_PARAMS =
['activitycode', 'activitydate', 'activityreference', 'condition', 'date', 'goal', 'participant', 'patient', 'performer', 'relatedcode', 'relatedplan', 'subject']
METADATA =
{
  'id' => { 'type' => 'id', 'path' => 'CarePlan.id', 'min' => 0, 'max' => 1 },
  'meta' => { 'type' => 'Meta', 'path' => 'CarePlan.meta', 'min' => 0, 'max' => 1 },
  'implicitRules' => { 'type' => 'uri', 'path' => 'CarePlan.implicitRules', 'min' => 0, 'max' => 1 },
  'language' => { 'type' => 'code', 'path' => 'CarePlan.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } },
  'text' => { 'type' => 'Narrative', 'path' => 'CarePlan.text', 'min' => 0, 'max' => 1 },
  'contained' => { 'type' => 'Resource', 'path' => 'CarePlan.contained', 'min' => 0, 'max' => Float::INFINITY },
  'extension' => { 'type' => 'Extension', 'path' => 'CarePlan.extension', 'min' => 0, 'max' => Float::INFINITY },
  'modifierExtension' => { 'type' => 'Extension', 'path' => 'CarePlan.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
  'identifier' => { 'type' => 'Identifier', 'path' => 'CarePlan.identifier', 'min' => 0, 'max' => Float::INFINITY },
  'subject' => { 'type' => 'Reference', 'path' => 'CarePlan.subject', 'min' => 0, 'max' => 1 },
  'status' => { 'valid_codes' => { 'http://hl7.org/fhir/care-plan-status' => ['proposed', 'draft', 'active', 'completed', 'cancelled'] }, 'type' => 'code', 'path' => 'CarePlan.status', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/care-plan-status' } },
  'context' => { 'type' => 'Reference', 'path' => 'CarePlan.context', 'min' => 0, 'max' => 1 },
  'period' => { 'type' => 'Period', 'path' => 'CarePlan.period', 'min' => 0, 'max' => 1 },
  'author' => { 'type' => 'Reference', 'path' => 'CarePlan.author', 'min' => 0, 'max' => Float::INFINITY },
  'modified' => { 'type' => 'dateTime', 'path' => 'CarePlan.modified', 'min' => 0, 'max' => 1 },
  'category' => { 'valid_codes' => { 'http://snomed.info/sct' => [] }, 'type' => 'CodeableConcept', 'path' => 'CarePlan.category', 'min' => 0, 'max' => Float::INFINITY, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/care-plan-category' } },
  'description' => { 'type' => 'string', 'path' => 'CarePlan.description', 'min' => 0, 'max' => 1 },
  'addresses' => { 'type' => 'Reference', 'path' => 'CarePlan.addresses', 'min' => 0, 'max' => Float::INFINITY },
  'support' => { 'type' => 'Reference', 'path' => 'CarePlan.support', 'min' => 0, 'max' => Float::INFINITY },
  'relatedPlan' => { 'type' => 'CarePlan::RelatedPlan', 'path' => 'CarePlan.relatedPlan', 'min' => 0, 'max' => Float::INFINITY },
  'participant' => { 'type' => 'CarePlan::Participant', 'path' => 'CarePlan.participant', 'min' => 0, 'max' => Float::INFINITY },
  'goal' => { 'type' => 'Reference', 'path' => 'CarePlan.goal', 'min' => 0, 'max' => Float::INFINITY },
  'activity' => { 'type' => 'CarePlan::Activity', 'path' => 'CarePlan.activity', 'min' => 0, 'max' => Float::INFINITY },
  'note' => { 'type' => 'Annotation', 'path' => 'CarePlan.note', '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, #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

#activityObject

0-* [ CarePlan::Activity ]



178
179
180
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 178

def activity
  @activity
end

#addressesObject

0-* [ Reference() ]



173
174
175
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 173

def addresses
  @addresses
end

#authorObject

0-* [ Reference() ]



169
170
171
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 169

def author
  @author
end

#categoryObject

0-* [ CodeableConcept ]



171
172
173
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 171

def category
  @category
end

#containedObject

0-* [ Resource ]



161
162
163
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 161

def contained
  @contained
end

#contextObject

0-1 Reference()



167
168
169
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 167

def context
  @context
end

#descriptionObject

0-1 string



172
173
174
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 172

def description
  @description
end

#extensionObject

0-* [ Extension ]



162
163
164
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 162

def extension
  @extension
end

#goalObject

0-* [ Reference() ]



177
178
179
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 177

def goal
  @goal
end

#idObject

0-1 id



156
157
158
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 156

def id
  @id
end

#identifierObject

0-* [ Identifier ]



164
165
166
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 164

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



158
159
160
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 158

def implicitRules
  @implicitRules
end

#languageObject

0-1 code



159
160
161
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 159

def language
  @language
end

#metaObject

0-1 Meta



157
158
159
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 157

def meta
  @meta
end

#modifiedObject

0-1 dateTime



170
171
172
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 170

def modified
  @modified
end

#modifierExtensionObject

0-* [ Extension ]



163
164
165
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 163

def modifierExtension
  @modifierExtension
end

#noteObject

0-1 Annotation



179
180
181
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 179

def note
  @note
end

#participantObject

0-* [ CarePlan::Participant ]



176
177
178
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 176

def participant
  @participant
end

#periodObject

0-1 Period



168
169
170
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 168

def period
  @period
end

#relatedPlanObject

0-* [ CarePlan::RelatedPlan ]



175
176
177
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 175

def relatedPlan
  @relatedPlan
end

#statusObject

1-1 code



166
167
168
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 166

def status
  @status
end

#subjectObject

0-1 Reference()



165
166
167
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 165

def subject
  @subject
end

#supportObject

0-* [ Reference() ]



174
175
176
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 174

def support
  @support
end

#textObject

0-1 Narrative



160
161
162
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 160

def text
  @text
end

Instance Method Details

#resourceTypeObject



181
182
183
# File 'lib/fhir_dstu2_models/fhir/resources/CarePlan.rb', line 181

def resourceType
  'CarePlan'
end