{
  "resourceType" : "CodeSystem",
  "id" : "linkage-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/linkage-type</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\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 style=\"white-space:nowrap\">source\n                  <a name=\"linkage-type-source\"> </a>\n                </td>\n                <td>Source of Truth</td>\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              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">alternate\n                  <a name=\"linkage-type-alternate\"> </a>\n                </td>\n                <td>Alternate Record</td>\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              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">historical\n                  <a name=\"linkage-type-historical\"> </a>\n                </td>\n                <td>Historical/Obsolete Record</td>\n                <td>The resource represents an obsolete record of the underlying event/condition/etc.  It is not expected to be actively maintained.</td>\n              </tr>\n            </table>\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-r5.r4"
    },
    {
      "url" : "version",
      "valueString" : "0.0.1-snapshot-2"
    }],
    "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" : "5.0.0",
  "name" : "LinkageType",
  "title" : "Linkage Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T09:01:24+10: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|4.0.1",
  "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."
  }]
}