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 xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="DeviceStatusVS"/>
  <language value="en"/>
  <text>
    <status value="extensions"/>
    <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>
  </text>
  <url
       value="https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/be-vs-device-status"/>
  <version value="1.2.0"/>
  <name value="DeviceStatusVS"/>
  <title value="Device Status Value Set"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2026-05-30T09:09:41+00:00"/>
  <publisher value="eHealth Platform"/>
  <contact>
    <name value="eHealth Platform"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.ehealth.fgov.be"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="message-structure@www.ehealth.fgov.be"/>
    </telecom>
  </contact>
  <contact>
    <name value="Message-Structure"/>
    <telecom>
      <system value="email"/>
      <value value="message-structure@www.ehealth.fgov.be"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="Device Status - placeholder valueset - the normative definition will be published in the Belgian terminology IG."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="BE"/>
      <display value="Belgium"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/device-status"/>
      <version value="4.0.1"/>
      <concept>
        <code value="active"/>
        <display value="Active"/>
      </concept>
      <concept>
        <code value="inactive"/>
        <display value="Inactive"/>
      </concept>
      <concept>
        <code value="entered-in-error"/>
        <display value="Entered in Error"/>
      </concept>
      <concept>
        <code value="unknown"/>
        <display value="Unknown"/>
      </concept>
    </include>
  </compose>
</ValueSet>