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

FHIR IG analytics

Packagehl7.fhir.uv.fm-incubator
Resource TypeCodeSystem
IdCodeSystem-enrollment-outcome.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/fm-incubator/CodeSystem-enrollment-outcome.html
URLhttp://hl7.org/fhir/enrollment-outcome
Version0.1.0
Statusactive
Date2026-05-28T22:07:38+00:00
NameClaimProcessingCodes
TitleClaim Processing Codes
Realmuv
Authorityhl7
DescriptionThis value set includes Claim Processing Outcome codes.
CopyrightHL7 Inc.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.uv.fm-incubator#currentenrollment-outcomeEnrollment Outcome

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem enrollment-outcome

Last updated: 2020-12-28 16:55:11+1100

This case-sensitive code system http://hl7.org/fhir/enrollment-outcome defines the following codes:

CodeDisplayDefinition
queued QueuedThe Claim/Pre-authorization/Pre-determination has been received but processing has not begun.
complete Processing CompleteThe processing has completed without errors
error ErrorOne or more errors have been detected in the Claim
partial Partial ProcessingNo errors have been detected in the Claim and some of the adjudication has been performed.

Source1

{
  "resourceType": "CodeSystem",
  "id": "enrollment-outcome",
  "meta": {
    "lastUpdated": "2020-12-28T16:55:11.085+11:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://hl7.org/fhir/enrollment-outcome",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.1974"
    }
  ],
  "version": "0.1.0",
  "name": "ClaimProcessingCodes",
  "title": "Claim Processing Codes",
  "status": "active",
  "experimental": false,
  "date": "2026-05-28T22:07:38+00:00",
  "publisher": "HL7 International / Financial Management",
  "contact": [
    {
      "name": "HL7 International / Financial Management",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description": "This value set includes Claim Processing Outcome codes.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "copyright": "HL7 Inc.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/enrollment-outcome",
  "content": "complete",
  "concept": [
    {
      "code": "queued",
      "display": "Queued",
      "definition": "The Claim/Pre-authorization/Pre-determination has been received but processing has not begun."
    },
    {
      "code": "complete",
      "display": "Processing Complete",
      "definition": "The processing has completed without errors"
    },
    {
      "code": "error",
      "display": "Error",
      "definition": "One or more errors have been detected in the Claim"
    },
    {
      "code": "partial",
      "display": "Partial Processing",
      "definition": "No errors have been detected in the Claim and some of the adjudication has been performed."
    }
  ]
}