ExpansionProfile
open class ExpansionProfile: DomainResource
Defines behaviour and contraints on the ValueSet Expansion operation.
Resource to define constraints on the Expansion of a FHIR ValueSet.
-
Defines behaviour and contraints on the ValueSet Expansion operation.
Resource to define constraints on the Expansion of a FHIR ValueSet.
Declaration
Swift
override open class var resourceType: String
-
Include or exclude inactive concepts in the expansion.
Declaration
Swift
public var activeOnly: FHIRBool?
-
Contact details for the publisher.
Declaration
Swift
public var contact: [ContactDetail]?
-
Date this was last changed.
Declaration
Swift
public var date: DateTime?
-
Natural language description of the expansion profile.
Declaration
Swift
public var description_fhir: FHIRString?
-
When the expansion profile imposes designation contraints.
Declaration
Swift
public var designation: ExpansionProfileDesignation?
-
Specify the language for the display element of codes in the value set expansion.
Declaration
Swift
public var displayLanguage: FHIRString?
-
Nested codes in the expansion or not.
Declaration
Swift
public var excludeNested: FHIRBool?
-
Include or exclude codes which cannot be rendered in user interfaces in the value set expansion.
Declaration
Swift
public var excludeNotForUI: FHIRBool?
-
Include or exclude codes which are post coordinated expressions in the value set expansion.
Declaration
Swift
public var excludePostCoordinated: FHIRBool?
-
Systems/Versions to be exclude.
Declaration
Swift
public var excludedSystem: ExpansionProfileExcludedSystem?
-
For testing purposes, not real usage.
Declaration
Swift
public var experimental: FHIRBool?
-
Fix use of a code system to a particular version.
Declaration
Swift
public var fixedVersion: [ExpansionProfileFixedVersion]?
-
Additional identifier for the expansion profile.
Declaration
Swift
public var identifier: Identifier?
-
Include or exclude the value set definition in the expansion.
Declaration
Swift
public var includeDefinition: FHIRBool?
-
Whether the expansion should include concept designations.
Declaration
Swift
public var includeDesignations: FHIRBool?
-
Intended jurisdiction for expansion profile (if applicable).
Declaration
Swift
public var jurisdiction: [CodeableConcept]?
-
Controls behaviour of the value set expand operation when value sets are too large to be completely expanded.
Declaration
Swift
public var limitedExpansion: FHIRBool?
-
Name for this expansion profile (computer friendly).
Declaration
Swift
public var name: FHIRString?
-
Name of the publisher (organization or individual).
Declaration
Swift
public var publisher: FHIRString?
-
The status of this expansion profile. Enables tracking the life-cycle of the content.
Declaration
Swift
public var status: PublicationStatus?
-
Logical URI to reference this expansion profile (globally unique).
Declaration
Swift
public var url: FHIRURL?
-
Context the content is intended to support.
Declaration
Swift
public var useContext: [UsageContext]?
-
Business version of the expansion profile.
Declaration
Swift
public var version: FHIRString?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(status: PublicationStatus)
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class ExpansionProfile: DomainResource