http://terminology.hl7.org/CodeSystem/device-status-reason|4.0.1

name
FHIRDeviceStatusReason
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
draft
date
2019-10-31 22:29:23.0

FHIRDeviceStatusReason

The availability status reason of the device.

{
  "description" : "The availability status reason of the device.",
  "compose" : null,
  "package" : "hl7.fhir.r4.examples@4.0.1",
  "date" : "2019-10-31T22:29:23Z",
  "meta" : {
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "content" : "complete",
  "name" : "FHIRDeviceStatusReason",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "FHIRDeviceStatusReason",
  "supliment" : null,
  "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
  } ],
  "status" : "draft",
  "id" : "6c3742fe-732f-5834-bc0f-ccc8359b9b2a",
  "valueSet" : "http://hl7.org/fhir/ValueSet/device-status-reason",
  "url" : "http://terminology.hl7.org/CodeSystem/device-status-reason",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1082",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "concept" : [ {
    "code" : "online",
    "display" : "Online",
    "definition" : "The device is off."
  }, {
    "code" : "paused",
    "display" : "Paused",
    "definition" : "The device is paused."
  }, {
    "code" : "standby",
    "display" : "Standby",
    "definition" : "The device is ready but not actively operating."
  }, {
    "code" : "offline",
    "display" : "Offline",
    "definition" : "The device is offline."
  }, {
    "code" : "not-ready",
    "display" : "Not Ready",
    "definition" : "The device is not ready."
  }, {
    "code" : "transduc-discon",
    "display" : "Transducer Disconnected",
    "definition" : "The device transducer is disconnected."
  }, {
    "code" : "hw-discon",
    "display" : "Hardware Disconnected",
    "definition" : "The device hardware is disconnected."
  }, {
    "code" : "off",
    "display" : "Off",
    "definition" : "The device is off."
  } ],
  "caseSensitive" : true,
  "version" : "4.0.1",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}