--- type: "codesystem" title: "Device Metric Calibration State" codesystem: "metric-calibration-state" --- # Device Metric Calibration State - **Official URL**: http://hl7.org/fhir/metric-calibration-state - **Version**: 6.0.0 - **Status**: active - **Name**: DeviceMetricCalibrationState - **Title**: Device Metric Calibration State - **Publisher**: HL7 (FHIR Project) - **Description**: Describes the state of a metric calibration. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | not-calibrated | Not Calibrated | The metric has not been calibrated. | | calibration-required | Calibration Required | The metric needs to be calibrated. | | calibrated | Calibrated | The metric has been calibrated. | | unspecified | Unspecified | The state of calibration of this metric 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 state of a metric calibration."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/metric-calibration-state"/> <content value="complete"/> <concept> <code value="not-calibrated"/> <display value="Not Calibrated"/> <definition value="The metric has not been calibrated."/> </concept> <concept> <code value="calibration-required"/> <display value="Calibration Required"/> <definition value="The metric needs to be calibrated."/> </concept> <concept> <code value="calibrated"/> <display value="Calibrated"/> <definition value="The metric has been calibrated."/> </concept> <concept> <code value="unspecified"/> <display value="Unspecified"/> <definition value="The state of calibration of this metric is unspecified."/> </concept> </CodeSystem> ```