This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Composition-status.xml

Definition for Value SetCompositionStatus

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>CompositionStatus</h2>
      <p>The workflow/clinical status of the composition</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/composition-status</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
          <td>
            <b>
              <a href="v3\ActStatus\index.html">v3 Map (ActStatus)</a>
            </b>
          </td>
        </tr>
        <tr>
          <td>preliminary
            <a name="preliminary"> </a>
          </td>
          <td/>
          <td>This is a preliminary composition or document (also known as initial or interim). The
             content may be incomplete or unverified.</td>
          <td>
            <span title="equivalent">~</span>
            <a href="v3\ActStatus\index.html#active">active</a>
          </td>
        </tr>
        <tr>
          <td>final
            <a name="final"> </a>
          </td>
          <td/>
          <td>The composition or document is complete and verified by an appropriate person, and no
             further work is planned.</td>
          <td>
            <span title="wider">&lt;</span>
            <a href="v3\ActStatus\index.html#completed">completed</a>
          </td>
        </tr>
        <tr>
          <td>appended
            <a name="appended"> </a>
          </td>
          <td/>
          <td>The composition or document has been modified subsequent to being released as &quot;final&quot;,
             and is complete and verified by an authorized person. The modifications added new information
             to the composition or document, but did not revise existing content.</td>
          <td>
            <span title="wider">&lt;</span>
            <a href="v3\ActStatus\index.html#completed">completed</a>
          </td>
        </tr>
        <tr>
          <td>amended
            <a name="amended"> </a>
          </td>
          <td/>
          <td>The composition or document has been modified subsequent to being released as &quot;final&quot;,
             and is complete and verified by an authorized person.</td>
          <td>
            <span title="wider">&lt;</span>
            <a href="v3\ActStatus\index.html#completed">completed</a>
          </td>
        </tr>
        <tr>
          <td>entered in error
            <a name="enteredinerror"> </a>
          </td>
          <td/>
          <td>The composition or document was originally created/issued in error, and this is an amendment
             that marks that the entire series should not be considered as valid.</td>
          <td>
            <span title="equivalent">~</span>
            <a href="v3\ActStatus\index.html#nullified">nullified</a>
          </td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/composition-status"/>
  <name value="CompositionStatus"/>
  <publisher value="HL7 (FHIR Project)"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="fhir@lists.hl7.org"/>
  </telecom>
  <description value="The workflow/clinical status of the composition"/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.978+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/composition-status"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="preliminary"/>
      <definition value="This is a preliminary composition or document (also known as initial or interim). The
       content may be incomplete or unverified."/>
    </concept>
    <concept>
      <code value="final"/>
      <definition value="The composition or document is complete and verified by an appropriate person, and no
       further work is planned."/>
    </concept>
    <concept>
      <code value="appended"/>
      <definition value="The composition or document has been modified subsequent to being released as &quot;final&quot;,
       and is complete and verified by an authorized person. The modifications added new information
       to the composition or document, but did not revise existing content."/>
    </concept>
    <concept>
      <code value="amended"/>
      <definition value="The composition or document has been modified subsequent to being released as &quot;final&quot;,
       and is complete and verified by an authorized person."/>
    </concept>
    <concept>
      <code value="entered in error"/>
      <definition value="The composition or document was originally created/issued in error, and this is an amendment
       that marks that the entire series should not be considered as valid."/>
    </concept>
  </define>
</ValueSet>