ExpansionProfileDesignation
open class ExpansionProfileDesignation: BackboneElement
When the expansion profile imposes designation contraints.
A set of criteria that provide the constraints imposed on the value set expansion by including or excluding designations.
-
When the expansion profile imposes designation contraints.
A set of criteria that provide the constraints imposed on the value set expansion by including or excluding designations.
Declaration
Swift
override open class var resourceType: String
-
Designations to be excluded.
Declaration
Swift
public var exclude: ExpansionProfileDesignationExclude?
-
Designations to be included.
Declaration
Swift
public var include: ExpansionProfileDesignationInclude?
-
Designations to be included.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class ExpansionProfileDesignation: BackboneElement