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

List-mode.xml

Definition for Value SetListMode

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>ListMode</h2>
      <p>The processing mode that applies to this list</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/list-mode</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>working
            <a name="working"> </a>
          </td>
          <td/>
          <td>This list is the master list, maintained in an ongoing fashion with regular updates as
             the real world list it is tracking changes.</td>
        </tr>
        <tr>
          <td>snapshot
            <a name="snapshot"> </a>
          </td>
          <td/>
          <td>This list was prepared as a snapshot. It should not be assumed to be current.</td>
        </tr>
        <tr>
          <td>changes
            <a name="changes"> </a>
          </td>
          <td/>
          <td>The list is prepared as a statement of changes that have been made or recommended.</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/list-mode"/>
  <name value="ListMode"/>
  <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 processing mode that applies to this list"/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.975+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/list-mode"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="working"/>
      <definition value="This list is the master list, maintained in an ongoing fashion with regular updates as
       the real world list it is tracking changes."/>
    </concept>
    <concept>
      <code value="snapshot"/>
      <definition value="This list was prepared as a snapshot. It should not be assumed to be current."/>
    </concept>
    <concept>
      <code value="changes"/>
      <definition value="The list is prepared as a statement of changes that have been made or recommended."/>
    </concept>
  </define>
</ValueSet>