Class: FHIR::InsurancePlan

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

Defined Under Namespace

Classes: Contact, Coverage, Plan

Constant Summary collapse

SEARCH_PARAMS =
['address', 'address-city', 'address-country', 'address-postalcode', 'address-state', 'address-use', 'administered-by', 'endpoint', 'identifier', 'name', 'owned-by', 'phonetic', 'status', 'type']
METADATA =
{
  'id' => {'type'=>'id', 'path'=>'InsurancePlan.id', 'min'=>0, 'max'=>1},
  'meta' => {'type'=>'Meta', 'path'=>'InsurancePlan.meta', 'min'=>0, 'max'=>1},
  'implicitRules' => {'type'=>'uri', 'path'=>'InsurancePlan.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'=>'InsurancePlan.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}},
  'text' => {'type'=>'Narrative', 'path'=>'InsurancePlan.text', 'min'=>0, 'max'=>1},
  'contained' => {'type'=>'Resource', 'path'=>'InsurancePlan.contained', 'min'=>0, 'max'=>Float::INFINITY},
  'extension' => {'type'=>'Extension', 'path'=>'InsurancePlan.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'InsurancePlan.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'identifier' => {'type'=>'Identifier', 'path'=>'InsurancePlan.identifier', 'min'=>0, 'max'=>Float::INFINITY},
  'status' => {'valid_codes'=>{'http://hl7.org/fhir/publication-status'=>['draft', 'active', 'retired', 'unknown']}, 'type'=>'code', 'path'=>'InsurancePlan.status', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/publication-status|4.0.0'}},
  'type' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/insurance-plan-type'=>['medical', 'dental', 'mental', 'subst-ab', 'vision', 'Drug', 'short-term', 'long-term', 'hospice', 'home']}, 'type'=>'CodeableConcept', 'path'=>'InsurancePlan.type', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/insuranceplan-type'}},
  'name' => {'type'=>'string', 'path'=>'InsurancePlan.name', 'min'=>0, 'max'=>1},
  'alias' => {'type'=>'string', 'path'=>'InsurancePlan.alias', 'min'=>0, 'max'=>Float::INFINITY},
  'period' => {'type'=>'Period', 'path'=>'InsurancePlan.period', 'min'=>0, 'max'=>1},
  'ownedBy' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'InsurancePlan.ownedBy', 'min'=>0, 'max'=>1},
  'administeredBy' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'InsurancePlan.administeredBy', 'min'=>0, 'max'=>1},
  'coverageArea' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Location'], 'type'=>'Reference', 'path'=>'InsurancePlan.coverageArea', 'min'=>0, 'max'=>Float::INFINITY},
  'contact' => {'type'=>'InsurancePlan::Contact', 'path'=>'InsurancePlan.contact', 'min'=>0, 'max'=>Float::INFINITY},
  'endpoint' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Endpoint'], 'type'=>'Reference', 'path'=>'InsurancePlan.endpoint', 'min'=>0, 'max'=>Float::INFINITY},
  'network' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'InsurancePlan.network', 'min'=>0, 'max'=>Float::INFINITY},
  'coverage' => {'type'=>'InsurancePlan::Coverage', 'path'=>'InsurancePlan.coverage', 'min'=>0, 'max'=>Float::INFINITY},
  'plan' => {'type'=>'InsurancePlan::Plan', 'path'=>'InsurancePlan.plan', 'min'=>0, 'max'=>Float::INFINITY}
}

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

#administeredByObject

0-1 Reference(Organization)



252
253
254
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 252

def administeredBy
  @administeredBy
end

#aliasObject

0-* [ string ]



249
250
251
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 249

def alias
  @alias
end

#contactObject

0-* [ InsurancePlan::Contact ]



254
255
256
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 254

def contact
  @contact
end

#containedObject

0-* [ Resource ]



242
243
244
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 242

def contained
  @contained
end

#coverageObject

0-* [ InsurancePlan::Coverage ]



257
258
259
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 257

def coverage
  @coverage
end

#coverageAreaObject

0-* [ Reference(Location) ]



253
254
255
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 253

def coverageArea
  @coverageArea
end

#endpointObject

0-* [ Reference(Endpoint) ]



255
256
257
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 255

def endpoint
  @endpoint
end

#extensionObject

0-* [ Extension ]



243
244
245
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 243

def extension
  @extension
end

#idObject

0-1 id



237
238
239
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 237

def id
  @id
end

#identifierObject

0-* [ Identifier ]



245
246
247
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 245

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



239
240
241
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 239

def implicitRules
  @implicitRules
end

#languageObject

0-1 code



240
241
242
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 240

def language
  @language
end

#metaObject

0-1 Meta



238
239
240
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 238

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



244
245
246
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 244

def modifierExtension
  @modifierExtension
end

#nameObject

0-1 string



248
249
250
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 248

def name
  @name
end

#networkObject

0-* [ Reference(Organization) ]



256
257
258
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 256

def network
  @network
end

#ownedByObject

0-1 Reference(Organization)



251
252
253
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 251

def ownedBy
  @ownedBy
end

#periodObject

0-1 Period



250
251
252
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 250

def period
  @period
end

#planObject

0-* [ InsurancePlan::Plan ]



258
259
260
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 258

def plan
  @plan
end

#statusObject

0-1 code



246
247
248
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 246

def status
  @status
end

#textObject

0-1 Narrative



241
242
243
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 241

def text
  @text
end

#typeObject

0-* [ CodeableConcept ]



247
248
249
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 247

def type
  @type
end

Instance Method Details

#resourceTypeObject



260
261
262
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 260

def resourceType
  'InsurancePlan'
end