http://hl7.org/fhir/linkage-type|5.0.0

name
LinkageType
package
hl7.fhir.r5.core@5.0.0
content
complete
status
active
date
2021-01-04 23:01:24.0

Linkage Type

Used to distinguish different roles a resource can play within a set of linked resources.

{
  "description" : "Used to distinguish different roles a resource can play within a set of linked resources.",
  "compose" : null,
  "package" : "hl7.fhir.r5.core@5.0.0",
  "date" : "2021-01-04T23:01:24Z",
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated" : "2023-03-26T15:21:02.749+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "jurisdiction" : [ {
    "coding" : [ {
      "code" : "001",
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display" : "World"
    } ]
  } ],
  "content" : "complete",
  "name" : "LinkageType",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "Linkage Type",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pc"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  } ],
  "status" : "active",
  "id" : "dc5c3619-f2be-5348-a52d-37b8358ea7c1",
  "valueSet" : "http://hl7.org/fhir/ValueSet/linkage-type",
  "url" : "http://hl7.org/fhir/linkage-type",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.315",
    "system" : "urn:ietf:rfc:3986"
  }, {
    "use" : "old",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.306",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "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."
  } ],
  "caseSensitive" : true,
  "version" : "5.0.0",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}