Class: FHIR::EnrollmentResponse

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

Constant Summary collapse

SEARCH_PARAMS =
['identifier', 'request', 'status']
METADATA =
{
  'id' => {'type'=>'id', 'path'=>'EnrollmentResponse.id', 'min'=>0, 'max'=>1},
  'meta' => {'type'=>'Meta', 'path'=>'EnrollmentResponse.meta', 'min'=>0, 'max'=>1},
  'implicitRules' => {'type'=>'uri', 'path'=>'EnrollmentResponse.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'=>'EnrollmentResponse.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}},
  'text' => {'type'=>'Narrative', 'path'=>'EnrollmentResponse.text', 'min'=>0, 'max'=>1},
  'contained' => {'type'=>'Resource', 'path'=>'EnrollmentResponse.contained', 'min'=>0, 'max'=>Float::INFINITY},
  'extension' => {'type'=>'Extension', 'path'=>'EnrollmentResponse.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'EnrollmentResponse.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'identifier' => {'type'=>'Identifier', 'path'=>'EnrollmentResponse.identifier', 'min'=>0, 'max'=>Float::INFINITY},
  'status' => {'valid_codes'=>{'http://hl7.org/fhir/fm-status'=>['active', 'cancelled', 'draft', 'entered-in-error']}, 'type'=>'code', 'path'=>'EnrollmentResponse.status', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/fm-status|4.0.0'}},
  'request' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/EnrollmentRequest'], 'type'=>'Reference', 'path'=>'EnrollmentResponse.request', 'min'=>0, 'max'=>1},
  'outcome' => {'valid_codes'=>{'http://hl7.org/fhir/remittance-outcome'=>['queued', 'complete', 'error', 'partial']}, 'type'=>'code', 'path'=>'EnrollmentResponse.outcome', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/remittance-outcome|4.0.0'}},
  'disposition' => {'type'=>'string', 'path'=>'EnrollmentResponse.disposition', 'min'=>0, 'max'=>1},
  'created' => {'type'=>'dateTime', 'path'=>'EnrollmentResponse.created', 'min'=>0, 'max'=>1},
  'organization' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'EnrollmentResponse.organization', 'min'=>0, 'max'=>1},
  'requestProvider' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'EnrollmentResponse.requestProvider', '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

#containedObject

0-* [ Resource ]



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

def contained
  @contained
end

#createdObject

0-1 dateTime



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

def created
  @created
end

#dispositionObject

0-1 string



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

def disposition
  @disposition
end

#extensionObject

0-* [ Extension ]



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

def extension
  @extension
end

#idObject

0-1 id



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

def id
  @id
end

#identifierObject

0-* [ Identifier ]



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

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



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

def implicitRules
  @implicitRules
end

#languageObject

0-1 code



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

def language
  @language
end

#metaObject

0-1 Meta



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

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



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

def modifierExtension
  @modifierExtension
end

#organizationObject

0-1 Reference(Organization)



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

def organization
  @organization
end

#outcomeObject

0-1 code



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

def outcome
  @outcome
end

#requestObject

0-1 Reference(EnrollmentRequest)



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

def request
  @request
end

#requestProviderObject

0-1 Reference(Practitioner|PractitionerRole|Organization)



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

def requestProvider
  @requestProvider
end

#statusObject

0-1 code



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

def status
  @status
end

#textObject

0-1 Narrative



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

def text
  @text
end

Instance Method Details

#resourceTypeObject



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

def resourceType
  'EnrollmentResponse'
end