Class: FHIR::EpisodeOfCare

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

Defined Under Namespace

Classes: Diagnosis, StatusHistory

Constant Summary collapse

SEARCH_PARAMS =
['date', 'identifier', 'patient', 'type', 'care-manager', 'condition', 'incoming-referral', 'organization', 'status']
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' => {'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'=>'EpisodeOfCare.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}},
  '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', 'entered-in-error']}, 'type'=>'code', 'path'=>'EpisodeOfCare.status', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/episode-of-care-status|4.0.0'}},
  'statusHistory' => {'type'=>'EpisodeOfCare::StatusHistory', 'path'=>'EpisodeOfCare.statusHistory', 'min'=>0, 'max'=>Float::INFINITY},
  'type' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/episodeofcare-type'=>['hacc', 'pac', 'diab', 'da', 'cacp']}, 'type'=>'CodeableConcept', 'path'=>'EpisodeOfCare.type', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/episodeofcare-type'}},
  'diagnosis' => {'type'=>'EpisodeOfCare::Diagnosis', 'path'=>'EpisodeOfCare.diagnosis', 'min'=>0, 'max'=>Float::INFINITY},
  'patient' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Patient'], 'type'=>'Reference', 'path'=>'EpisodeOfCare.patient', 'min'=>1, 'max'=>1},
  'managingOrganization' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'EpisodeOfCare.managingOrganization', 'min'=>0, 'max'=>1},
  'period' => {'type'=>'Period', 'path'=>'EpisodeOfCare.period', 'min'=>0, 'max'=>1},
  'referralRequest' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/ServiceRequest'], 'type'=>'Reference', 'path'=>'EpisodeOfCare.referralRequest', 'min'=>0, 'max'=>Float::INFINITY},
  'careManager' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole'], 'type'=>'Reference', 'path'=>'EpisodeOfCare.careManager', 'min'=>0, 'max'=>1},
  'team' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/CareTeam'], 'type'=>'Reference', 'path'=>'EpisodeOfCare.team', 'min'=>0, 'max'=>Float::INFINITY},
  'account' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Account'], 'type'=>'Reference', 'path'=>'EpisodeOfCare.account', '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, #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

#accountObject

0-* [ Reference(Account) ]



92
93
94
# File 'lib/fhir_models/fhir/resources/EpisodeOfCare.rb', line 92

def 
  @account
end

#careManagerObject

0-1 Reference(Practitioner|PractitionerRole)



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

def careManager
  @careManager
end

#containedObject

0-* [ Resource ]



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

def contained
  @contained
end

#diagnosisObject

0-* [ EpisodeOfCare::Diagnosis ]



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

def diagnosis
  @diagnosis
end

#extensionObject

0-* [ Extension ]



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

def extension
  @extension
end

#idObject

0-1 id



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

def id
  @id
end

#identifierObject

0-* [ Identifier ]



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

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



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

def implicitRules
  @implicitRules
end

#languageObject

0-1 code



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

def language
  @language
end

#managingOrganizationObject

0-1 Reference(Organization)



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

def managingOrganization
  @managingOrganization
end

#metaObject

0-1 Meta



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

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



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

def modifierExtension
  @modifierExtension
end

#patientObject

1-1 Reference(Patient)



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

def patient
  @patient
end

#periodObject

0-1 Period



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

def period
  @period
end

#referralRequestObject

0-* [ Reference(ServiceRequest) ]



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

def referralRequest
  @referralRequest
end

#statusObject

1-1 code



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

def status
  @status
end

#statusHistoryObject

0-* [ EpisodeOfCare::StatusHistory ]



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

def statusHistory
  @statusHistory
end

#teamObject

0-* [ Reference(CareTeam) ]



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

def team
  @team
end

#textObject

0-1 Narrative



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

def text
  @text
end

#typeObject

0-* [ CodeableConcept ]



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

def type
  @type
end

Instance Method Details

#resourceTypeObject



94
95
96
# File 'lib/fhir_models/fhir/resources/EpisodeOfCare.rb', line 94

def resourceType
  'EpisodeOfCare'
end