This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw XML (canonical form + also see XML Format Specification)
Definition for Code SystemDeviceDefinitionRelationType
<?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> <id value="devicedefinition-relationtype"/> <meta> <lastUpdated value="2022-09-07T11:58:29.429+11:00"/> <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p> This code system <code> http://hl7.org/fhir/devicedefinition-relationtype</code> defines the following codes: </p> <table class="codes"> <tr> <td style="white-space:nowrap"> <b> Code</b> </td> <td> <b> Display</b> </td> <td> <b> Definition</b> </td> </tr> <tr> <td style="white-space:nowrap">gateway <a name="devicedefinition-relationtype-gateway"> </a> </td> <td> Gateway</td> <td> Gateway.</td> </tr> <tr> <td style="white-space:nowrap">container <a name="devicedefinition-relationtype-container"> </a> </td> <td> container</td> <td> The linked device is a container for the current device.</td> </tr> <tr> <td style="white-space:nowrap">replaces <a name="devicedefinition-relationtype-replaces"> </a> </td> <td> Replaces</td> <td> The current device replaces the linked device.</td> </tr> <tr> <td style="white-space:nowrap">previous <a name="devicedefinition-relationtype-previous"> </a> </td> <td> Previous</td> <td> The current device is a previous device and has been replaced by the linked device.</td> </tr> <tr> <td style="white-space:nowrap">supported <a name="devicedefinition-relationtype-supported"> </a> </td> <td> Supported</td> <td> The current device is supported by the linked device.</td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> <valueCode value="oo"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> <valueCode value="trial-use"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> <valueInteger value="0"/> </extension> <url value="http://hl7.org/fhir/devicedefinition-relationtype"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.4.1933"/> </identifier> <version value="5.0.0-ballot"/> <name value="DeviceDefinitionRelationType"/> <title value="DeviceDefinitionRelationType"/> <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="Gateway."/> </concept> <concept> <code value="container"/> <display value="container"/> <definition value="The linked device is a container for the current device."/> </concept> <concept> <code value="replaces"/> <display value="Replaces"/> <definition value="The current device replaces the linked device."/> </concept> <concept> <code value="previous"/> <display value="Previous"/> <definition value="The current device is a previous device and has been replaced by the linked device."/> </concept> <concept> <code value="supported"/> <display value="Supported"/> <definition value="The current device is supported by the linked device."/> </concept> </CodeSystem>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.