FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-account-billing-status.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-account-billing-status.html
URLhttp://hl7.org/fhir/account-billing-status
Version5.0.0
Statusactive
Date2021-05-26T10:00:00+10:00
NameAccountBillingStatus
TitleExample Account Billing Statuses
Realmuv
Authorityhl7
DescriptionIndicates whether the account is available to be used for billing purposes.
Contentcomplete

Resources that use this resource

ValueSet
R5-account-billing-status-for-R4BCross-version VS for R5.AccountBillingStatus for use in FHIR R4B
ScheinstatusScheinstatus
R5-account-billing-status-for-R4Cross-version VS for R5.AccountBillingStatus for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/account-billing-status defines the following codes:

Code Display Definition
open Open The account is open for charging transactions (account.status is active)
carecomplete-notbilled CareComplete/Not Billed 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)
billing Billing 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)
closed-baddebt Closed-Bad Debt 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)
closed-voided Closed-Voided 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)
closed-completed Closed-Completed The account is closed and all charges are processed and accounted for. (account.status is i n-active)
closed-combined Closed-Combined 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)

Source1

{
  "resourceType": "CodeSystem",
  "id": "account-billing-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "http://hl7.org/fhir/account-billing-status",
  "version": "5.0.0",
  "name": "AccountBillingStatus",
  "title": "Example Account Billing Statuses",
  "status": "active",
  "experimental": true,
  "date": "2021-05-26T10:00:00+10:00",
  "publisher": "Patient Administration",
  "contact": [
    {
      "name": "Patient Administration",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm"
        }
      ]
    }
  ],
  "description": "Indicates whether the account is available to be used for billing purposes.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/account-billing-status",
  "content": "complete",
  "concept": [
    {
      "code": "open",
      "display": "Open",
      "definition": "The account is open for charging transactions (account.status is active)"
    },
    {
      "code": "carecomplete-notbilled",
      "display": "CareComplete/Not Billed",
      "definition": "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)"
    },
    {
      "code": "billing",
      "display": "Billing",
      "definition": "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)"
    },
    {
      "code": "closed-baddebt",
      "display": "Closed-Bad Debt",
      "definition": "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)"
    },
    {
      "code": "closed-voided",
      "display": "Closed-Voided",
      "definition": "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)"
    },
    {
      "code": "closed-completed",
      "display": "Closed-Completed",
      "definition": "The account is closed and all charges are processed and accounted for. (account.status is i n-active)"
    },
    {
      "code": "closed-combined",
      "display": "Closed-Combined",
      "definition": "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)"
    }
  ]
}