http://hl7.org/fhir/StructureDefinition/Linkage|4.0.1

Identifies two or more records (resource instances) that refer to the same real-world \"occurrence\".
description: Identifies two or more records (resource instances) that refer to the same real-world \"occurrence\".
derivation: specialization
name: Linkage
type: Linkage
elements:
  active: {short: Whether this linkage assertion is active or not, meaningWhenMissing: This resource is generally assumed to be active if no value is provided for the active element, isSummary: true, index: 0}
  author: {short: Who is responsible for linkages, isSummary: true, index: 1}
  item:
    min: 1
    short: Item to be linked
    array: true
    isSummary: true
    index: 2
    elements:
      type:
        short: source | alternate | historical
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/linkage-type|4.0.1'}
        isSummary: true
        index: 3
      resource: {short: Resource being linked, isSummary: true, index: 4}
    required: [resource, type]
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Linkage
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [item]