AggregationMode
public enum AggregationMode: String
How resource references can be aggregated.
URL: http://hl7.org/fhir/resource-aggregation-mode ValueSet: http://hl7.org/fhir/ValueSet/resource-aggregation-mode
-
The reference is a local reference to a contained resource.
Declaration
Swift
case contained = "contained"
-
The reference to a resource that has to be resolved externally to the resource that includes the reference.
Declaration
Swift
case referenced = "referenced"
-
The resource the reference points to will be found in the same bundle as the resource that includes the reference.
Declaration
Swift
case bundled = "bundled"