Class: FHIR::Account

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

Defined Under Namespace

Classes: Coverage, Guarantor

Constant Summary collapse

SEARCH_PARAMS =
['identifier', 'name', 'owner', 'patient', 'period', 'status', 'subject', 'type']
METADATA =
{
  'id' => {'type'=>'id', 'path'=>'Account.id', 'min'=>0, 'max'=>1},
  'meta' => {'type'=>'Meta', 'path'=>'Account.meta', 'min'=>0, 'max'=>1},
  'implicitRules' => {'type'=>'uri', 'path'=>'Account.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'=>'Account.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}},
  'text' => {'type'=>'Narrative', 'path'=>'Account.text', 'min'=>0, 'max'=>1},
  'contained' => {'type'=>'Resource', 'path'=>'Account.contained', 'min'=>0, 'max'=>Float::INFINITY},
  'extension' => {'type'=>'Extension', 'path'=>'Account.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Account.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'identifier' => {'type'=>'Identifier', 'path'=>'Account.identifier', 'min'=>0, 'max'=>Float::INFINITY},
  'status' => {'valid_codes'=>{'http://hl7.org/fhir/account-status'=>['active', 'inactive', 'entered-in-error', 'on-hold', 'unknown']}, 'type'=>'code', 'path'=>'Account.status', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/account-status|4.0.0'}},
  'type' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/v3-ActCode'=>['ACCTRECEIVABLE', 'CASH', 'CC', 'AE', 'DN', 'DV', 'MC', 'V', 'PBILLACCT']}, 'type'=>'CodeableConcept', 'path'=>'Account.type', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/account-type'}},
  'name' => {'type'=>'string', 'path'=>'Account.name', 'min'=>0, 'max'=>1},
  'subject' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/Location', 'http://hl7.org/fhir/StructureDefinition/HealthcareService', 'http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'Account.subject', 'min'=>0, 'max'=>Float::INFINITY},
  'servicePeriod' => {'type'=>'Period', 'path'=>'Account.servicePeriod', 'min'=>0, 'max'=>1},
  'coverage' => {'type'=>'Account::Coverage', 'path'=>'Account.coverage', 'min'=>0, 'max'=>Float::INFINITY},
  'owner' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'Account.owner', 'min'=>0, 'max'=>1},
  'description' => {'type'=>'string', 'path'=>'Account.description', 'min'=>0, 'max'=>1},
  'guarantor' => {'type'=>'Account::Guarantor', 'path'=>'Account.guarantor', 'min'=>0, 'max'=>Float::INFINITY},
  'partOf' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Account'], 'type'=>'Reference', 'path'=>'Account.partOf', '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 ]



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

def contained
  @contained
end

#coverageObject

0-* [ Account::Coverage ]



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

def coverage
  @coverage
end

#descriptionObject

0-1 string



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

def description
  @description
end

#extensionObject

0-* [ Extension ]



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

def extension
  @extension
end

#guarantorObject

0-* [ Account::Guarantor ]



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

def guarantor
  @guarantor
end

#idObject

0-1 id



72
73
74
# File 'lib/fhir_models/fhir/resources/Account.rb', line 72

def id
  @id
end

#identifierObject

0-* [ Identifier ]



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

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



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

def implicitRules
  @implicitRules
end

#languageObject

0-1 code



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

def language
  @language
end

#metaObject

0-1 Meta



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

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



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

def modifierExtension
  @modifierExtension
end

#nameObject

0-1 string



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

def name
  @name
end

#ownerObject

0-1 Reference(Organization)



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

def owner
  @owner
end

#partOfObject

0-1 Reference(Account)



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

def partOf
  @partOf
end

#servicePeriodObject

0-1 Period



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

def servicePeriod
  @servicePeriod
end

#statusObject

1-1 code



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

def status
  @status
end

#subjectObject

0-* [ Reference(Patient|Device|Practitioner|PractitionerRole|Location|HealthcareService|Organization) ]



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

def subject
  @subject
end

#textObject

0-1 Narrative



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

def text
  @text
end

#typeObject

0-1 CodeableConcept



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

def type
  @type
end

Instance Method Details

#resourceTypeObject



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

def resourceType
  'Account'
end