Clinical Core
1.2.0 - STU1 BE

Clinical Core, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/core-clinical/ and changes regularly. See the Directory of published versions

: Device Status Value Set

Active as of 2026-05-30

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "DeviceStatusVS",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet DeviceStatusVS</b></p><a name=\"DeviceStatusVS\"> </a><a name=\"hcDeviceStatusVS\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-device-status.html\"><code>http://hl7.org/fhir/device-status</code></a><span title=\"Version is explicitly stated to be 4.0.1\"> version &#x1F4CD;4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-device-status.html#device-status-active\">active</a></td><td>Active</td><td>The device is available for use.  Note: For *implanted devices*  this means that the device is implanted in the patient.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-device-status.html#device-status-inactive\">inactive</a></td><td>Inactive</td><td>The device is no longer available for use (e.g. lost, expired, damaged).  Note: For *implanted devices*  this means that the device has been removed from the patient.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-device-status.html#device-status-entered-in-error\">entered-in-error</a></td><td>Entered in Error</td><td>The device was entered in error and voided.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-device-status.html#device-status-unknown\">unknown</a></td><td>Unknown</td><td>The status of the device has not been determined.</td></tr></table></li></ul></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/be-vs-device-status",
  "version" : "1.2.0",
  "name" : "DeviceStatusVS",
  "title" : "Device Status Value Set",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-05-30T09:09:41+00:00",
  "publisher" : "eHealth Platform",
  "contact" : [
    {
      "name" : "eHealth Platform",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ehealth.fgov.be"
        },
        {
          "system" : "email",
          "value" : "message-structure@www.ehealth.fgov.be"
        }
      ]
    },
    {
      "name" : "Message-Structure",
      "telecom" : [
        {
          "system" : "email",
          "value" : "message-structure@www.ehealth.fgov.be",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Device Status - placeholder valueset - the normative definition will be published in the Belgian terminology IG.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/device-status",
        "version" : "4.0.1",
        "concept" : [
          {
            "code" : "active",
            "display" : "Active"
          },
          {
            "code" : "inactive",
            "display" : "Inactive"
          },
          {
            "code" : "entered-in-error",
            "display" : "Entered in Error"
          },
          {
            "code" : "unknown",
            "display" : "Unknown"
          }
        ]
      }
    ]
  }
}