FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Document Relationship Type - XML Representation

Page standards status: Informative Maturity Level: 3

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="document-relationship-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <p>This code system 
              <code>http://hl7.org/fhir/document-relationship-type</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">replaces
                  <a name="document-relationship-type-replaces"> </a>
                </td>
                <td>Replaces</td>
                <td>This document logically replaces or supersedes the target document.</td>
              </tr>
              <tr>
                <td style="white-space:nowrap">transforms
                  <a name="document-relationship-type-transforms"> </a>
                </td>
                <td>Transforms</td>
                <td>This document was generated by transforming the target document (e.g. format or language conversion).</td>
              </tr>
              <tr>
                <td style="white-space:nowrap">signs
                  <a name="document-relationship-type-signs"> </a>
                </td>
                <td>Signs</td>
                <td>This document is a signature of the target document.</td>
              </tr>
              <tr>
                <td style="white-space:nowrap">appends
                  <a name="document-relationship-type-appends"> </a>
                </td>
                <td>Appends</td>
                <td>This document adds additional information to the target document.</td>
              </tr>
              <tr>
                <td style="white-space:nowrap">incorporates
                  <a name="document-relationship-type-incorporates"> </a>
                </td>
                <td>Incorporates</td>
                <td>This document embeds the content from the (source) target document.</td>
              </tr>
              <tr>
                <td style="white-space:nowrap">summarizes
                  <a name="document-relationship-type-summarizes"> </a>
                </td>
                <td>Summarizes</td>
                <td>This document summarizes the content from the (source) target document.</td>
              </tr>
            </table>
          </div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="informative"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="3"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/package-source">
    <extension url="packageId">
      <valueId value="hl7.fhir.uv.xver-r5.r4"/>
    </extension>
    <extension url="version">
      <valueString value="0.0.1-snapshot-2"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/>
  </extension>
  <url value="http://hl7.org/fhir/document-relationship-type"/>
  <version value="5.0.0"/>
  <name value="DocumentRelationshipType"/>
  <title value="Document Relationship Type"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2021-11-19T09:01:24+10:00"/>
  <publisher value="Orders and Observations"/>
  <contact>
    <name value="Orders and Observations"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/orders"/>
    </telecom>
  </contact>
  <description value="The type of relationship between documents."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet
            value="http://hl7.org/fhir/ValueSet/document-relationship-type|4.0.1"/>
  <content value="complete"/>
  <concept>
    <code value="replaces"/>
    <display value="Replaces"/>
    <definition
                value="This document logically replaces or supersedes the target document."/>
  </concept>
  <concept>
    <code value="transforms"/>
    <display value="Transforms"/>
    <definition
                value="This document was generated by transforming the target document (e.g. format or language conversion)."/>
  </concept>
  <concept>
    <code value="signs"/>
    <display value="Signs"/>
    <definition value="This document is a signature of the target document."/>
  </concept>
  <concept>
    <code value="appends"/>
    <display value="Appends"/>
    <definition
                value="This document adds additional information to the target document."/>
  </concept>
  <concept>
    <code value="incorporates"/>
    <display value="Incorporates"/>
    <definition
                value="This document embeds the content from the (source) target document."/>
  </concept>
  <concept>
    <code value="summarizes"/>
    <display value="Summarizes"/>
    <definition
                value="This document summarizes the content from the (source) target document."/>
  </concept>
</CodeSystem>