Class: FHIR::R4B::ExplanationOfBenefit
- Defined in:
- lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb
Defined Under Namespace
Classes: Accident, AddItem, BenefitBalance, CareTeam, Diagnosis, Insurance, Item, Payee, Payment, Procedure, ProcessNote, Related, SupportingInfo, Total
Constant Summary collapse
- SEARCH_PARAMS =
['care-team', 'claim', 'coverage', 'created', 'detail-udi', 'disposition', 'encounter', 'enterer', 'facility', 'identifier', 'item-udi', 'patient', 'payee', 'procedure-udi', 'provider', 'status', 'subdetail-udi']
- METADATA =
{ 'id' => {'type'=>'id', 'path'=>'ExplanationOfBenefit.id', 'min'=>0, 'max'=>1}, 'meta' => {'type'=>'Meta', 'path'=>'ExplanationOfBenefit.meta', 'min'=>0, 'max'=>1}, 'implicitRules' => {'type'=>'uri', 'path'=>'ExplanationOfBenefit.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'=>'ExplanationOfBenefit.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}}, 'text' => {'type'=>'Narrative', 'path'=>'ExplanationOfBenefit.text', 'min'=>0, 'max'=>1}, 'contained' => {'type'=>'Resource', 'path'=>'ExplanationOfBenefit.contained', 'min'=>0, 'max'=>Float::INFINITY}, 'extension' => {'type'=>'Extension', 'path'=>'ExplanationOfBenefit.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'ExplanationOfBenefit.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'identifier' => {'type'=>'Identifier', 'path'=>'ExplanationOfBenefit.identifier', 'min'=>0, 'max'=>Float::INFINITY}, 'status' => {'valid_codes'=>{'http://hl7.org/fhir/explanationofbenefit-status'=>['active', 'cancelled', 'draft', 'entered-in-error']}, 'type'=>'code', 'path'=>'ExplanationOfBenefit.status', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/explanationofbenefit-status'}}, 'type' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/claim-type'=>['institutional', 'oral', 'pharmacy', 'professional', 'vision']}, 'type'=>'CodeableConcept', 'path'=>'ExplanationOfBenefit.type', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'extensible', 'uri'=>'http://hl7.org/fhir/ValueSet/claim-type'}}, 'subType' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/ex-claimsubtype'=>['ortho', 'emergency']}, 'type'=>'CodeableConcept', 'path'=>'ExplanationOfBenefit.subType', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/claim-subtype'}}, 'use' => {'valid_codes'=>{'http://hl7.org/fhir/claim-use'=>['claim', 'preauthorization', 'predetermination']}, 'type'=>'code', 'path'=>'ExplanationOfBenefit.use', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/claim-use'}}, 'patient' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Patient'], 'type'=>'Reference', 'path'=>'ExplanationOfBenefit.patient', 'min'=>1, 'max'=>1}, 'billablePeriod' => {'type'=>'Period', 'path'=>'ExplanationOfBenefit.billablePeriod', 'min'=>0, 'max'=>1}, 'created' => {'type'=>'dateTime', 'path'=>'ExplanationOfBenefit.created', 'min'=>1, 'max'=>1}, 'enterer' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole'], 'type'=>'Reference', 'path'=>'ExplanationOfBenefit.enterer', 'min'=>0, 'max'=>1}, 'insurer' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'ExplanationOfBenefit.insurer', 'min'=>1, 'max'=>1}, 'provider' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'ExplanationOfBenefit.provider', 'min'=>1, 'max'=>1}, 'priority' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/processpriority'=>['stat', 'normal', 'deferred']}, 'type'=>'CodeableConcept', 'path'=>'ExplanationOfBenefit.priority', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/process-priority'}}, 'fundsReserveRequested' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/fundsreserve'=>['patient', 'provider', 'none']}, 'type'=>'CodeableConcept', 'path'=>'ExplanationOfBenefit.fundsReserveRequested', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/fundsreserve'}}, 'fundsReserve' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/fundsreserve'=>['patient', 'provider', 'none']}, 'type'=>'CodeableConcept', 'path'=>'ExplanationOfBenefit.fundsReserve', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/fundsreserve'}}, 'related' => {'type'=>'ExplanationOfBenefit::Related', 'path'=>'ExplanationOfBenefit.related', 'min'=>0, 'max'=>Float::INFINITY}, 'prescription' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/MedicationRequest', 'http://hl7.org/fhir/StructureDefinition/VisionPrescription'], 'type'=>'Reference', 'path'=>'ExplanationOfBenefit.prescription', 'min'=>0, 'max'=>1}, 'originalPrescription' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/MedicationRequest'], 'type'=>'Reference', 'path'=>'ExplanationOfBenefit.originalPrescription', 'min'=>0, 'max'=>1}, 'payee' => {'type'=>'ExplanationOfBenefit::Payee', 'path'=>'ExplanationOfBenefit.payee', 'min'=>0, 'max'=>1}, 'referral' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/ServiceRequest'], 'type'=>'Reference', 'path'=>'ExplanationOfBenefit.referral', 'min'=>0, 'max'=>1}, 'facility' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Location'], 'type'=>'Reference', 'path'=>'ExplanationOfBenefit.facility', 'min'=>0, 'max'=>1}, 'claim' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Claim'], 'type'=>'Reference', 'path'=>'ExplanationOfBenefit.claim', 'min'=>0, 'max'=>1}, 'claimResponse' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/ClaimResponse'], 'type'=>'Reference', 'path'=>'ExplanationOfBenefit.claimResponse', 'min'=>0, 'max'=>1}, 'outcome' => {'valid_codes'=>{'http://hl7.org/fhir/remittance-outcome'=>['queued', 'complete', 'error', 'partial']}, 'type'=>'code', 'path'=>'ExplanationOfBenefit.outcome', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/remittance-outcome'}}, 'disposition' => {'type'=>'string', 'path'=>'ExplanationOfBenefit.disposition', 'min'=>0, 'max'=>1}, 'preAuthRef' => {'type'=>'string', 'path'=>'ExplanationOfBenefit.preAuthRef', 'min'=>0, 'max'=>Float::INFINITY}, 'preAuthRefPeriod' => {'type'=>'Period', 'path'=>'ExplanationOfBenefit.preAuthRefPeriod', 'min'=>0, 'max'=>Float::INFINITY}, 'careTeam' => {'type'=>'ExplanationOfBenefit::CareTeam', 'path'=>'ExplanationOfBenefit.careTeam', 'min'=>0, 'max'=>Float::INFINITY}, 'supportingInfo' => {'type'=>'ExplanationOfBenefit::SupportingInfo', 'path'=>'ExplanationOfBenefit.supportingInfo', 'min'=>0, 'max'=>Float::INFINITY}, 'diagnosis' => {'type'=>'ExplanationOfBenefit::Diagnosis', 'path'=>'ExplanationOfBenefit.diagnosis', 'min'=>0, 'max'=>Float::INFINITY}, 'procedure' => {'type'=>'ExplanationOfBenefit::Procedure', 'path'=>'ExplanationOfBenefit.procedure', 'min'=>0, 'max'=>Float::INFINITY}, 'precedence' => {'type'=>'positiveInt', 'path'=>'ExplanationOfBenefit.precedence', 'min'=>0, 'max'=>1}, 'insurance' => {'type'=>'ExplanationOfBenefit::Insurance', 'path'=>'ExplanationOfBenefit.insurance', 'min'=>1, 'max'=>Float::INFINITY}, 'accident' => {'type'=>'ExplanationOfBenefit::Accident', 'path'=>'ExplanationOfBenefit.accident', 'min'=>0, 'max'=>1}, 'item' => {'type'=>'ExplanationOfBenefit::Item', 'path'=>'ExplanationOfBenefit.item', 'min'=>0, 'max'=>Float::INFINITY}, 'addItem' => {'type'=>'ExplanationOfBenefit::AddItem', 'path'=>'ExplanationOfBenefit.addItem', 'min'=>0, 'max'=>Float::INFINITY}, 'adjudication' => {'type'=>'ExplanationOfBenefit::Item::Adjudication', 'path'=>'ExplanationOfBenefit.adjudication', 'min'=>0, 'max'=>Float::INFINITY}, 'total' => {'type'=>'ExplanationOfBenefit::Total', 'path'=>'ExplanationOfBenefit.total', 'min'=>0, 'max'=>Float::INFINITY}, 'payment' => {'type'=>'ExplanationOfBenefit::Payment', 'path'=>'ExplanationOfBenefit.payment', 'min'=>0, 'max'=>1}, 'formCode' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/forms-codes'=>['1', '2']}, 'type'=>'CodeableConcept', 'path'=>'ExplanationOfBenefit.formCode', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/forms'}}, 'form' => {'type'=>'Attachment', 'path'=>'ExplanationOfBenefit.form', 'min'=>0, 'max'=>1}, 'processNote' => {'type'=>'ExplanationOfBenefit::ProcessNote', 'path'=>'ExplanationOfBenefit.processNote', 'min'=>0, 'max'=>Float::INFINITY}, 'benefitPeriod' => {'type'=>'Period', 'path'=>'ExplanationOfBenefit.benefitPeriod', 'min'=>0, 'max'=>1}, 'benefitBalance' => {'type'=>'ExplanationOfBenefit::BenefitBalance', 'path'=>'ExplanationOfBenefit.benefitBalance', '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
-
#accident ⇒ Object
0-1 ExplanationOfBenefit::Accident.
-
#addItem ⇒ Object
0-* [ ExplanationOfBenefit::AddItem ].
-
#adjudication ⇒ Object
0-* [ ExplanationOfBenefit::Item::Adjudication ].
-
#benefitBalance ⇒ Object
0-* [ ExplanationOfBenefit::BenefitBalance ].
-
#benefitPeriod ⇒ Object
0-1 Period.
-
#billablePeriod ⇒ Object
0-1 Period.
-
#careTeam ⇒ Object
0-* [ ExplanationOfBenefit::CareTeam ].
-
#claim ⇒ Object
0-1 Reference(Claim).
-
#claimResponse ⇒ Object
0-1 Reference(ClaimResponse).
-
#contained ⇒ Object
0-* [ Resource ].
-
#created ⇒ Object
1-1 dateTime.
-
#diagnosis ⇒ Object
0-* [ ExplanationOfBenefit::Diagnosis ].
-
#disposition ⇒ Object
0-1 string.
-
#enterer ⇒ Object
0-1 Reference(Practitioner|PractitionerRole).
-
#extension ⇒ Object
0-* [ Extension ].
-
#facility ⇒ Object
0-1 Reference(Location).
-
#form ⇒ Object
0-1 Attachment.
-
#formCode ⇒ Object
0-1 CodeableConcept.
-
#fundsReserve ⇒ Object
0-1 CodeableConcept.
-
#fundsReserveRequested ⇒ Object
0-1 CodeableConcept.
-
#id ⇒ Object
0-1 id.
-
#identifier ⇒ Object
0-* [ Identifier ].
-
#implicitRules ⇒ Object
0-1 uri.
-
#insurance ⇒ Object
1-* [ ExplanationOfBenefit::Insurance ].
-
#insurer ⇒ Object
1-1 Reference(Organization).
-
#item ⇒ Object
0-* [ ExplanationOfBenefit::Item ].
-
#language ⇒ Object
0-1 code.
-
#meta ⇒ Object
0-1 Meta.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#originalPrescription ⇒ Object
0-1 Reference(MedicationRequest).
-
#outcome ⇒ Object
1-1 code.
-
#patient ⇒ Object
1-1 Reference(Patient).
-
#payee ⇒ Object
0-1 ExplanationOfBenefit::Payee.
-
#payment ⇒ Object
0-1 ExplanationOfBenefit::Payment.
-
#preAuthRef ⇒ Object
0-* [ string ].
-
#preAuthRefPeriod ⇒ Object
0-* [ Period ].
-
#precedence ⇒ Object
0-1 positiveInt.
-
#prescription ⇒ Object
0-1 Reference(MedicationRequest|VisionPrescription).
-
#priority ⇒ Object
0-1 CodeableConcept.
-
#procedure ⇒ Object
0-* [ ExplanationOfBenefit::Procedure ].
-
#processNote ⇒ Object
0-* [ ExplanationOfBenefit::ProcessNote ].
-
#provider ⇒ Object
1-1 Reference(Practitioner|PractitionerRole|Organization).
-
#referral ⇒ Object
0-1 Reference(ServiceRequest).
-
#related ⇒ Object
0-* [ ExplanationOfBenefit::Related ].
-
#status ⇒ Object
1-1 code.
-
#subType ⇒ Object
0-1 CodeableConcept.
-
#supportingInfo ⇒ Object
0-* [ ExplanationOfBenefit::SupportingInfo ].
-
#text ⇒ Object
0-1 Narrative.
-
#total ⇒ Object
0-* [ ExplanationOfBenefit::Total ].
-
#type ⇒ Object
1-1 CodeableConcept.
-
#use ⇒ Object
1-1 code.
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
#accident ⇒ Object
0-1 ExplanationOfBenefit::Accident
770 771 772 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 770 def accident @accident end |
#addItem ⇒ Object
0-* [ ExplanationOfBenefit::AddItem ]
772 773 774 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 772 def addItem @addItem end |
#adjudication ⇒ Object
0-* [ ExplanationOfBenefit::Item::Adjudication ]
773 774 775 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 773 def adjudication @adjudication end |
#benefitBalance ⇒ Object
0-* [ ExplanationOfBenefit::BenefitBalance ]
780 781 782 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 780 def benefitBalance @benefitBalance end |
#benefitPeriod ⇒ Object
0-1 Period
779 780 781 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 779 def benefitPeriod @benefitPeriod end |
#billablePeriod ⇒ Object
0-1 Period
744 745 746 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 744 def billablePeriod @billablePeriod end |
#careTeam ⇒ Object
0-* [ ExplanationOfBenefit::CareTeam ]
764 765 766 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 764 def careTeam @careTeam end |
#claim ⇒ Object
0-1 Reference(Claim)
758 759 760 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 758 def claim @claim end |
#claimResponse ⇒ Object
0-1 Reference(ClaimResponse)
759 760 761 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 759 def claimResponse @claimResponse end |
#contained ⇒ Object
0-* [ Resource ]
735 736 737 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 735 def contained @contained end |
#created ⇒ Object
1-1 dateTime
745 746 747 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 745 def created @created end |
#diagnosis ⇒ Object
0-* [ ExplanationOfBenefit::Diagnosis ]
766 767 768 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 766 def diagnosis @diagnosis end |
#disposition ⇒ Object
0-1 string
761 762 763 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 761 def disposition @disposition end |
#enterer ⇒ Object
0-1 Reference(Practitioner|PractitionerRole)
746 747 748 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 746 def enterer @enterer end |
#extension ⇒ Object
0-* [ Extension ]
736 737 738 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 736 def extension @extension end |
#facility ⇒ Object
0-1 Reference(Location)
757 758 759 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 757 def facility @facility end |
#form ⇒ Object
0-1 Attachment
777 778 779 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 777 def form @form end |
#formCode ⇒ Object
0-1 CodeableConcept
776 777 778 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 776 def formCode @formCode end |
#fundsReserve ⇒ Object
0-1 CodeableConcept
751 752 753 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 751 def fundsReserve @fundsReserve end |
#fundsReserveRequested ⇒ Object
0-1 CodeableConcept
750 751 752 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 750 def fundsReserveRequested @fundsReserveRequested end |
#id ⇒ Object
0-1 id
730 731 732 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 730 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
738 739 740 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 738 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
732 733 734 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 732 def implicitRules @implicitRules end |
#insurance ⇒ Object
1-* [ ExplanationOfBenefit::Insurance ]
769 770 771 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 769 def insurance @insurance end |
#insurer ⇒ Object
1-1 Reference(Organization)
747 748 749 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 747 def insurer @insurer end |
#item ⇒ Object
0-* [ ExplanationOfBenefit::Item ]
771 772 773 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 771 def item @item end |
#language ⇒ Object
0-1 code
733 734 735 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 733 def language @language end |
#meta ⇒ Object
0-1 Meta
731 732 733 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 731 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
737 738 739 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 737 def modifierExtension @modifierExtension end |
#originalPrescription ⇒ Object
0-1 Reference(MedicationRequest)
754 755 756 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 754 def originalPrescription @originalPrescription end |
#outcome ⇒ Object
1-1 code
760 761 762 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 760 def outcome @outcome end |
#patient ⇒ Object
1-1 Reference(Patient)
743 744 745 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 743 def patient @patient end |
#payee ⇒ Object
0-1 ExplanationOfBenefit::Payee
755 756 757 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 755 def payee @payee end |
#payment ⇒ Object
0-1 ExplanationOfBenefit::Payment
775 776 777 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 775 def payment @payment end |
#preAuthRef ⇒ Object
0-* [ string ]
762 763 764 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 762 def preAuthRef @preAuthRef end |
#preAuthRefPeriod ⇒ Object
0-* [ Period ]
763 764 765 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 763 def preAuthRefPeriod @preAuthRefPeriod end |
#precedence ⇒ Object
0-1 positiveInt
768 769 770 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 768 def precedence @precedence end |
#prescription ⇒ Object
0-1 Reference(MedicationRequest|VisionPrescription)
753 754 755 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 753 def prescription @prescription end |
#priority ⇒ Object
0-1 CodeableConcept
749 750 751 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 749 def priority @priority end |
#procedure ⇒ Object
0-* [ ExplanationOfBenefit::Procedure ]
767 768 769 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 767 def procedure @procedure end |
#processNote ⇒ Object
0-* [ ExplanationOfBenefit::ProcessNote ]
778 779 780 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 778 def processNote @processNote end |
#provider ⇒ Object
1-1 Reference(Practitioner|PractitionerRole|Organization)
748 749 750 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 748 def provider @provider end |
#referral ⇒ Object
0-1 Reference(ServiceRequest)
756 757 758 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 756 def referral @referral end |
#related ⇒ Object
0-* [ ExplanationOfBenefit::Related ]
752 753 754 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 752 def @related end |
#status ⇒ Object
1-1 code
739 740 741 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 739 def status @status end |
#subType ⇒ Object
0-1 CodeableConcept
741 742 743 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 741 def subType @subType end |
#supportingInfo ⇒ Object
0-* [ ExplanationOfBenefit::SupportingInfo ]
765 766 767 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 765 def supportingInfo @supportingInfo end |
#text ⇒ Object
0-1 Narrative
734 735 736 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 734 def text @text end |
#total ⇒ Object
0-* [ ExplanationOfBenefit::Total ]
774 775 776 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 774 def total @total end |
#type ⇒ Object
1-1 CodeableConcept
740 741 742 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 740 def type @type end |
#use ⇒ Object
1-1 code
742 743 744 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 742 def use @use end |
Instance Method Details
#resourceType ⇒ Object
782 783 784 |
# File 'lib/fhir_models/r4b/generated/resources/ExplanationOfBenefit.rb', line 782 def resourceType 'ExplanationOfBenefit' end |