Class: FHIR::AppointmentResponse

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

Constant Summary collapse

SEARCH_PARAMS =
['actor', 'appointment', 'identifier', 'location', 'part-status', 'patient', 'practitioner']
METADATA =
{
  'id' => {'type'=>'id', 'path'=>'AppointmentResponse.id', 'min'=>0, 'max'=>1},
  'meta' => {'type'=>'Meta', 'path'=>'AppointmentResponse.meta', 'min'=>0, 'max'=>1},
  'implicitRules' => {'type'=>'uri', 'path'=>'AppointmentResponse.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'=>'AppointmentResponse.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}},
  'text' => {'type'=>'Narrative', 'path'=>'AppointmentResponse.text', 'min'=>0, 'max'=>1},
  'contained' => {'type'=>'Resource', 'path'=>'AppointmentResponse.contained', 'min'=>0, 'max'=>Float::INFINITY},
  'extension' => {'type'=>'Extension', 'path'=>'AppointmentResponse.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'AppointmentResponse.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'identifier' => {'type'=>'Identifier', 'path'=>'AppointmentResponse.identifier', 'min'=>0, 'max'=>Float::INFINITY},
  'appointment' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Appointment'], 'type'=>'Reference', 'path'=>'AppointmentResponse.appointment', 'min'=>1, 'max'=>1},
  'start' => {'type'=>'instant', 'path'=>'AppointmentResponse.start', 'min'=>0, 'max'=>1},
  'end' => {'type'=>'instant', 'path'=>'AppointmentResponse.end', 'min'=>0, 'max'=>1},
  'participantType' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/v3-ParticipationType'=>['ADM', 'ATND', 'CALLBCK', 'CON', 'DIS', 'ESC', 'REF', 'SPRF', 'PPRF', 'PART'], 'http://terminology.hl7.org/CodeSystem/participant-type'=>['translator', 'emergency']}, 'type'=>'CodeableConcept', 'path'=>'AppointmentResponse.participantType', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'extensible', 'uri'=>'http://hl7.org/fhir/ValueSet/encounter-participant-type'}},
  'actor' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/HealthcareService', 'http://hl7.org/fhir/StructureDefinition/Location'], 'type'=>'Reference', 'path'=>'AppointmentResponse.actor', 'min'=>0, 'max'=>1},
  'participantStatus' => {'valid_codes'=>{'http://hl7.org/fhir/participationstatus'=>['accepted', 'declined', 'tentative', 'needs-action']}, 'type'=>'code', 'path'=>'AppointmentResponse.participantStatus', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/participationstatus|4.0.0'}},
  'comment' => {'type'=>'string', 'path'=>'AppointmentResponse.comment', '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, #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

#actorObject

0-1 Reference(Patient|Practitioner|PractitionerRole|RelatedPerson|Device|HealthcareService|Location)



40
41
42
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 40

def actor
  @actor
end

#appointmentObject

1-1 Reference(Appointment)



36
37
38
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 36

def appointment
  @appointment
end

#commentObject

0-1 string



42
43
44
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 42

def comment
  @comment
end

#containedObject

0-* [ Resource ]



32
33
34
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 32

def contained
  @contained
end

#endObject

0-1 instant



38
39
40
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 38

def end
  @end
end

#extensionObject

0-* [ Extension ]



33
34
35
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 33

def extension
  @extension
end

#idObject

0-1 id



27
28
29
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 27

def id
  @id
end

#identifierObject

0-* [ Identifier ]



35
36
37
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 35

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



29
30
31
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 29

def implicitRules
  @implicitRules
end

#languageObject

0-1 code



30
31
32
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 30

def language
  @language
end

#metaObject

0-1 Meta



28
29
30
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 28

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



34
35
36
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 34

def modifierExtension
  @modifierExtension
end

#participantStatusObject

1-1 code



41
42
43
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 41

def participantStatus
  @participantStatus
end

#participantTypeObject

0-* [ CodeableConcept ]



39
40
41
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 39

def participantType
  @participantType
end

#startObject

0-1 instant



37
38
39
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 37

def start
  @start
end

#textObject

0-1 Narrative



31
32
33
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 31

def text
  @text
end

Instance Method Details

#resourceTypeObject



44
45
46
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 44

def resourceType
  'AppointmentResponse'
end