FHIR IG analytics
| Package | hl7.fhir.be.core-clinical |
| Resource Type | ValueSet |
| Id | ValueSet-DeviceStatusVS.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-be/core-clinical/ValueSet-DeviceStatusVS.html |
| URL | https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/be-vs-device-status |
| Version | 1.1.0 |
| Status | active |
| Date | 2026-05-27T07:08:45+00:00 |
| Name | DeviceStatusVS |
| Title | Device Status Value Set |
| Realm | be |
| Authority | hl7 |
| Description | Device 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#current | BeModelDevice | Device Logical Model |
Resources that this resource uses
| CodeSystem |
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | device-status | FHIRDeviceStatus |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/device-status version 📍4.0.1| Code | Display | Definition |
| active | Active | The device is available for use. Note: For *implanted devices* this means that the device is implanted in the patient. |
| inactive | Inactive | 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. |
| entered-in-error | Entered in Error | The device was entered in error and voided. |
| unknown | Unknown | The 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"
}
]
}
]
}
}