Class: FHIR::AppointmentResponse
- 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
-
#actor ⇒ Object
0-1 Reference(Patient|Practitioner|PractitionerRole|RelatedPerson|Device|HealthcareService|Location).
-
#appointment ⇒ Object
1-1 Reference(Appointment).
-
#comment ⇒ Object
0-1 string.
-
#contained ⇒ Object
0-* [ Resource ].
-
#end ⇒ Object
0-1 instant.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#identifier ⇒ Object
0-* [ Identifier ].
-
#implicitRules ⇒ Object
0-1 uri.
-
#language ⇒ Object
0-1 code.
-
#meta ⇒ Object
0-1 Meta.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#participantStatus ⇒ Object
1-1 code.
-
#participantType ⇒ Object
0-* [ CodeableConcept ].
-
#start ⇒ Object
0-1 instant.
-
#text ⇒ Object
0-1 Narrative.
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, #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
#actor ⇒ Object
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 |
#appointment ⇒ Object
1-1 Reference(Appointment)
36 37 38 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 36 def appointment @appointment end |
#comment ⇒ Object
0-1 string
42 43 44 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 42 def comment @comment end |
#contained ⇒ Object
0-* [ Resource ]
32 33 34 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 32 def contained @contained end |
#end ⇒ Object
0-1 instant
38 39 40 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 38 def end @end end |
#extension ⇒ Object
0-* [ Extension ]
33 34 35 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 33 def extension @extension end |
#id ⇒ Object
0-1 id
27 28 29 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 27 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
35 36 37 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 35 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
29 30 31 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 29 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
30 31 32 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 30 def language @language end |
#meta ⇒ Object
0-1 Meta
28 29 30 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 28 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
34 35 36 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 34 def modifierExtension @modifierExtension end |
#participantStatus ⇒ Object
1-1 code
41 42 43 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 41 def participantStatus @participantStatus end |
#participantType ⇒ Object
0-* [ CodeableConcept ]
39 40 41 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 39 def participantType @participantType end |
#start ⇒ Object
0-1 instant
37 38 39 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 37 def start @start end |
#text ⇒ Object
0-1 Narrative
31 32 33 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 31 def text @text end |
Instance Method Details
#resourceType ⇒ Object
44 45 46 |
# File 'lib/fhir_models/fhir/resources/AppointmentResponse.rb', line 44 def resourceType 'AppointmentResponse' end |