Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 0 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="account-billing-status"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>This code system
<code>http://hl7.org/fhir/account-billing-status</code> defines the following codes:
</p>
<table class="codes">
<tr>
<td style="white-space:nowrap">
<b>Code</b>
</td>
<td>
<b>Display</b>
</td>
<td>
<b>Definition</b>
</td>
</tr>
<tr>
<td style="white-space:nowrap">open
<a name="account-billing-status-open"> </a>
</td>
<td>Open</td>
<td>The account is open for charging transactions (account.status is active)</td>
</tr>
<tr>
<td style="white-space:nowrap">carecomplete-notbilled
<a name="account-billing-status-carecomplete-notbilled"> </a>
</td>
<td>CareComplete/Not Billed</td>
<td>The account.status is still active and may have charges recorded against it (only for events in the servicePeriod), however the encounters associated are completed. (Also known as Discharged not billed) This BillingStatus is often not used in ongoing accounts. (account.status is active)</td>
</tr>
<tr>
<td style="white-space:nowrap">billing
<a name="account-billing-status-billing"> </a>
</td>
<td>Billing</td>
<td>Indicates that all transactions are recorded and the finance system can perform the billing process, including preparing insurance claims, scrubbing charges, invoicing etc. During this time any new charges will not be included in the current billing run/cycle. (account.status is active)</td>
</tr>
<tr>
<td style="white-space:nowrap">closed-baddebt
<a name="account-billing-status-closed-baddebt"> </a>
</td>
<td>Closed-Bad Debt</td>
<td>The balance of this debt has not been able to be recovered, and the organization has decided not to persue debt recovery. (account.status is in-active)</td>
</tr>
<tr>
<td style="white-space:nowrap">closed-voided
<a name="account-billing-status-closed-voided"> </a>
</td>
<td>Closed-Voided</td>
<td>The account was not created in error, however the organization has decided that it will not be charging any transactions associated. (account.status is i n-active)</td>
</tr>
<tr>
<td style="white-space:nowrap">closed-completed
<a name="account-billing-status-closed-completed"> </a>
</td>
<td>Closed-Completed</td>
<td>The account is closed and all charges are processed and accounted for. (account.status is i n-active)</td>
</tr>
<tr>
<td style="white-space:nowrap">closed-combined
<a name="account-billing-status-closed-combined"> </a>
</td>
<td>Closed-Combined</td>
<td>This account has been merged into another account, all charged have been migrated. This account should no longer be used, and will not be billed. (account.status is i n-active)</td>
</tr>
</table>
</div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="trial-use"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="0"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/package-source">
<extension url="packageId">
<valueId value="hl7.fhir.uv.xver-r5.r4"/>
</extension>
<extension url="version">
<valueString value="0.1.0"/>
</extension>
<extension url="uri">
<valueUri
value="http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="pa"/>
</extension>
<url value="http://hl7.org/fhir/account-billing-status"/>
<version value="5.0.0"/>
<name value="AccountBillingStatus"/>
<title value="Example Account Billing Statuses"/>
<status value="active"/>
<experimental value="true"/>
<date value="2021-05-25T19:00:00-05:00"/>
<publisher value="Patient Administration"/>
<contact>
<name value="Patient Administration"/>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/pafm"/>
</telecom>
</contact>
<description
value="Indicates whether the account is available to be used for billing purposes."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/ValueSet/account-billing-status"/>
<content value="complete"/>
<concept>
<code value="open"/>
<display value="Open"/>
<definition
value="The account is open for charging transactions (account.status is active)"/>
</concept>
<concept>
<code value="carecomplete-notbilled"/>
<display value="CareComplete/Not Billed"/>
<definition
value="The account.status is still active and may have charges recorded against it (only for events in the servicePeriod), however the encounters associated are completed. (Also known as Discharged not billed) This BillingStatus is often not used in ongoing accounts. (account.status is active)"/>
</concept>
<concept>
<code value="billing"/>
<display value="Billing"/>
<definition
value="Indicates that all transactions are recorded and the finance system can perform the billing process, including preparing insurance claims, scrubbing charges, invoicing etc. During this time any new charges will not be included in the current billing run/cycle. (account.status is active)"/>
</concept>
<concept>
<code value="closed-baddebt"/>
<display value="Closed-Bad Debt"/>
<definition
value="The balance of this debt has not been able to be recovered, and the organization has decided not to persue debt recovery. (account.status is in-active)"/>
</concept>
<concept>
<code value="closed-voided"/>
<display value="Closed-Voided"/>
<definition
value="The account was not created in error, however the organization has decided that it will not be charging any transactions associated. (account.status is i n-active)"/>
</concept>
<concept>
<code value="closed-completed"/>
<display value="Closed-Completed"/>
<definition
value="The account is closed and all charges are processed and accounted for. (account.status is i n-active)"/>
</concept>
<concept>
<code value="closed-combined"/>
<display value="Closed-Combined"/>
<definition
value="This account has been merged into another account, all charged have been migrated. This account should no longer be used, and will not be billed. (account.status is i n-active)"/>
</concept>
</CodeSystem>