This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
| Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw JSON (canonical form + also see JSON Format Specification)
Definition for Code SystemFHIRDeviceOperationStatusReason
{
"resourceType" : "CodeSystem",
"id" : "device-operation-status-reason",
"meta" : {
"lastUpdated" : "2022-09-07T10:58:29.429+10:00",
"profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
},
"text" : {
"status" : "generated",
"div" : "<div>!-- Snipped for Brevity --></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "oo"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2
}],
"url" : "http://terminology.hl7.org/CodeSystem/device-operation-status-reason",
"identifier" : [{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.4.2050"
}],
"version" : "5.0.0-ballot",
"name" : "FHIRDeviceOperationStatusReason",
"title" : "FHIRDeviceOperationStatusReason",
"status" : "draft",
"experimental" : false,
"date" : "2020-12-28T16:55:11+11:00",
"publisher" : "HL7 (FHIR Project)",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}]
}],
"description" : "The availability status reason of the device.",
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/device-operation-status-reason",
"content" : "complete",
"concept" : [{
"code" : "3::6728",
"display" : "Check air supply",
"definition" : "Checking of ventilator air supply is necessary."
},
{
"code" : "3::6678",
"display" : "Battery needs replacement",
"definition" : "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.)"
},
{
"code" : "3::462",
"display" : "CO2 failure",
"definition" : "Failure occurred in a CO2 measuring device"
},
{
"code" : "3::6708",
"display" : "Time adjustment check",
"definition" : "Advisory: Check time (system asks user to check the time)"
},
{
"code" : "3::694",
"display" : "Patient ID change",
"definition" : "Advisory: The ID of the patient connected to the device has changed"
},
{
"code" : "3::724",
"display" : "Infusion volume complete",
"definition" : "Advisory: Infusion of the specified volume has been completed"
},
{
"code" : "3::120",
"display" : "Unplugged",
"definition" : "A component (sensor, module) has become unplugged"
},
{
"code" : "3::132",
"display" : "Inoperable",
"definition" : "Device has become inoperable"
},
{
"code" : "3::410",
"display" : "Alarm limit",
"definition" : "Alarm limit exceeded"
}]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.