ElementDefinitionBinding
open class ElementDefinitionBinding: Element
ValueSet details if this is coded.
Binds to a value set if this element is coded (code, Coding, CodeableConcept, Quantity), or the data types (string, uri).
-
ValueSet details if this is coded.
Binds to a value set if this element is coded (code, Coding, CodeableConcept, Quantity), or the data types (string, uri).
Declaration
Swift
override open class var resourceType: String -
Human explanation of the value set.
Declaration
Swift
public var description_fhir: FHIRString? -
Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances.
Declaration
Swift
public var strength: BindingStrength? -
Source of value set.
Declaration
Swift
public var valueSetReference: Reference? -
Source of value set.
Declaration
Swift
public var valueSetUri: FHIRURL? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(strength: BindingStrength) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class ElementDefinitionBinding: Element
View on GitHub
Install in Dash
ElementDefinitionBinding Class Reference