--- type: "codesystem" title: "Account Aggregate" codesystem: "account-aggregate" --- # Account Aggregate - **Official URL**: http://hl7.org/fhir/account-aggregate - **Version**: 6.0.0 - **Status**: active - **Name**: AccountAggregate - **Title**: Account Aggregate - **Publisher**: HL7 (FHIR Project) - **Description**: Indicates who is expected to pay a part of the account balance. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | patient | Patient | This (aggregated) balance is expected to be paid by the Patient | | insurance | Insurance | This (aggregated) balance is expected to be paid by Insurance coverage(s) | | total | Total | There is no aggregation on this balance | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <description value="Indicates who is expected to pay a part of the account balance."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/account-aggregate"/> <content value="complete"/> <concept> <code value="patient"/> <display value="Patient"/> <definition value="This (aggregated) balance is expected to be paid by the Patient"/> </concept> <concept> <code value="insurance"/> <display value="Insurance"/> <definition value="This (aggregated) balance is expected to be paid by Insurance coverage(s)"/> </concept> <concept> <code value="total"/> <display value="Total"/> <definition value="There is no aggregation on this balance"/> </concept> </CodeSystem> ```