DocumentRelationshipType
public enum DocumentRelationshipType: String
The type of relationship between documents.
URL: http://hl7.org/fhir/document-relationship-type ValueSet: http://hl7.org/fhir/ValueSet/document-relationship-type
-
This document logically replaces or supersedes the target document.
Declaration
Swift
case replaces = "replaces"
-
This document was generated by transforming the target document (e.g. format or language conversion).
Declaration
Swift
case transforms = "transforms"
-
This document is a signature of the target document.
Declaration
Swift
case signs = "signs"
-
This document adds additional information to the target document.
Declaration
Swift
case appends = "appends"