Class: FHIR::DSTU2::EpisodeOfCare
- 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
-
#careManager ⇒ Object
0-1 Reference().
-
#careTeam ⇒ Object
0-* [ EpisodeOfCare::CareTeam ].
-
#condition ⇒ Object
0-* [ Reference() ].
-
#contained ⇒ Object
0-* [ Resource ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#identifier ⇒ Object
0-* [ Identifier ].
-
#implicitRules ⇒ Object
0-1 uri.
-
#language ⇒ Object
0-1 code.
-
#managingOrganization ⇒ Object
0-1 Reference().
-
#meta ⇒ Object
0-1 Meta.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#patient ⇒ Object
1-1 Reference().
-
#period ⇒ Object
0-1 Period.
-
#referralRequest ⇒ Object
0-* [ Reference() ].
-
#status ⇒ Object
1-1 code.
-
#statusHistory ⇒ Object
0-* [ EpisodeOfCare::StatusHistory ].
-
#text ⇒ Object
0-1 Narrative.
-
#type ⇒ Object
0-* [ CodeableConcept ].
Instance Method Summary collapse
Methods included from Xml
from_xml, #to_xml, valid?, validate
Methods included from Deprecate
Methods included from Json
Methods included from Hashable
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
#careManager ⇒ Object
0-1 Reference()
90 91 92 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 90 def careManager @careManager end |
#careTeam ⇒ Object
0-* [ EpisodeOfCare::CareTeam ]
91 92 93 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 91 def careTeam @careTeam end |
#condition ⇒ Object
0-* [ Reference() ]
85 86 87 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 85 def condition @condition end |
#contained ⇒ Object
0-* [ Resource ]
78 79 80 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 78 def contained @contained end |
#extension ⇒ Object
0-* [ Extension ]
79 80 81 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 79 def extension @extension end |
#id ⇒ Object
0-1 id
73 74 75 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 73 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
81 82 83 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 81 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
75 76 77 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 75 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
76 77 78 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 76 def language @language end |
#managingOrganization ⇒ Object
0-1 Reference()
87 88 89 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 87 def managingOrganization @managingOrganization end |
#meta ⇒ Object
0-1 Meta
74 75 76 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 74 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
80 81 82 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 80 def modifierExtension @modifierExtension end |
#patient ⇒ Object
1-1 Reference()
86 87 88 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 86 def patient @patient end |
#period ⇒ Object
0-1 Period
88 89 90 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 88 def period @period end |
#referralRequest ⇒ Object
0-* [ Reference() ]
89 90 91 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 89 def referralRequest @referralRequest end |
#status ⇒ Object
1-1 code
82 83 84 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 82 def status @status end |
#statusHistory ⇒ Object
0-* [ EpisodeOfCare::StatusHistory ]
83 84 85 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 83 def statusHistory @statusHistory end |
#text ⇒ Object
0-1 Narrative
77 78 79 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 77 def text @text end |
#type ⇒ Object
0-* [ CodeableConcept ]
84 85 86 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 84 def type @type end |
Instance Method Details
#resourceType ⇒ Object
93 94 95 |
# File 'lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb', line 93 def resourceType 'EpisodeOfCare' end |