Class: FHIR::R5::Coverage

Inherits:
Model show all
Includes:
Hashable, Json, Xml
Defined in:
lib/fhir_models/r5/generated/resources/Coverage.rb

Defined Under Namespace

Classes: Class, CostToBeneficiary, PaymentBy

Constant Summary collapse

SEARCH_PARAMS =
['beneficiary', 'class-type', 'class-value', 'dependent', 'identifier', 'insurer', 'patient', 'paymentby-party', 'policy-holder', 'status', 'subscriber', 'subscriberid', 'type']
METADATA =
{
  'id' => {'type'=>'id', 'path'=>'Coverage.id', 'min'=>0, 'max'=>1},
  'meta' => {'type'=>'Meta', 'path'=>'Coverage.meta', 'min'=>0, 'max'=>1},
  'implicitRules' => {'type'=>'uri', 'path'=>'Coverage.implicitRules', 'min'=>0, 'max'=>1},
  'language' => {'type'=>'code', 'path'=>'Coverage.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'additional'=>[{'purpose'=>'starter', 'valueSet'=>'http://hl7.org/fhir/ValueSet/languages'}], 'uri'=>'http://hl7.org/fhir/ValueSet/all-languages'}},
  'text' => {'type'=>'Narrative', 'path'=>'Coverage.text', 'min'=>0, 'max'=>1},
  'contained' => {'type'=>'Resource', 'path'=>'Coverage.contained', 'min'=>0, 'max'=>Float::INFINITY},
  'extension' => {'type'=>'Extension', 'path'=>'Coverage.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Coverage.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'identifier' => {'type'=>'Identifier', 'path'=>'Coverage.identifier', 'min'=>0, 'max'=>Float::INFINITY},
  'status' => {'valid_codes'=>{'http://hl7.org/fhir/fm-status'=>['active', 'cancelled', 'draft', 'entered-in-error']}, 'type'=>'code', 'path'=>'Coverage.status', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/fm-status'}},
  'kind' => {'valid_codes'=>{'http://hl7.org/fhir/coverage-kind'=>['insurance', 'self-pay', 'other']}, 'type'=>'code', 'path'=>'Coverage.kind', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/coverage-kind'}},
  'paymentBy' => {'type'=>'Coverage::PaymentBy', 'path'=>'Coverage.paymentBy', 'min'=>0, 'max'=>Float::INFINITY},
  'type' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/coverage-selfpay'=>['pay'], 'http://terminology.hl7.org/CodeSystem/v3-ActCode'=>['_ActCoverageTypeCode', '_ActInsurancePolicyCode', 'EHCPOL', 'HSAPOL', 'AUTOPOL', 'COL', 'UNINSMOT', 'PUBLICPOL', 'DENTPRG', 'DISEASEPRG', 'CANPRG', 'ENDRENAL', 'HIVAIDS', 'MANDPOL', 'MENTPRG', 'SAFNET', 'SUBPRG', 'SUBSIDIZ', 'SUBSIDMC', 'SUBSUPP', 'WCBPOL', '_ActInsuranceTypeCode', '_ActHealthInsuranceTypeCode', 'DENTAL', 'DISEASE', 'DRUGPOL', 'HIP', 'LTC', 'MCPOL', 'POS', 'HMO', 'PPO', 'MENTPOL', 'SUBPOL', 'VISPOL', 'DIS', 'EWB', 'FLEXP', 'LIFE', 'ANNU', 'TLIFE', 'ULIFE', 'PNC', 'REI', 'SURPL', 'UMBRL', '_ActProgramTypeCode', 'CHAR', 'CRIME', 'EAP', 'GOVEMP', 'HIRISK', 'IND', 'MILITARY', 'RETIRE', 'SOCIAL', 'VET']}, 'type'=>'CodeableConcept', 'path'=>'Coverage.type', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/coverage-type'}},
  'policyHolder' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'Coverage.policyHolder', 'min'=>0, 'max'=>1},
  'subscriber' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson'], 'type'=>'Reference', 'path'=>'Coverage.subscriber', 'min'=>0, 'max'=>1},
  'subscriberId' => {'type'=>'Identifier', 'path'=>'Coverage.subscriberId', 'min'=>0, 'max'=>Float::INFINITY},
  'beneficiary' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Patient'], 'type'=>'Reference', 'path'=>'Coverage.beneficiary', 'min'=>1, 'max'=>1},
  'dependent' => {'type'=>'string', 'path'=>'Coverage.dependent', 'min'=>0, 'max'=>1},
  'relationship' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/subscriber-relationship'=>['child', 'parent', 'spouse', 'common', 'other', 'self', 'injured']}, 'type'=>'CodeableConcept', 'path'=>'Coverage.relationship', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'extensible', 'uri'=>'http://hl7.org/fhir/ValueSet/subscriber-relationship'}},
  'period' => {'type'=>'Period', 'path'=>'Coverage.period', 'min'=>0, 'max'=>1},
  'insurer' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'Coverage.insurer', 'min'=>0, 'max'=>1},
  'class' => {'local_name'=>'local_class', 'type'=>'Coverage::Class', 'path'=>'Coverage.class', 'min'=>0, 'max'=>Float::INFINITY},
  'order' => {'type'=>'positiveInt', 'path'=>'Coverage.order', 'min'=>0, 'max'=>1},
  'network' => {'type'=>'string', 'path'=>'Coverage.network', 'min'=>0, 'max'=>1},
  'costToBeneficiary' => {'type'=>'Coverage::CostToBeneficiary', 'path'=>'Coverage.costToBeneficiary', 'min'=>0, 'max'=>Float::INFINITY},
  'subrogation' => {'type'=>'boolean', 'path'=>'Coverage.subrogation', 'min'=>0, 'max'=>1},
  'contract' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Contract'], 'type'=>'Reference', 'path'=>'Coverage.contract', 'min'=>0, 'max'=>Float::INFINITY},
  'insurancePlan' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/InsurancePlan'], 'type'=>'Reference', 'path'=>'Coverage.insurancePlan', 'min'=>0, 'max'=>1}
}

Constants included from FHIR::R4

FHIR::R4::PRIMITIVES, FHIR::R4::RESOURCES, FHIR::R4::TYPES

Constants included from FHIR

Account, ActivityDefinition, Address, AdverseEvent, Age, AllergyIntolerance, Annotation, Appointment, AppointmentResponse, Attachment, AuditEvent, BackboneElement, Basic, Binary, BiologicallyDerivedProduct, BodyStructure, Bundle, CapabilityStatement, CarePlan, CareTeam, CatalogEntry, ChargeItem, ChargeItemDefinition, Claim, ClaimResponse, ClinicalImpression, CodeSystem, CodeableConcept, Coding, Communication, CommunicationRequest, CompartmentDefinition, Composition, ConceptMap, Condition, Consent, ContactDetail, ContactPoint, Contract, Contributor, Count, Coverage, CoverageEligibilityRequest, CoverageEligibilityResponse, DataRequirement, Definitions, DetectedIssue, Device, DeviceDefinition, DeviceMetric, DeviceRequest, DeviceUseStatement, DiagnosticReport, Distance, DocumentManifest, DocumentReference, DomainResource, Dosage, Duration, EffectEvidenceSynthesis, Element, ElementDefinition, Encounter, Endpoint, EnrollmentRequest, EnrollmentResponse, EpisodeOfCare, EventDefinition, Evidence, EvidenceVariable, ExampleScenario, ExplanationOfBenefit, Expression, Extension, FamilyMemberHistory, Flag, Goal, GraphDefinition, Group, GuidanceResponse, HealthcareService, HumanName, Identifier, ImagingStudy, Immunization, ImmunizationEvaluation, ImmunizationRecommendation, ImplementationGuide, InsurancePlan, Invoice, Library, Linkage, List, Location, MarketingStatus, Measure, MeasureReport, Media, Medication, MedicationAdministration, MedicationDispense, MedicationKnowledge, MedicationRequest, MedicationStatement, MedicinalProduct, MedicinalProductAuthorization, MedicinalProductContraindication, MedicinalProductIndication, MedicinalProductIngredient, MedicinalProductInteraction, MedicinalProductManufactured, MedicinalProductPackaged, MedicinalProductPharmaceutical, MedicinalProductUndesirableEffect, MessageDefinition, MessageHeader, Meta, MolecularSequence, Money, NamingSystem, Narrative, NutritionOrder, Observation, ObservationDefinition, OperationDefinition, OperationOutcome, Organization, OrganizationAffiliation, PRIMITIVES, ParameterDefinition, Parameters, Patient, PaymentNotice, PaymentReconciliation, Period, Person, PlanDefinition, Population, Practitioner, PractitionerRole, Procedure, ProdCharacteristic, ProductShelfLife, Provenance, Quantity, Questionnaire, QuestionnaireResponse, FHIR::RESOURCES, FHIR::Range, FHIR::Ratio, FHIR::Reference, FHIR::RelatedArtifact, FHIR::RelatedPerson, FHIR::RequestGroup, FHIR::ResearchDefinition, FHIR::ResearchElementDefinition, FHIR::ResearchStudy, FHIR::ResearchSubject, FHIR::Resource, FHIR::RiskAssessment, FHIR::RiskEvidenceSynthesis, SampledData, Schedule, SearchParameter, ServiceRequest, Signature, Slot, Specimen, SpecimenDefinition, StructureDefinition, StructureDefinitionCompare, StructureMap, Subscription, Substance, SubstanceAmount, SubstanceNucleicAcid, SubstancePolymer, SubstanceProtein, SubstanceReferenceInformation, SubstanceSourceMaterial, SubstanceSpecification, SupplyDelivery, SupplyRequest, TYPES, Task, TerminologyCapabilities, TestReport, TestScript, Timing, TriggerDefinition, UsageContext, ValueSet, VerificationResult, VisionPrescription

Constants included from FHIR::R5

PRIMITIVES, RESOURCES, TYPES

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from FHIR::R4

#fhir_version_string, #versioned_fhir_module

Methods included from FHIR

default_logger, fhir_version_string, logger, logger=, primitive?, versioned_fhir_module

Methods included from ClassMethods

#from_contents

Methods included from ClassXml

#from_xml, #valid?, #validate, #xml_node_to_hash

Methods included from InstanceXml

#hash_to_xml_node, #to_xml

Methods included from ClassJson

#from_json

Methods included from InstanceJson

#to_json

Methods included from Hashable

#from_hash, #to_hash

Methods included from FHIR::R5

#fhir_version_string, #versioned_fhir_module

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

Methods included from Deprecate

#deprecate

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

#beneficiaryObject

1-1 Reference(Patient)



153
154
155
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 153

def beneficiary
  @beneficiary
end

#containedObject

0-* [ Resource ]



142
143
144
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 142

def contained
  @contained
end

#contractObject

0-* [ Reference(Contract) ]



163
164
165
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 163

def contract
  @contract
end

#costToBeneficiaryObject

0-* [ Coverage::CostToBeneficiary ]



161
162
163
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 161

def costToBeneficiary
  @costToBeneficiary
end

#dependentObject

0-1 string



154
155
156
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 154

def dependent
  @dependent
end

#extensionObject

0-* [ Extension ]



143
144
145
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 143

def extension
  @extension
end

#idObject

0-1 id



137
138
139
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 137

def id
  @id
end

#identifierObject

0-* [ Identifier ]



145
146
147
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 145

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



139
140
141
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 139

def implicitRules
  @implicitRules
end

#insurancePlanObject

0-1 Reference(InsurancePlan)



164
165
166
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 164

def insurancePlan
  @insurancePlan
end

#insurerObject

0-1 Reference(Organization)



157
158
159
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 157

def insurer
  @insurer
end

#kindObject

1-1 code



147
148
149
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 147

def kind
  @kind
end

#languageObject

0-1 code



140
141
142
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 140

def language
  @language
end

#local_classObject

0-* [ Coverage::Class ]



158
159
160
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 158

def local_class
  @local_class
end

#metaObject

0-1 Meta



138
139
140
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 138

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



144
145
146
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 144

def modifierExtension
  @modifierExtension
end

#networkObject

0-1 string



160
161
162
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 160

def network
  @network
end

#orderObject

0-1 positiveInt



159
160
161
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 159

def order
  @order
end

#paymentByObject

0-* [ Coverage::PaymentBy ]



148
149
150
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 148

def paymentBy
  @paymentBy
end

#periodObject

0-1 Period



156
157
158
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 156

def period
  @period
end

#policyHolderObject

0-1 Reference(Patient|RelatedPerson|Organization)



150
151
152
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 150

def policyHolder
  @policyHolder
end

#relationshipObject

0-1 CodeableConcept



155
156
157
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 155

def relationship
  @relationship
end

#statusObject

1-1 code



146
147
148
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 146

def status
  @status
end

#subrogationObject

0-1 boolean



162
163
164
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 162

def subrogation
  @subrogation
end

#subscriberObject

0-1 Reference(Patient|RelatedPerson)



151
152
153
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 151

def subscriber
  @subscriber
end

#subscriberIdObject

0-* [ Identifier ]



152
153
154
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 152

def subscriberId
  @subscriberId
end

#textObject

0-1 Narrative



141
142
143
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 141

def text
  @text
end

#typeObject

0-1 CodeableConcept



149
150
151
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 149

def type
  @type
end

Instance Method Details

#resourceTypeObject



166
167
168
# File 'lib/fhir_models/r5/generated/resources/Coverage.rb', line 166

def resourceType
  'Coverage'
end