{
  "resourceType": "CodeSystem",
  "id": "document-relationship-type",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>DocumentRelationshipType</h2>\n            <div>\n              <p>The type of relationship between documents.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/document-relationship-type defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>replaces\n                  <a name=\"document-relationship-type-replaces\"> </a>\n                </td>\n                <td>Replaces</td>\n                <td>This document logically replaces or supersedes the target document.</td>\n              </tr>\n              <tr>\n                <td>transforms\n                  <a name=\"document-relationship-type-transforms\"> </a>\n                </td>\n                <td>Transforms</td>\n                <td>This document was generated by transforming the target document (e.g. format or language conversion).</td>\n              </tr>\n              <tr>\n                <td>signs\n                  <a name=\"document-relationship-type-signs\"> </a>\n                </td>\n                <td>Signs</td>\n                <td>This document is a signature of the target document.</td>\n              </tr>\n              <tr>\n                <td>appends\n                  <a name=\"document-relationship-type-appends\"> </a>\n                </td>\n                <td>Appends</td>\n                <td>This document adds additional information to the target document.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "sd"
    }
  ],
  "url": "http://hl7.org/fhir/document-relationship-type",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.240"
  },
  "version": "3.0.1",
  "name": "DocumentRelationshipType",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00: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.",
  "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."
    }
  ]
}