FHIRDeviceStatus

The availability status of the device.

This code system http://hl7.org/fhir/device-status defines the following codes:

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.
<status value="draft"/> <experimental value="false"/> <date value="2021-01-17T07:06:13+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="The availability status of the device."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/device-status"/> <content value="complete"/> <concept> <code value="active"/> <display value="Active"/> <definition value="The device is available for use. Note: For *implanted devices* this means that the device is implanted in the patient."/> </concept> <concept> <code value="inactive"/> <display value="Inactive"/> <definition value="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."/> </concept> <concept> <code value="entered-in-error"/> <display value="Entered in Error"/> <definition value="The device was entered in error and voided."/> </concept> <concept> <code value="unknown"/> <display value="Unknown"/> <definition value="The status of the device has not been determined."/> </concept> </CodeSystem>