type: codesystemcodesystem: device-operation-state-mode
FHIR Device Operation State Mode
- Official URL: http://hl7.org/fhir/device-operation-state-mode
- Version: 6.0.0
- Status: draft
- Name: FHIRDeviceOperationStateMode
- Title: FHIR Device Operation State Mode
- Publisher: HL7 (FHIR Project)
- Description: The operation mode of the device.
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| normal | Normal | The device operates in a mode that supports the fulfillment of its clinical functions. |
| demo | Demo | The device operates in a mode that is intended for demonstration purposes only. Arbitrary values are generated. |
| service | Service | The device operates in a mode that is intended for correcting a functional problem of the device only. Arbitrary values may be generated. |
| maintenance | Maintenance | The device operates in a mode that is intended for preventative and/or scheduled maintenance purposes only. |
| test | Test | The device operates in a test mode that is not intended to be used for production/operational purposes. |
CodeSystem XML
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="device-operation-state-mode"/>
<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="2"/>
</extension>
<url value="http://hl7.org/fhir/device-operation-state-mode"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.1848"/>
</identifier>
<version value="6.0.0"/>
<name value="FHIRDeviceOperationStateMode"/>
<title value="FHIR Device Operation State Mode"/>
<status value="draft"/>
<experimental value="false"/>
<date value="2022-03-28T10: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="The operation mode of the device."/>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/ValueSet/device-operation-state-mode"/>
<content value="complete"/>
<concept>
<code value="normal"/>
<display value="Normal"/>
<definition value="The device operates in a mode that supports the fulfillment of its clinical functions."/>
</concept>
<concept>
<code value="demo"/>
<display value="Demo"/>
<definition value="The device operates in a mode that is intended for demonstration purposes only. Arbitrary values are generated."/>
</concept>
<concept>
<code value="service"/>
<display value="Service"/>
<definition value="The device operates in a mode that is intended for correcting a functional problem of the device only. Arbitrary values may be generated."/>
</concept>
<concept>
<code value="maintenance"/>
<display value="Maintenance"/>
<definition value="The device operates in a mode that is intended for preventative and/or scheduled maintenance purposes only."/>
</concept>
<concept>
<code value="test"/>
<display value="Test"/>
<definition value="The device operates in a test mode that is not intended to be used for production/operational purposes."/>
</concept>
</CodeSystem>