Class: FHIR::InsurancePlan
- 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
-
#administeredBy ⇒ Object
0-1 Reference(Organization).
-
#alias ⇒ Object
0-* [ string ].
-
#contact ⇒ Object
0-* [ InsurancePlan::Contact ].
-
#contained ⇒ Object
0-* [ Resource ].
-
#coverage ⇒ Object
0-* [ InsurancePlan::Coverage ].
-
#coverageArea ⇒ Object
0-* [ Reference(Location) ].
-
#endpoint ⇒ Object
0-* [ Reference(Endpoint) ].
-
#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 ].
-
#name ⇒ Object
0-1 string.
-
#network ⇒ Object
0-* [ Reference(Organization) ].
-
#ownedBy ⇒ Object
0-1 Reference(Organization).
-
#period ⇒ Object
0-1 Period.
-
#plan ⇒ Object
0-* [ InsurancePlan::Plan ].
-
#status ⇒ Object
0-1 code.
-
#text ⇒ Object
0-1 Narrative.
-
#type ⇒ Object
0-* [ CodeableConcept ].
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
#administeredBy ⇒ Object
0-1 Reference(Organization)
252 253 254 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 252 def administeredBy @administeredBy end |
#alias ⇒ Object
0-* [ string ]
249 250 251 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 249 def alias @alias end |
#contact ⇒ Object
0-* [ InsurancePlan::Contact ]
254 255 256 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 254 def contact @contact end |
#contained ⇒ Object
0-* [ Resource ]
242 243 244 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 242 def contained @contained end |
#coverage ⇒ Object
0-* [ InsurancePlan::Coverage ]
257 258 259 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 257 def coverage @coverage end |
#coverageArea ⇒ Object
0-* [ Reference(Location) ]
253 254 255 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 253 def coverageArea @coverageArea end |
#endpoint ⇒ Object
0-* [ Reference(Endpoint) ]
255 256 257 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 255 def endpoint @endpoint end |
#extension ⇒ Object
0-* [ Extension ]
243 244 245 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 243 def extension @extension end |
#id ⇒ Object
0-1 id
237 238 239 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 237 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
245 246 247 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 245 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
239 240 241 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 239 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
240 241 242 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 240 def language @language end |
#meta ⇒ Object
0-1 Meta
238 239 240 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 238 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
244 245 246 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 244 def modifierExtension @modifierExtension end |
#name ⇒ Object
0-1 string
248 249 250 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 248 def name @name end |
#network ⇒ Object
0-* [ Reference(Organization) ]
256 257 258 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 256 def network @network end |
#ownedBy ⇒ Object
0-1 Reference(Organization)
251 252 253 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 251 def ownedBy @ownedBy end |
#period ⇒ Object
0-1 Period
250 251 252 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 250 def period @period end |
#plan ⇒ Object
0-* [ InsurancePlan::Plan ]
258 259 260 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 258 def plan @plan end |
#status ⇒ Object
0-1 code
246 247 248 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 246 def status @status end |
#text ⇒ Object
0-1 Narrative
241 242 243 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 241 def text @text end |
#type ⇒ Object
0-* [ CodeableConcept ]
247 248 249 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 247 def type @type end |
Instance Method Details
#resourceType ⇒ Object
260 261 262 |
# File 'lib/fhir_models/fhir/resources/InsurancePlan.rb', line 260 def resourceType 'InsurancePlan' end |