FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.be.core-clinical
Resource TypeValueSet
IdValueSet-DeviceStatusVS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-be/core-clinical/ValueSet-DeviceStatusVS.html
URLhttps://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/be-vs-device-status
Version1.1.0
Statusactive
Date2026-05-27T07:08:45+00:00
NameDeviceStatusVS
TitleDevice Status Value Set
Realmbe
Authorityhl7
DescriptionDevice Status - placeholder valueset - the normative definition will be published in the Belgian terminology IG.

Resources that use this resource

StructureDefinition
hl7.fhir.be.core-clinical#currentBeModelDeviceDevice Logical Model

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0device-statusFHIRDeviceStatus

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet DeviceStatusVS

  • Include these codes as defined in http://hl7.org/fhir/device-status version 📍4.0.1
    CodeDisplayDefinition
    activeActiveThe device is available for use. Note: For *implanted devices* this means that the device is implanted in the patient.
    inactiveInactiveThe 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.
    entered-in-errorEntered in ErrorThe device was entered in error and voided.
    unknownUnknownThe status of the device has not been determined.

Source1

{
  "resourceType": "ValueSet",
  "id": "DeviceStatusVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/be-vs-device-status",
  "version": "1.1.0",
  "name": "DeviceStatusVS",
  "title": "Device Status Value Set",
  "status": "active",
  "experimental": false,
  "date": "2026-05-27T07:08:45+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"
          }
        ]
      }
    ]
  }
}