Class: FHIR::DSTU2::Encounter::Participant
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/Encounter.rb
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Participant.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Participant.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Participant.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'type' => { 'valid_codes' => { 'http://hl7.org/fhir/participant-type' => ['translator', 'emergency'], 'http://hl7.org/fhir/v3/ParticipationType' => ['PART', 'ADM', 'ATND', 'CALLBCK', 'CON', 'DIS', 'ESC', 'REF', '_ParticipationInformationGenerator', 'AUT', 'INF', 'TRANS', 'ENT', 'WIT', 'CST', 'DIR', 'ALY', 'BBY', 'CAT', 'CSM', 'TPA', 'DEV', 'NRD', 'RDV', 'DON', 'EXPAGNT', 'EXPART', 'EXPTRGT', 'EXSRC', 'PRD', 'SBJ', 'SPC', 'IND', 'BEN', 'CAGNT', 'COV', 'GUAR', 'HLD', 'RCT', 'RCV', 'IRCP', 'NOT', 'PRCP', 'REFB', 'REFT', 'TRC', 'LOC', 'DST', 'ELOC', 'ORG', 'RML', 'VIA', 'PRF', 'DIST', 'PPRF', 'SPRF', 'RESP', 'VRF', 'AUTHEN', 'LA'] }, 'type' => 'CodeableConcept', 'path' => 'Participant.type', 'min' => 0, 'max' => Float::INFINITY, 'binding' => { 'strength' => 'extensible', 'uri' => 'http://hl7.org/fhir/ValueSet/encounter-participant-type' } }, 'period' => { 'type' => 'Period', 'path' => 'Participant.period', 'min' => 0, 'max' => 1 }, 'individual' => { 'type' => 'Reference', 'path' => 'Participant.individual', 'min' => 0, 'max' => 1 } }
Instance Attribute Summary collapse
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#individual ⇒ Object
0-1 Reference().
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#period ⇒ Object
0-1 Period.
-
#type ⇒ Object
0-* [ CodeableConcept ].
Method Summary
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
#extension ⇒ Object
0-* [ Extension ]
74 75 76 |
# File 'lib/fhir_dstu2_models/fhir/resources/Encounter.rb', line 74 def extension @extension end |
#id ⇒ Object
0-1 id
73 74 75 |
# File 'lib/fhir_dstu2_models/fhir/resources/Encounter.rb', line 73 def id @id end |
#individual ⇒ Object
0-1 Reference()
78 79 80 |
# File 'lib/fhir_dstu2_models/fhir/resources/Encounter.rb', line 78 def individual @individual end |
#modifierExtension ⇒ Object
0-* [ Extension ]
75 76 77 |
# File 'lib/fhir_dstu2_models/fhir/resources/Encounter.rb', line 75 def modifierExtension @modifierExtension end |
#period ⇒ Object
0-1 Period
77 78 79 |
# File 'lib/fhir_dstu2_models/fhir/resources/Encounter.rb', line 77 def period @period end |
#type ⇒ Object
0-* [ CodeableConcept ]
76 77 78 |
# File 'lib/fhir_dstu2_models/fhir/resources/Encounter.rb', line 76 def type @type end |