This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B
Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw XML (canonical form + also see XML Format Specification)
Definition for Code System ReportRelationshipType
<?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> <id value="report-relation-type"/> <meta> <lastUpdated value="2021-04-15T13:25:09.461+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 http://hl7.org/fhir/report-relation-type 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="report-relation-type-replaces"> </a> </td> <td> Replaces</td> <td> This document replaces or supersedes the target document.</td> </tr> <tr> <td style="white-space:nowrap">amends <a name="report-relation-type-amends"> </a> </td> <td> Amends</td> <td> This document notes corrections or changes to replace or supersede parts of the target document.</td> </tr> <tr> <td style="white-space:nowrap">appends <a name="report-relation-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">transforms <a name="report-relation-type-transforms"> </a> </td> <td> Transforms</td> <td> This document was generated by transforming the target document (eg format or language conversion).</td> </tr> <tr> <td style="white-space:nowrap">replacedWith <a name="report-relation-type-replacedWith"> </a> </td> <td> Replaced With</td> <td> This document was.</td> </tr> <tr> <td style="white-space:nowrap">amendedWith <a name="report-relation-type-amendedWith"> </a> </td> <td> Amended With</td> <td> This document was.</td> </tr> <tr> <td style="white-space:nowrap">appendedWith <a name="report-relation-type-appendedWith"> </a> </td> <td> Appended With</td> <td> This document was.</td> </tr> <tr> <td style="white-space:nowrap">transformedWith <a name="report-relation-type-transformedWith"> </a> </td> <td> Transformed With</td> <td> This document was.</td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> <valueCode value="cds"/> </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/report-relation-type"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.1.0"/> </identifier> <version value="4.6.0"/> <name value="ReportRelationshipType"/> <title value="ReportRelationshipType"/> <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 relationship between reports."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/report-relation-type"/> <content value="complete"/> <concept> <code value="replaces"/> <display value="Replaces"/> <definition value="This document replaces or supersedes the target document."/> </concept> <concept> <code value="amends"/> <display value="Amends"/> <definition value="This document notes corrections or changes to replace or supersede parts 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="transforms"/> <display value="Transforms"/> <definition value="This document was generated by transforming the target document (eg format or language conversion)."/> </concept> <concept> <code value="replacedWith"/> <display value="Replaced With"/> <definition value="This document was."/> </concept> <concept> <code value="amendedWith"/> <display value="Amended With"/> <definition value="This document was."/> </concept> <concept> <code value="appendedWith"/> <display value="Appended With"/> <definition value="This document was."/> </concept> <concept> <code value="transformedWith"/> <display value="Transformed With"/> <definition value="This document was."/> </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.