type: codesystemcodesystem: operational-status
Device Component Operational Status
- Official URL: http://hl7.org/fhir/operational-status
- Version: 6.0.0
- Name: DeviceComponentOperationalStatus
- Title: Device Component Operational Status
- Description: DeviceComponentOperationalStatus
Concepts
| Code | Display | Definition |
|---|---|---|
| off | Off | The device is off. |
| on | On | The device is fully operational. |
| not-ready | Not Ready | The device is not ready. |
| standby | Standby | The device is ready but not actively operating. |
| transduc-discon | Transducer Disconnected | The device transducer is disconnected. |
| hw-discon | Hardware Disconnectd | The device hardware is disconnected. |
| entered-in-error | Entered In Error | The device was entered in error. |
CodeSystem XML
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="operational-status"/>
<meta>
</meta>
<url value="http://hl7.org/fhir/operational-status"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.1.896"/>
</identifier>
<version value="6.0.0"/>
<name value="DeviceComponentOperationalStatus"/>
<title value="Device Component Operational Status"/>
<experimental value="true"/>
<description value="DeviceComponentOperationalStatus"/>
<concept>
<code value="off"/>
<display value="Off"/>
<definition value="The device is off."/>
</concept>
<concept>
<code value="on"/>
<display value="On"/>
<definition value="The device is fully operational."/>
</concept>
<concept>
<code value="not-ready"/>
<display value="Not Ready"/>
<definition value="The device is not ready."/>
</concept>
<concept>
<code value="standby"/>
<display value="Standby"/>
<definition value="The device is ready but not actively operating."/>
</concept>
<concept>
<code value="transduc-discon"/>
<display value="Transducer Disconnected"/>
<definition value="The device transducer is disconnected."/>
</concept>
<concept>
<code value="hw-discon"/>
<display value="Hardware Disconnectd"/>
<definition value="The device hardware is disconnected."/>
</concept>
<concept>
<code value="entered-in-error"/>
<display value="Entered In Error"/>
<definition value="The device was entered in error."/>
</concept>
</CodeSystem>