<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="explanationofbenefit-status" />
  <meta>
    <lastUpdated value="2017-04-19T07:44:43.294+10:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>ExplanationOfBenefitStatus</h2>
      <div>
        <p>A code specifying the state of the resource instance.</p>
      </div>
      <p>This code system http://hl7.org/fhir/explanationofbenefit-status defines the following codes:</p>
      <table class="codes">
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>active
                  <a name="explanationofbenefit-status-active"></a></td>
          <td>Active</td>
          <td>The resource instance is currently in-force.</td>
        </tr>
        <tr>
          <td>cancelled
                  <a name="explanationofbenefit-status-cancelled"></a></td>
          <td>Cancelled</td>
          <td>The resource instance is withdrawn, rescinded or reversed.</td>
        </tr>
        <tr>
          <td>draft
                  <a name="explanationofbenefit-status-draft"></a></td>
          <td>Draft</td>
          <td>A new resource instance the contents of which is not complete.</td>
        </tr>
        <tr>
          <td>entered-in-error
                  <a name="explanationofbenefit-status-entered-in-error"></a></td>
          <td>Entered In Error</td>
          <td>The resource instance was entered in error.</td>
        </tr>
      </table>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status">
    <valueString value="Informative" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fm" />
  </extension>
  <url value="http://hl7.org/fhir/explanationofbenefit-status" />
  <identifier>
    <system value="urn:ietf:rfc:3986" />
    <value value="urn:oid:2.16.840.1.113883.4.642.1.611" />
  </identifier>
  <version value="3.0.1" />
  <name value="ExplanationOfBenefitStatus" />
  <status value="draft" />
  <experimental value="false" />
  <date value="2017-04-19T07:44:43+10:00" />
  <publisher value="HL7 (FHIR Project)" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.org/fhir" />
    </telecom>
    <telecom>
      <system value="email" />
      <value value="fhir@lists.hl7.org" />
    </telecom>
  </contact>
  <description value="A code specifying the state of the resource instance." />
  <caseSensitive value="true" />
  <valueSet value="http://hl7.org/fhir/ValueSet/explanationofbenefit-status" />
  <content value="complete" />
  <concept>
    <code value="active" />
    <display value="Active" />
    <definition value="The resource instance is currently in-force." />
  </concept>
  <concept>
    <code value="cancelled" />
    <display value="Cancelled" />
    <definition value="The resource instance is withdrawn, rescinded or reversed." />
  </concept>
  <concept>
    <code value="draft" />
    <display value="Draft" />
    <definition value="A new resource instance the contents of which is not complete." />
  </concept>
  <concept>
    <code value="entered-in-error" />
    <display value="Entered In Error" />
    <definition value="The resource instance was entered in error." />
  </concept>
</CodeSystem>