XealthIG
v1.46.0 - release

XealthIG - Local Development build (vv1.46.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Xealth ChargeItem Valid Status Value Set - JSON Representation

Active as of 2026-07-09

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "xealth-chargeitem-valid-status-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet xealth-chargeitem-valid-status-vs</b></p><a name=\"xealth-chargeitem-valid-status-vs\"> </a><a name=\"hcxealth-chargeitem-valid-status-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-chargeitem-status.html\"><code>http://hl7.org/fhir/chargeitem-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version &#x1F4E6;4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-chargeitem-status.html#chargeitem-status-billable\">billable</a></td><td>Billable</td><td>The charge item is ready for billing.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-chargeitem-status.html#chargeitem-status-entered-in-error\">entered-in-error</a></td><td>Entered in Error</td><td>The charge item has been entered in error and should not be processed for billing.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.xealth.io/ValueSet/xealth-chargeitem-valid-status-vs",
  "version" : "v1.46.0",
  "name" : "XealthChargeItemValidStatusVS",
  "title" : "Xealth ChargeItem Valid Status Value Set",
  "status" : "active",
  "date" : "2026-07-09T14:07:37+00:00",
  "publisher" : "Xealth",
  "contact" : [
    {
      "name" : "Xealth",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.xealth.io"
        },
        {
          "system" : "email",
          "value" : "support@xealth.io"
        }
      ]
    }
  ],
  "description" : "ChargeItem statuses Xealth accepts. billable = charge (POST); entered-in-error = total reversal / correction (PATCH).",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/chargeitem-status",
        "concept" : [
          {
            "code" : "billable",
            "display" : "Billable"
          },
          {
            "code" : "entered-in-error",
            "display" : "Entered in Error"
          }
        ]
      }
    ]
  }
}