GroupCharacteristic
open class GroupCharacteristic: BackboneElement
Trait of group members.
Identifies the traits shared by members of the group.
-
Trait of group members.
Identifies the traits shared by members of the group.
Declaration
Swift
override open class var resourceType: String -
Kind of characteristic.
Declaration
Swift
public var code: CodeableConcept? -
Group includes or excludes.
Declaration
Swift
public var exclude: FHIRBool? -
Period over which characteristic is tested.
Declaration
Swift
public var period: Period? -
Value held by characteristic.
Declaration
Swift
public var valueBoolean: FHIRBool? -
Value held by characteristic.
Declaration
Swift
public var valueCodeableConcept: CodeableConcept? -
Value held by characteristic.
Declaration
Swift
public var valueQuantity: Quantity? -
Value held by characteristic.
Declaration
Swift
public var valueRange: Range? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(code: CodeableConcept, exclude: FHIRBool, value: Any) -
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 GroupCharacteristic: BackboneElement
View on GitHub
Install in Dash
GroupCharacteristic Class Reference