ValueSet
open class ValueSet: DomainResource
A set of codes drawn from one or more code systems.
A value set specifies a set of codes drawn from one or more code systems.
-
A set of codes drawn from one or more code systems.
A value set specifies a set of codes drawn from one or more code systems.
Declaration
Swift
override open class var resourceType: String
-
Definition of the content of the value set (CLD).
Declaration
Swift
public var compose: ValueSetCompose?
-
Contact details for the publisher.
Declaration
Swift
public var contact: [ContactDetail]?
-
Use and/or publishing restrictions.
Declaration
Swift
public var copyright: FHIRString?
-
Date this was last changed.
Declaration
Swift
public var date: DateTime?
-
Natural language description of the value set.
Declaration
Swift
public var description_fhir: FHIRString?
-
Used when the value set is
expanded
.Declaration
Swift
public var expansion: ValueSetExpansion?
-
For testing purposes, not real usage.
Declaration
Swift
public var experimental: FHIRBool?
-
Whether this is intended to be used with an extensible binding.
Declaration
Swift
public var extensible: FHIRBool?
-
Additional identifier for the value set.
Declaration
Swift
public var identifier: [Identifier]?
-
Indicates whether or not any change to the content logical definition may occur.
Declaration
Swift
public var immutable: FHIRBool?
-
Intended jurisdiction for value set (if applicable).
Declaration
Swift
public var jurisdiction: [CodeableConcept]?
-
Name for this value set (computer friendly).
Declaration
Swift
public var name: FHIRString?
-
Name of the publisher (organization or individual).
Declaration
Swift
public var publisher: FHIRString?
-
Why this value set is defined.
Declaration
Swift
public var purpose: FHIRString?
-
The status of this value set. Enables tracking the life-cycle of the content.
Declaration
Swift
public var status: PublicationStatus?
-
Name for this value set (human friendly).
Declaration
Swift
public var title: FHIRString?
-
Logical URI to reference this value set (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 value set.
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 ValueSet: DomainResource