{
  "resourceType": "CodeSystem",
  "id": "document-relationship-type",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<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>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    }
  ],
  "url": "http://hl7.org/fhir/document-relationship-type",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.245"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.240"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.2.133"
    }
  ],
  "version": "5.0.0",
  "name": "DocumentRelationshipType",
  "title": "Document Relationship Type",
  "status": "active",
  "experimental": false,
  "date": "2021-11-19T10:01:24+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The type of relationship between documents.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/document-relationship-type",
  "content": "complete",
  "concept": [
    {
      "code": "replaces",
      "display": "Replaces",
      "definition": "This document logically replaces or supersedes the target document."
    },
    {
      "code": "transforms",
      "display": "Transforms",
      "definition": "This document was generated by transforming the target document (e.g. format or language conversion)."
    },
    {
      "code": "signs",
      "display": "Signs",
      "definition": "This document is a signature of the target document."
    },
    {
      "code": "appends",
      "display": "Appends",
      "definition": "This document adds additional information to the target document."
    },
    {
      "code": "incorporates",
      "display": "Incorporates",
      "definition": "This document embeds the content from the (source) target document."
    },
    {
      "code": "summarizes",
      "display": "Summarizes",
      "definition": "This document summarizes the content from the (source) target document."
    }
  ]
}