type: codesystemcodesystem: devicedefinition-relationtype
Device Definition Relation Type
- Official URL: http://hl7.org/fhir/devicedefinition-relationtype
- Version: 6.0.0
- Status: active
- Name: DeviceDefinitionRelationType
- Title: Device Definition Relation Type
- Publisher: HL7 (FHIR Project)
- Description: The type of relation between devices.
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| gateway | Gateway | Gateway. |
| replaces | Replaces | The current device replaces the linked device. |
| previous | Previous | The current device is a previous device and has been replaced by the linked device. |
CodeSystem XML
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="devicedefinition-relationtype"/>
<meta>
<lastUpdated value="2021-01-05T10:01:24.148+11:00"/>
</meta>
<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="normative"/>
</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="6.0.0"/>
<name value="DeviceDefinitionRelationType"/>
<title value="Device Definition Relation Type"/>
<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="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="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>
</CodeSystem>