<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="device-statement-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>DeviceUseStatementStatus</h2>
      <div>
        <p>A coded concept indicating the current status of a the Device Usage</p>
      </div>
      <p>This code system http://hl7.org/fhir/device-statement-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="device-statement-status-active"></a></td>
          <td>Active</td>
          <td>The device is still being used.</td>
        </tr>
        <tr>
          <td>completed
                  <a name="device-statement-status-completed"></a></td>
          <td>Completed</td>
          <td>The device is no longer being used.</td>
        </tr>
        <tr>
          <td>entered-in-error
                  <a name="device-statement-status-entered-in-error"></a></td>
          <td>Entered in Error</td>
          <td>The statement was recorded incorrectly.</td>
        </tr>
        <tr>
          <td>intended
                  <a name="device-statement-status-intended"></a></td>
          <td>Intended</td>
          <td>The device may be used at some time in the future.</td>
        </tr>
        <tr>
          <td>stopped
                  <a name="device-statement-status-stopped"></a></td>
          <td>Stopped</td>
          <td>Actions implied by the statement have been permanently halted, before all of them occurred.</td>
        </tr>
        <tr>
          <td>on-hold
                  <a name="device-statement-status-on-hold"></a></td>
          <td>On Hold</td>
          <td>Actions implied by the statement have been temporarily halted, but are expected to continue later. May also be called "suspended".</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="0" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo" />
  </extension>
  <url value="http://hl7.org/fhir/device-statement-status" />
  <identifier>
    <system value="urn:ietf:rfc:3986" />
    <value value="urn:oid:2.16.840.1.113883.4.642.1.204" />
  </identifier>
  <version value="3.0.1" />
  <name value="DeviceUseStatementStatus" />
  <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 coded concept indicating the current status of a the Device Usage" />
  <caseSensitive value="true" />
  <valueSet value="http://hl7.org/fhir/ValueSet/device-statement-status" />
  <content value="complete" />
  <concept>
    <code value="active" />
    <display value="Active" />
    <definition value="The device is still being used." />
  </concept>
  <concept>
    <code value="completed" />
    <display value="Completed" />
    <definition value="The device is no longer being used." />
  </concept>
  <concept>
    <code value="entered-in-error" />
    <display value="Entered in Error" />
    <definition value="The statement was recorded incorrectly." />
  </concept>
  <concept>
    <code value="intended" />
    <display value="Intended" />
    <definition value="The device may be used at some time in the future." />
  </concept>
  <concept>
    <code value="stopped" />
    <display value="Stopped" />
    <definition value="Actions implied by the statement have been permanently halted, before all of them occurred." />
  </concept>
  <concept>
    <code value="on-hold" />
    <display value="On Hold" />
    <definition value="Actions implied by the statement have been temporarily halted, but are expected to continue later. May also be called &quot;suspended&quot;." />
  </concept>
</CodeSystem>