--- type: "codesystem" title: "Device Usage Adherence Reason" codesystem: "deviceusage-adherence-reason" --- # Device Usage Adherence Reason - **Official URL**: http://hl7.org/fhir/deviceusage-adherence-reason - **Version**: 6.0.0 - **Status**: draft - **Name**: DeviceUsageAdherenceReason - **Title**: Device Usage Adherence Reason - **Publisher**: HL7 (FHIR Project) - **Description**: A coded concept indicating the reason for the usage of the device. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | lost | Lost | The device is lost. | | stolen | Stolen | The device is stolen. | | prescribed | Prescribed | The device is prescribed. | | broken | Broken | The device is broken. | | burned | Burned | The device is burned. | | forgot | Forgot | The device is forgotten. | ## CodeSystem XML ```xml <status value="draft"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+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="A coded concept indicating the reason for the usage of the device."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/deviceusage-adherence-reason"/> <content value="complete"/> <concept> <code value="lost"/> <display value="Lost"/> <definition value="The device is lost."/> </concept> <concept> <code value="stolen"/> <display value="Stolen"/> <definition value="The device is stolen."/> </concept> <concept> <code value="prescribed"/> <display value="Prescribed"/> <definition value="The device is prescribed."/> </concept> <concept> <code value="broken"/> <display value="Broken"/> <definition value="The device is broken."/> </concept> <concept> <code value="burned"/> <display value="Burned"/> <definition value="The device is burned."/> </concept> <concept> <code value="forgot"/> <display value="Forgot"/> <definition value="The device is forgotten."/> </concept> </CodeSystem> ```