{
  "resourceType" : "CodeSystem",
  "id" : "linkage-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n            <h2>LinkageType</h2>\n      \n      \n            <div>\n        \n        \n              <p>Used to distinguish different roles a resource can play within a set of linked resources.</p>\n\n      \n      \n            </div>\n      \n      \n            <p>This code system http://hl7.org/fhir/linkage-type defines the following codes:</p>\n      \n      \n            <table class=\"codes\">\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">\n            \n            \n                  <b>Code</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Display</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Definition</b>\n          \n          \n                </td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">source\n            \n            \n                  <a name=\"linkage-type-source\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Source of Truth</td>\n          \n          \n                <td>The resource represents the &quot;source of truth&quot; (from the perspective of this Linkage resource) for the underlying event/condition/etc.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">alternate\n            \n            \n                  <a name=\"linkage-type-alternate\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Alternate Record</td>\n          \n          \n                <td>The resource represents an alternative view of the underlying event/condition/etc.  The resource may still be actively maintained, even though it is not considered to be the source of truth.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">historical\n            \n            \n                  <a name=\"linkage-type-historical\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Historical/Obsolete Record</td>\n          \n          \n                <td>The resource represents an obsolete record of the underlying event/condition/etc.  It is not expected to be actively maintained.</td>\n        \n        \n              </tr>\n      \n      \n            </table>\n    \n    \n          </div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  },
  {
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r4b.r3"
    },
    {
      "url" : "version",
      "valueString" : "0.1.0"
    },
    {
      "url" : "uri",
      "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r3"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pc"
  }],
  "url" : "http://hl7.org/fhir/linkage-type",
  "version" : "4.3.0",
  "name" : "LinkageType",
  "title" : "LinkageType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-01-16T14:06:13-06:00",
  "publisher" : "Patient Care",
  "contact" : [{
    "name" : "Patient Care",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/patientcare"
    }]
  }],
  "description" : "Used to distinguish different roles a resource can play within a set of linked resources.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/linkage-type|3.0.2",
  "content" : "complete",
  "concept" : [{
    "code" : "source",
    "display" : "Source of Truth",
    "definition" : "The resource represents the \"source of truth\" (from the perspective of this Linkage resource) for the underlying event/condition/etc."
  },
  {
    "code" : "alternate",
    "display" : "Alternate Record",
    "definition" : "The resource represents an alternative view of the underlying event/condition/etc.  The resource may still be actively maintained, even though it is not considered to be the source of truth."
  },
  {
    "code" : "historical",
    "display" : "Historical/Obsolete Record",
    "definition" : "The resource represents an obsolete record of the underlying event/condition/etc.  It is not expected to be actively maintained."
  }]
}