FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Device Usage Status - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "deviceusage-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/deviceusage-status</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">active\n                  <a name=\"deviceusage-status-active\"> </a>\n                </td>\n                <td>Active</td>\n                <td>The device is still being used.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">completed\n                  <a name=\"deviceusage-status-completed\"> </a>\n                </td>\n                <td>Completed</td>\n                <td>The device is no longer being used.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">not-done\n                  <a name=\"deviceusage-status-not-done\"> </a>\n                </td>\n                <td>Not done</td>\n                <td>The device was not used.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">entered-in-error\n                  <a name=\"deviceusage-status-entered-in-error\"> </a>\n                </td>\n                <td>Entered in Error</td>\n                <td>The statement was recorded incorrectly.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">intended\n                  <a name=\"deviceusage-status-intended\"> </a>\n                </td>\n                <td>Intended</td>\n                <td>The device may be used at some time in the future.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">stopped\n                  <a name=\"deviceusage-status-stopped\"> </a>\n                </td>\n                <td>Stopped</td>\n                <td>Actions implied by the statement have been permanently halted, before all of them occurred.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">on-hold\n                  <a name=\"deviceusage-status-on-hold\"> </a>\n                </td>\n                <td>On Hold</td>\n                <td>Actions implied by the statement have been temporarily halted, but are expected to continue later. May also be called &quot;suspended&quot;.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "oo"
    }
  ],
  "url" : "http://hl7.org/fhir/deviceusage-status",
  "version" : "5.0.0",
  "name" : "DeviceUsageStatus",
  "title" : "Device Usage Status",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T09:01:24+10:00",
  "publisher" : "Orders and Observations",
  "contact" : [
    {
      "name" : "Orders and Observations",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "A coded concept indicating the current status of the Device Usage.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/deviceusage-status",
  "content" : "complete",
  "concept" : [
    {
      "code" : "active",
      "display" : "Active",
      "definition" : "The device is still being used."
    },
    {
      "code" : "completed",
      "display" : "Completed",
      "definition" : "The device is no longer being used."
    },
    {
      "code" : "not-done",
      "display" : "Not done",
      "definition" : "The device was not used."
    },
    {
      "code" : "entered-in-error",
      "display" : "Entered in Error",
      "definition" : "The statement was recorded incorrectly."
    },
    {
      "code" : "intended",
      "display" : "Intended",
      "definition" : "The device may be used at some time in the future."
    },
    {
      "code" : "stopped",
      "display" : "Stopped",
      "definition" : "Actions implied by the statement have been permanently halted, before all of them occurred."
    },
    {
      "code" : "on-hold",
      "display" : "On Hold",
      "definition" : "Actions implied by the statement have been temporarily halted, but are expected to continue later. May also be called \"suspended\"."
    }
  ]
}