--- type: "codesystem" title: "Device Metric Calibration Type" codesystem: "metric-calibration-type" --- # Device Metric Calibration Type - **Official URL**: http://hl7.org/fhir/metric-calibration-type - **Version**: 6.0.0 - **Status**: active - **Name**: DeviceMetricCalibrationType - **Title**: Device Metric Calibration Type - **Publisher**: HL7 (FHIR Project) - **Description**: Describes the type of a metric calibration. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | unspecified | Unspecified | Metric calibration method has not been identified. | | offset | Offset | Offset metric calibration method. | | gain | Gain | Gain metric calibration method. | | two-point | Two Point | Two-point metric calibration method. | ## 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 type of a metric calibration."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/metric-calibration-type"/> <content value="complete"/> <concept> <code value="unspecified"/> <display value="Unspecified"/> <definition value="Metric calibration method has not been identified."/> </concept> <concept> <code value="offset"/> <display value="Offset"/> <definition value="Offset metric calibration method."/> </concept> <concept> <code value="gain"/> <display value="Gain"/> <definition value="Gain metric calibration method."/> </concept> <concept> <code value="two-point"/> <display value="Two Point"/> <definition value="Two-point metric calibration method."/> </concept> </CodeSystem> ```