This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Xds-relationship-type.xml

Definition for Value SetXDSRelationshipType

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>XDSRelationshipType</h2>
      <p>The kind of relationship between two XDS documents</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/xds-relationship-type</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>APND
            <a name="APND"> </a>
          </td>
          <td/>
          <td>A separate XDS Document that references a prior document, and may extend or 
alter the observations in the prior document.</td>
        </tr>
        <tr>
          <td>RPLC
            <a name="RPLC"> </a>
          </td>
          <td/>
          <td>A new version of an existing document.</td>
        </tr>
        <tr>
          <td>XFRM
            <a name="XFRM"> </a>
          </td>
          <td/>
          <td>A transformed document is derived by a machine translation from some other format.</td>
        </tr>
        <tr>
          <td>XFRM_RPLC
            <a name="XFRM_RPLC"> </a>
          </td>
          <td/>
          <td>Both a XFRM and a RPLC relationship.</td>
        </tr>
        <tr>
          <td>signs
            <a name="signs"> </a>
          </td>
          <td/>
          <td>This document signs the target document.</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/xds-relationship-type"/>
  <name value="XDSRelationshipType"/>
  <publisher value="HL7 (FHIR Project)"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="fhir@lists.hl7.org"/>
  </telecom>
  <description value="The kind of relationship between two XDS documents"/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.976+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/xds-relationship-type"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="APND"/>
      <definition value="A separate XDS Document that references a prior document, and may extend or  alter the
       observations in the prior document."/>
    </concept>
    <concept>
      <code value="RPLC"/>
      <definition value="A new version of an existing document."/>
    </concept>
    <concept>
      <code value="XFRM"/>
      <definition value="A transformed document is derived by a machine translation from some other format."/>
    </concept>
    <concept>
      <code value="XFRM_RPLC"/>
      <definition value="Both a XFRM and a RPLC relationship."/>
    </concept>
    <concept>
      <code value="signs"/>
      <definition value="This document signs the target document."/>
    </concept>
  </define>
</ValueSet>