--- type: "codesystem" title: "Device Relation Type" codesystem: "device-relationtype" --- # Device Relation Type - **Official URL**: http://hl7.org/fhir/device-relationtype - **Version**: 6.0.0 - **Status**: draft - **Name**: DeviceRelationType - **Title**: Device Relation Type - **Publisher**: HL7 (FHIR Project) - **Description**: The type of relation between devices. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | gateway | Gateway | The linked device acting as a communication/data collector, translator or controller for the current device (e.g., mobile phone application that relays a blood pressure device's data). | | replaces | Replaces | A reference to device definition which replaces the current device definition. | | previous | Previous | A reference to a prior model/version of the current device definition. | ## 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="The type of relation between devices."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/device-relationtype"/> <content value="complete"/> <concept> <code value="gateway"/> <display value="Gateway"/> <definition value="The linked device acting as a communication/data collector, translator or controller for the current device (e.g., mobile phone application that relays a blood pressure device's data)."/> </concept> <concept> <code value="replaces"/> <display value="Replaces"/> <definition value="A reference to device definition which replaces the current device definition."/> </concept> <concept> <code value="previous"/> <display value="Previous"/> <definition value="A reference to a prior model/version of the current device definition."/> </concept> ```