This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Vocabulary Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw XML (canonical form + also see XML Format Specification)
Definition for Code System FHIRDeviceStatus
<?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> <id value="device-definition-status"/> <meta> <lastUpdated value="2019-11-01T09:29:23.356+11:00"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h2> FHIRDeviceStatus</h2> <div> <p> Codes representing the current status of the device - on, off, suspended, etc.</p> </div> <p> This code system http://hl7.org/fhir/device-definition-status defines the following codes:</p> <table class="codes"> <tr> <td style="white-space:nowrap"> <b> Code</b> </td> <td> <b> Display</b> </td> <td> <b> Definition</b> </td> </tr> <tr> <td style="white-space:nowrap">active <a name="device-definition-status-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 style="white-space:nowrap">inactive <a name="device-definition-status-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 style="white-space:nowrap">entered-in-error <a name="device-definition-status-entered-in-error"> </a> </td> <td> Entered in Error</td> <td> The device was entered in error and voided.</td> </tr> <tr> <td style="white-space:nowrap">unknown <a name="device-definition-status-unknown"> </a> </td> <td> Unknown</td> <td> The status of the device has not been determined.</td> </tr> </table> </div> </text> <url value="http://hl7.org/fhir/device-definition-status"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.4.1308"/> </identifier> <version value="4.0.1"/> <name value="FHIRDeviceStatus"/> <title value="FHIRDeviceStatus"/> <status value="draft"/> <experimental value="false"/> <date value="2019-11-01T09:29:23+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="Codes representing the current status of the device - on, off, suspended, etc."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/device-definition-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>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.