FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem enrollment-outcome

<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="enrollment-outcome"/>
  <meta>
    <lastUpdated value="2023-03-26T15:21:02.749+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div value="&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
            &lt;p&gt;This code system 
              &lt;code&gt;http://hl7.org/fhir/enrollment-outcome&lt;/code&gt; defines the following codes:
            &lt;/p&gt;
            &lt;table class=&quot;codes&quot;&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;
                  &lt;b&gt;Code&lt;/b&gt;
                &lt;/td&gt;
                &lt;td&gt;
                  &lt;b&gt;Display&lt;/b&gt;
                &lt;/td&gt;
                &lt;td&gt;
                  &lt;b&gt;Definition&lt;/b&gt;
                &lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;queued
                  &lt;a name=&quot;enrollment-outcome-queued&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Queued&lt;/td&gt;
                &lt;td&gt;The Claim/Pre-authorization/Pre-determination has been received but processing has not begun.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;complete
                  &lt;a name=&quot;enrollment-outcome-complete&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Processing Complete&lt;/td&gt;
                &lt;td&gt;The processing has completed without errors&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;error
                  &lt;a name=&quot;enrollment-outcome-error&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Error&lt;/td&gt;
                &lt;td&gt;One or more errors have been detected in the Claim&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;partial
                  &lt;a name=&quot;enrollment-outcome-partial&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Partial Processing&lt;/td&gt;
                &lt;td&gt;No errors have been detected in the Claim and some of the adjudication has been performed.&lt;/td&gt;
              &lt;/tr&gt;
            &lt;/table&gt;
          &lt;/div&gt;"/>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fm"/>
  </extension>
  <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="2"/>
  </extension>
  <url value="http://hl7.org/fhir/enrollment-outcome"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1974"/>
  </identifier>
  <version value="5.0.0"/>
  <name value="ClaimProcessingCodes"/>
  <title value="Claim Processing Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <publisher value="FHIR Project team"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="This value set includes Claim Processing Outcome codes."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <copyright value="HL7 Inc."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/enrollment-outcome"/>
  <content value="complete"/>
  <concept>
    <code value="queued"/>
    <display value="Queued"/>
    <definition value="The Claim/Pre-authorization/Pre-determination has been received but processing has not begun."/>
  </concept>
  <concept>
    <code value="complete"/>
    <display value="Processing Complete"/>
    <definition value="The processing has completed without errors"/>
  </concept>
  <concept>
    <code value="error"/>
    <display value="Error"/>
    <definition value="One or more errors have been detected in the Claim"/>
  </concept>
  <concept>
    <code value="partial"/>
    <display value="Partial Processing"/>
    <definition value="No errors have been detected in the Claim and some of the adjudication has been performed."/>
  </concept>
</CodeSystem>