--- type: "valueset" title: "Example Account Billing Statuses" valueset: "account-billing-status" --- # Example Account Billing Statuses - **Official URL**: http://hl7.org/fhir/ValueSet/account-billing-status - **Version**: 6.0.0 - **Status**: active - **Name**: AccountBillingStatus - **Title**: Example Account Billing Statuses - **Publisher**: HL7 (FHIR Project) - **Description**: Indicates whether the account is available to be used for billing purposes. ## Content (Compose) - **System**: http://hl7.org/fhir/account-billing-status ## ValueSet XML ```xml <status value="active"/> <experimental value="true"/> <date value="2021-05-26"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Indicates whether the account is available to be used for billing purposes."/> <immutable value="true"/> <compose> <include> <system value="http://hl7.org/fhir/account-billing-status"/> </include> </compose> </ValueSet> ```