OO Incubator Implementation Guide
0.1.0 - ci-build International flag

OO Incubator Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/oo-incubator/ and changes regularly. See the Directory of published versions

: Device Usage Status

Page standards status: Normative Maturity Level: 0

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="deviceusage-status"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem deviceusage-status</b></p><a name="deviceusage-status"> </a><a name="hcdeviceusage-status"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/R5/shareablecodesystem.html">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/deviceusage-status</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">preparation<a name="deviceusage-status-preparation"> </a></td><td>Preparation</td><td>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.</td></tr><tr><td style="white-space:nowrap">active<a name="deviceusage-status-active"> </a></td><td>Active</td><td>The device is still being used.</td></tr><tr><td style="white-space:nowrap">completed<a name="deviceusage-status-completed"> </a></td><td>Completed</td><td>The device is no longer being used.</td></tr><tr><td style="white-space:nowrap">not-done<a name="deviceusage-status-not-done"> </a></td><td>Not done</td><td>The device was not used.</td></tr><tr><td style="white-space:nowrap">entered-in-error<a name="deviceusage-status-entered-in-error"> </a></td><td>Entered in Error</td><td>The statement was recorded incorrectly.</td></tr><tr><td style="white-space:nowrap">intended<a name="deviceusage-status-intended"> </a></td><td>Intended</td><td>The device may be used at some time in the future.</td></tr><tr><td style="white-space:nowrap">stopped<a name="deviceusage-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 style="white-space:nowrap">on-hold<a name="deviceusage-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 &quot;suspended&quot;.</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0"/>
  </extension>
  <url value="http://hl7.org/fhir/deviceusage-status"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.2059"/>
  </identifier>
  <version value="0.1.0"/>
  <name value="DeviceUsageStatus"/>
  <title value="Device Usage Status"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2021-01-05T10:01:24+11:00"/>
  <publisher value="HL7 International / Orders and Observations"/>
  <contact>
    <name value="HL7 Orders and Observations Workgroup"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/orders"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="oo@lists.HL7.org"/>
    </telecom>
  </contact>
  <description
               value="A coded concept indicating the current status of the Device Usage."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet
            value="http://hl7.org/fhir/uv/oo-incubator/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 &quot;suspended&quot;."/>
  </concept>
</CodeSystem>