View raw Markdown
type: codesystemcodesystem: device-operation-status-reason

FHIR Device Operation Status Reason

Concepts

CodeDisplayDefinition
3::6728Check air supplyChecking of ventilator air supply is necessary.
3::6678Battery needs replacementAdvisory: Replace Battery (a full charge is now a too small fraction of the original capacity or this is not a rechargeable battery that is close to empty.)
3::462CO2 failureFailure occurred in a CO2 measuring device
3::6708Time adjustment checkAdvisory: Check time (system asks user to check the time)
3::694Patient ID changeAdvisory: The ID of the patient connected to the device has changed
3::724Infusion volume completeAdvisory: Infusion of the specified volume has been completed
3::120UnpluggedA component (sensor, module) has become unplugged
3::132InoperableDevice has become inoperable
3::410Alarm limitAlarm limit exceeded

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="device-operation-status-reason"/>
  <meta>

  </meta>
  <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-status-reason"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.2050"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="FHIRDeviceOperationStatusReason"/>
  <title value="FHIR Device Operation Status Reason"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2020-12-28T16:55:11+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 availability status reason of the device."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/device-operation-status-reason"/>
  <content value="complete"/>
  <concept>
    <code value="3::6728"/>
    <display value="Check air supply"/>
    <definition value="Checking of ventilator air supply is necessary."/>
  </concept>
  <concept>
    <code value="3::6678"/>
    <display value="Battery needs replacement"/>
    <definition value="Advisory: Replace Battery (a full charge is now a too small fraction of the original capacity or this is not a rechargeable battery that is close to empty.)"/>
  </concept>
  <concept>
    <code value="3::462"/>
    <display value="CO2 failure"/>
    <definition value="Failure occurred in a CO2 measuring device"/>
  </concept>
  <concept>
    <code value="3::6708"/>
    <display value="Time adjustment check"/>
    <definition value="Advisory: Check time (system asks user to check the time)"/>
  </concept>
  <concept>
    <code value="3::694"/>
    <display value="Patient ID change"/>
    <definition value="Advisory: The ID of the patient connected to the device has changed"/>
  </concept>
  <concept>
    <code value="3::724"/>
    <display value="Infusion volume complete"/>
    <definition value="Advisory: Infusion of the specified volume has been completed"/>
  </concept>
  <concept>
    <code value="3::120"/>
    <display value="Unplugged"/>
    <definition value="A component (sensor, module) has become unplugged"/>
  </concept>
  <concept>
    <code value="3::132"/>
    <display value="Inoperable"/>
    <definition value="Device has become inoperable"/>
  </concept>
  <concept>
    <code value="3::410"/>
    <display value="Alarm limit"/>
    <definition value="Alarm limit exceeded"/>
  </concept>
</CodeSystem>