LinkageType
public enum LinkageType: String
Used to distinguish different roles a resource can play within a set of linked resources
URL: http://hl7.org/fhir/linkage-type ValueSet: http://hl7.org/fhir/ValueSet/linkage-type
-
The record represents the
source of truth
(from the perspective of this Linkage resource) for the underlying event/condition/etc.Declaration
Swift
case source = "source"
-
The record represents the alternative view of the underlying event/condition/etc. The record may still be actively maintained, even though it is not considered to be the source of truth.
Declaration
Swift
case alternate = "alternate"
-
The record represents an obsolete record of the underlyng event/condition/etc. It is not expected to be actively maintained.
Declaration
Swift
case historical = "historical"