Class: FHIR::R4B::Coverage
- Defined in:
- lib/fhir_models/r4b/generated/resources/Coverage.rb
Defined Under Namespace
Classes: Class, CostToBeneficiary
Constant Summary collapse
- SEARCH_PARAMS =
['beneficiary', 'class-type', 'class-value', 'dependent', 'identifier', 'patient', 'payor', 'policy-holder', 'status', 'subscriber', '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' => {'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'=>'Coverage.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/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'}}, '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'=>'string', 'path'=>'Coverage.subscriberId', 'min'=>0, 'max'=>1}, '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}, 'payor' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson'], 'type'=>'Reference', 'path'=>'Coverage.payor', 'min'=>1, 'max'=>Float::INFINITY}, '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} }
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::R4B
Instance Attribute Summary collapse
-
#beneficiary ⇒ Object
1-1 Reference(Patient).
-
#contained ⇒ Object
0-* [ Resource ].
-
#contract ⇒ Object
0-* [ Reference(Contract) ].
-
#costToBeneficiary ⇒ Object
0-* [ Coverage::CostToBeneficiary ].
-
#dependent ⇒ Object
0-1 string.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#identifier ⇒ Object
0-* [ Identifier ].
-
#implicitRules ⇒ Object
0-1 uri.
-
#language ⇒ Object
0-1 code.
-
#local_class ⇒ Object
0-* [ Coverage::Class ].
-
#meta ⇒ Object
0-1 Meta.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#network ⇒ Object
0-1 string.
-
#order ⇒ Object
0-1 positiveInt.
-
#payor ⇒ Object
1-* [ Reference(Organization|Patient|RelatedPerson) ].
-
#period ⇒ Object
0-1 Period.
-
#policyHolder ⇒ Object
0-1 Reference(Patient|RelatedPerson|Organization).
-
#relationship ⇒ Object
0-1 CodeableConcept.
-
#status ⇒ Object
1-1 code.
-
#subrogation ⇒ Object
0-1 boolean.
-
#subscriber ⇒ Object
0-1 Reference(Patient|RelatedPerson).
-
#subscriberId ⇒ Object
0-1 string.
-
#text ⇒ Object
0-1 Narrative.
-
#type ⇒ Object
0-1 CodeableConcept.
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
Methods included from ClassXml
#from_xml, #valid?, #validate, #xml_node_to_hash
Methods included from InstanceXml
Methods included from ClassJson
Methods included from InstanceJson
Methods included from Hashable
Methods included from FHIR::R4B
#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
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
#beneficiary ⇒ Object
1-1 Reference(Patient)
120 121 122 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 120 def beneficiary @beneficiary end |
#contained ⇒ Object
0-* [ Resource ]
111 112 113 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 111 def contained @contained end |
#contract ⇒ Object
0-* [ Reference(Contract) ]
130 131 132 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 130 def contract @contract end |
#costToBeneficiary ⇒ Object
0-* [ Coverage::CostToBeneficiary ]
128 129 130 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 128 def costToBeneficiary @costToBeneficiary end |
#dependent ⇒ Object
0-1 string
121 122 123 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 121 def dependent @dependent end |
#extension ⇒ Object
0-* [ Extension ]
112 113 114 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 112 def extension @extension end |
#id ⇒ Object
0-1 id
106 107 108 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 106 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
114 115 116 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 114 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
108 109 110 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 108 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
109 110 111 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 109 def language @language end |
#local_class ⇒ Object
0-* [ Coverage::Class ]
125 126 127 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 125 def local_class @local_class end |
#meta ⇒ Object
0-1 Meta
107 108 109 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 107 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
113 114 115 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 113 def modifierExtension @modifierExtension end |
#network ⇒ Object
0-1 string
127 128 129 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 127 def network @network end |
#order ⇒ Object
0-1 positiveInt
126 127 128 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 126 def order @order end |
#payor ⇒ Object
1-* [ Reference(Organization|Patient|RelatedPerson) ]
124 125 126 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 124 def payor @payor end |
#period ⇒ Object
0-1 Period
123 124 125 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 123 def period @period end |
#policyHolder ⇒ Object
0-1 Reference(Patient|RelatedPerson|Organization)
117 118 119 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 117 def policyHolder @policyHolder end |
#relationship ⇒ Object
0-1 CodeableConcept
122 123 124 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 122 def relationship @relationship end |
#status ⇒ Object
1-1 code
115 116 117 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 115 def status @status end |
#subrogation ⇒ Object
0-1 boolean
129 130 131 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 129 def subrogation @subrogation end |
#subscriber ⇒ Object
0-1 Reference(Patient|RelatedPerson)
118 119 120 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 118 def subscriber @subscriber end |
#subscriberId ⇒ Object
0-1 string
119 120 121 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 119 def subscriberId @subscriberId end |
#text ⇒ Object
0-1 Narrative
110 111 112 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 110 def text @text end |
#type ⇒ Object
0-1 CodeableConcept
116 117 118 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 116 def type @type end |
Instance Method Details
#resourceType ⇒ Object
132 133 134 |
# File 'lib/fhir_models/r4b/generated/resources/Coverage.rb', line 132 def resourceType 'Coverage' end |