Extensions for Using Data Elements from FHIR STU3 in FHIR R5
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR STU3 in FHIR R5 - Downloaded Version null See the Directory of published versions

: DeviceComponentOperationalStatus - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "operational-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem operational-status</b></p><a name=\"operational-status\"> </a><a name=\"hcoperational-status\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/operational-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">off<a name=\"operational-status-off\"> </a></td><td>Off</td><td>The device is off.</td></tr><tr><td style=\"white-space:nowrap\">on<a name=\"operational-status-on\"> </a></td><td>On</td><td>The device is fully operational.</td></tr><tr><td style=\"white-space:nowrap\">not-ready<a name=\"operational-status-not-ready\"> </a></td><td>Not Ready</td><td>The device is not ready.</td></tr><tr><td style=\"white-space:nowrap\">standby<a name=\"operational-status-standby\"> </a></td><td>Standby</td><td>The device is ready but not actively operating.</td></tr><tr><td style=\"white-space:nowrap\">transduc-discon<a name=\"operational-status-transduc-discon\"> </a></td><td>Transducer Diconnected</td><td>The device transducer is diconnected.</td></tr><tr><td style=\"white-space:nowrap\">hw-discon<a name=\"operational-status-hw-discon\"> </a></td><td>Hardware Disconnectd</td><td>The device hardware is disconnected.</td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"operational-status-entered-in-error\"> </a></td><td>Entered In Error</td><td>The device was entered in error.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString" : "Informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r3.r5"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r5"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "dev"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r5"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/operational-status",
  "version" : "3.0.2",
  "name" : "DeviceComponentOperationalStatus",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-10-23T19:53:00-05:00",
  "publisher" : "Health Care Devices",
  "contact" : [
    {
      "name" : "Health Care Devices",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/healthcaredevices"
        }
      ]
    }
  ],
  "description" : "Codes representing the current status of the device - on, off, suspended, etc.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/operational-status",
  "content" : "complete",
  "concept" : [
    {
      "code" : "off",
      "display" : "Off",
      "definition" : "The device is off."
    },
    {
      "code" : "on",
      "display" : "On",
      "definition" : "The device is fully operational."
    },
    {
      "code" : "not-ready",
      "display" : "Not Ready",
      "definition" : "The device is not ready."
    },
    {
      "code" : "standby",
      "display" : "Standby",
      "definition" : "The device is ready but not actively operating."
    },
    {
      "code" : "transduc-discon",
      "display" : "Transducer Diconnected",
      "definition" : "The device transducer is diconnected."
    },
    {
      "code" : "hw-discon",
      "display" : "Hardware Disconnectd",
      "definition" : "The device hardware is disconnected."
    },
    {
      "code" : "entered-in-error",
      "display" : "Entered In Error",
      "definition" : "The device was entered in error."
    }
  ]
}