View raw Markdown
type: codesystemcodesystem: relation-type

Entry Definition Relation Type

Concepts

CodeDisplayDefinition
has-inputHas Inputthe related entry represents an item to be provided as input to the current item.
has-outputHas Outputthe related entry represents an item produced as out put of the current item.
usesUsesthe related entry represents an item (product or material or substance) used by the current item.
triggersTriggersthe related entry represents an activity that may be triggered by the current item.
is-replaced-byReplaced Bythe related entry represents an item that replaces the current retired item.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="relation-type"/>
  <meta>

  </meta>
  <url value="http://hl7.org/fhir/relation-type"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1029"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="EntryDefinitionRelationType"/>
  <title value="Entry Definition Relation Type"/>
  <experimental value="true"/>
  <description value="EntryDefinitionRelationType"/>
  <concept>
    <code value="has-input"/>
    <display value="Has Input"/>
    <definition value="the related entry represents an item to be provided as input to the current item."/>
  </concept>
  <concept>
    <code value="has-output"/>
    <display value="Has Output"/>
    <definition value="the related entry represents an item produced as out put of the current item."/>
  </concept>
  <concept>
    <code value="uses"/>
    <display value="Uses"/>
    <definition value="the related entry represents an item (product or material or substance) used by the current item."/>
  </concept>
  <concept>
    <code value="triggers"/>
    <display value="Triggers"/>
    <definition value="the related entry represents an activity that may be triggered by the current item."/>
  </concept>
  <concept>
    <code value="is-replaced-by"/>
    <display value="Replaced By"/>
    <definition value="the related entry represents an item that replaces the current retired item."/>
  </concept>
</CodeSystem>