FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Financial Task Codes - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "financial-taskcode",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem financial-taskcode</b></p><a name=\"financial-taskcode\"> </a><a name=\"hcfinancial-taskcode\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/financialtaskcode</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\">cancel<a name=\"financial-taskcode-cancel\"> </a></td><td>Cancel</td><td>Cancel or reverse a resource, such as a claim or preauthorization, which is in-process or complete.</td></tr><tr><td style=\"white-space:nowrap\">poll<a name=\"financial-taskcode-poll\"> </a></td><td>Poll</td><td>Retrieve selected or all queued resources or messages.</td></tr><tr><td style=\"white-space:nowrap\">release<a name=\"financial-taskcode-release\"> </a></td><td>Release</td><td>Release any reserved funds or material obligations associated with a resource. For example, any unused but reserved funds or treatment allowance associated with a preauthorization once treatment is complete.</td></tr><tr><td style=\"white-space:nowrap\">reprocess<a name=\"financial-taskcode-reprocess\"> </a></td><td>Reprocess</td><td>Indication that the processing of a resource, such as a claim, for some or all of the required work is now being requested.</td></tr><tr><td style=\"white-space:nowrap\">status<a name=\"financial-taskcode-status\"> </a></td><td>Status check</td><td>Check on the processing status of a resource such as the adjudication of a claim.</td></tr></table></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4.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" : "fhir"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/financialtaskcode",
  "version" : "4.0.1",
  "name" : "FinancialTaskCodes",
  "title" : "Financial Task Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-13T16:11:23-04:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [
    {
      "name" : "FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "This value set includes Financial Task codes.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "This is an example set.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/financial-taskcode",
  "content" : "complete",
  "concept" : [
    {
      "code" : "cancel",
      "display" : "Cancel",
      "definition" : "Cancel or reverse a resource, such as a claim or preauthorization, which is in-process or complete."
    },
    {
      "code" : "poll",
      "display" : "Poll",
      "definition" : "Retrieve selected or all queued resources or messages."
    },
    {
      "code" : "release",
      "display" : "Release",
      "definition" : "Release any reserved funds or material obligations associated with a resource. For example, any unused but reserved funds or treatment allowance associated with a preauthorization once treatment is complete."
    },
    {
      "code" : "reprocess",
      "display" : "Reprocess",
      "definition" : "Indication that the processing of a resource, such as a claim, for some or all of the required work is now being requested."
    },
    {
      "code" : "status",
      "display" : "Status check",
      "definition" : "Check on the processing status of a resource such as the adjudication of a claim."
    }
  ]
}