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

 

Definition for Value SetDocumentReferenceStatus

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>DocumentReferenceStatus</h2>
      <p>The status of the document reference</p>
      <p>This value set defines it's own terms in the system http://hl7.org/fhir/document-reference-status</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>current</td>
          <td/>
          <td>This is the current reference for this document.</td>
        </tr>
        <tr>
          <td>superseded</td>
          <td/>
          <td>This reference has been superseded by another reference.</td>
        </tr>
        <tr>
          <td>error</td>
          <td/>
          <td>This reference was created in error.</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/document-reference-status"/>
  <name value="DocumentReferenceStatus"/>
  <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 status of the document reference"/>
  <status value="draft"/>
  <date value="2023-05-12T00:10:00"/>
  <define>
    <system value="http://hl7.org/fhir/document-reference-status"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="current"/>
      <definition value="This is the current reference for this document."/>
    </concept>
    <concept>
      <code value="superseded"/>
      <definition value="This reference has been superseded by another reference."/>
    </concept>
    <concept>
      <code value="error"/>
      <definition value="This reference was created in error."/>
    </concept>
  </define>
</ValueSet>