--- type: "codesystem" title: "Device Property Type (Example only)" codesystem: "device-property-type" --- # Device Property Type (Example only) - **Official URL**: http://hl7.org/fhir/device-property-type - **Version**: 6.0.0 - **Status**: active - **Name**: DevicePropertyType - **Title**: Device Property Type (Example only) - **Publisher**: HL7 Orders and Observations Workgroup - **Description**: The fixed characteristics or conditions of the device. These codes are for example purposes only. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | material | Material | Describes the substance used in the construction of the device. | | size | Size | Describes the specific dimensions or the measurement of a device. | | storage | Storage Condition | Describes the specific environmental factors needed for the device. | | color | Color | Describes the range of colors that may be displayed or expressed on a device. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <publisher value="HL7 Orders and Observations Workgroup"/> <description value="The fixed characteristics or conditions of the device. These codes are for example purposes only."/> <caseSensitive value="true"/> <content value="complete"/> <concept> <code value="material"/> <display value="Material"/> <definition value="Describes the substance used in the construction of the device."/> </concept> <concept> <code value="size"/> <display value="Size"/> <definition value="Describes the specific dimensions or the measurement of a device."/> </concept> <concept> <code value="storage"/> <display value="Storage Condition"/> <definition value="Describes the specific environmental factors needed for the device."/> </concept> <concept> <code value="color"/> <display value="Color"/> <definition value="Describes the range of colors that may be displayed or expressed on a device."/> </concept> </CodeSystem> ```