pub struct Claim {Show 40 fields
pub id: Option<Id>,
pub meta: Option<Meta>,
pub implicit_rules: Option<UriDt>,
pub language: Option<CodeDt>,
pub text: Option<Narrative>,
pub contained: Option<Vec<AnyResource>>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub identifier: Option<Vec<Identifier>>,
pub trace_number: Option<Vec<Identifier>>,
pub status: Option<CodeDt>,
pub type_: Option<CodeableConcept>,
pub sub_type: Option<CodeableConcept>,
pub use_: Option<CodeDt>,
pub patient: Option<Reference>,
pub billable_period: Option<Period>,
pub created: Option<DateTimeDt>,
pub enterer: Option<Reference>,
pub insurer: Option<Reference>,
pub provider: Option<Reference>,
pub priority: Option<CodeableConcept>,
pub funds_reserve: Option<CodeableConcept>,
pub related: Option<Vec<ClaimRelatedBackboneElement>>,
pub prescription: Option<Reference>,
pub original_prescription: Option<Reference>,
pub payee: Option<ClaimPayeeBackboneElement>,
pub referral: Option<Reference>,
pub encounter: Option<Vec<Reference>>,
pub facility: Option<Reference>,
pub diagnosis_related_group: Option<CodeableConcept>,
pub event: Option<Vec<ClaimEventBackboneElement>>,
pub care_team: Option<Vec<ClaimCareTeamBackboneElement>>,
pub supporting_info: Option<Vec<ClaimSupportingInfoBackboneElement>>,
pub diagnosis: Option<Vec<ClaimDiagnosisBackboneElement>>,
pub procedure: Option<Vec<ClaimProcedureBackboneElement>>,
pub insurance: Option<Vec<ClaimInsuranceBackboneElement>>,
pub accident: Option<ClaimAccidentBackboneElement>,
pub patient_paid: Option<Money>,
pub item: Option<Vec<ClaimItemBackboneElement>>,
pub total: Option<Money>,
}
Fields§
§id: Option<Id>
Logical id of this artifact
meta: Option<Meta>
Metadata about the resource
implicit_rules: Option<UriDt>
A set of rules under which this content was created
language: Option<CodeDt>
Language of the resource content
text: Option<Narrative>
Text summary of the resource, for human interpretation
contained: Option<Vec<AnyResource>>
Contained, inline Resources
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored
identifier: Option<Vec<Identifier>>
Business Identifier for claim
trace_number: Option<Vec<Identifier>>
Number for tracking
status: Option<CodeDt>
active | cancelled | draft | entered-in-error
type_: Option<CodeableConcept>
Category or discipline
sub_type: Option<CodeableConcept>
More granular claim type
use_: Option<CodeDt>
claim | preauthorization | predetermination
patient: Option<Reference>
The recipient of the products and services
billable_period: Option<Period>
Relevant time frame for the claim
created: Option<DateTimeDt>
Resource creation date
enterer: Option<Reference>
Author of the claim
insurer: Option<Reference>
Target
provider: Option<Reference>
Party responsible for the claim
priority: Option<CodeableConcept>
Desired processing urgency
funds_reserve: Option<CodeableConcept>
For whom to reserve funds
Prior or corollary claims
prescription: Option<Reference>
Prescription authorizing services and products
original_prescription: Option<Reference>
Original prescription if superseded by fulfiller
payee: Option<ClaimPayeeBackboneElement>
Recipient of benefits payable
referral: Option<Reference>
Treatment referral
encounter: Option<Vec<Reference>>
Encounters associated with the listed treatments
facility: Option<Reference>
Servicing facility
Package billing code
event: Option<Vec<ClaimEventBackboneElement>>
Event information
care_team: Option<Vec<ClaimCareTeamBackboneElement>>
Members of the care team
supporting_info: Option<Vec<ClaimSupportingInfoBackboneElement>>
Supporting information
diagnosis: Option<Vec<ClaimDiagnosisBackboneElement>>
Pertinent diagnosis information
procedure: Option<Vec<ClaimProcedureBackboneElement>>
Clinical procedures performed
insurance: Option<Vec<ClaimInsuranceBackboneElement>>
Patient insurance information
accident: Option<ClaimAccidentBackboneElement>
Details of the event
patient_paid: Option<Money>
Paid by the patient
item: Option<Vec<ClaimItemBackboneElement>>
Product or service provided
total: Option<Money>
Total claim cost