--- type: "codesystem" title: "Device Metric Category" codesystem: "metric-category" --- # Device Metric Category - **Official URL**: http://hl7.org/fhir/metric-category - **Version**: 6.0.0 - **Status**: active - **Name**: DeviceMetricCategory - **Title**: Device Metric Category - **Publisher**: HL7 (FHIR Project) - **Description**: Describes the category of the metric. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | measurement | Measurement | Observations generated for this DeviceMetric are measured. | | setting | Setting | Observations generated for this DeviceMetric is a setting that will influence the behavior of the Device. | | calculation | Calculation | Observations generated for this DeviceMetric are calculated. | | unspecified | Unspecified | The category of this DeviceMetric is unspecified. | ## CodeSystem XML ```xml <status value="active"/> <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="Describes the category of the metric."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/metric-category"/> <content value="complete"/> <concept> <code value="measurement"/> <display value="Measurement"/> <definition value="Observations generated for this DeviceMetric are measured."/> </concept> <concept> <code value="setting"/> <display value="Setting"/> <definition value="Observations generated for this DeviceMetric is a setting that will influence the behavior of the Device."/> </concept> <concept> <code value="calculation"/> <display value="Calculation"/> <definition value="Observations generated for this DeviceMetric are calculated."/> </concept> <concept> <code value="unspecified"/> <display value="Unspecified"/> <definition value="The category of this DeviceMetric is unspecified."/> </concept> </CodeSystem> ```