--- type: "codesystem" title: "Device Usage Status" codesystem: "deviceusage-status" --- # Device Usage Status - **Official URL**: http://hl7.org/fhir/deviceusage-status - **Version**: 6.0.0 - **Status**: draft - **Name**: DeviceUsageStatus - **Title**: Device Usage Status - **Publisher**: HL7 (FHIR Project) - **Description**: A coded concept indicating the current status of the Device Usage. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | preparation | Preparation | The core event has not started yet, but some staging activities have begun (e.g. surgical suite preparation). Preparation stages may be tracked for billing purposes. | | active | Active | The device is still being used. | | completed | Completed | The device is no longer being used. | | not-done | Not done | The device was not used. | | entered-in-error | Entered in Error | The statement was recorded incorrectly. | | intended | Intended | The device may be used at some time in the future. | | stopped | Stopped | Actions implied by the statement have been permanently halted, before all of them occurred. | | on-hold | On Hold | Actions implied by the statement have been temporarily halted, but are expected to continue later. May also be called "suspended". | ## CodeSystem XML ```xml <status value="draft"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11: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 the Device Usage."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/deviceusage-status"/> <content value="complete"/> <concept> <code value="preparation"/> <display value="Preparation"/> <definition value="The core event has not started yet, but some staging activities have begun (e.g. surgical suite preparation). Preparation stages may be tracked for billing purposes."/> </concept> <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="not-done"/> <display value="Not done"/> <definition value="The device was not 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 "suspended"."/> </concept> </CodeSystem> ```