CodeSystemConceptProperty
open class CodeSystemConceptProperty: BackboneElement
Property value for the concept.
A property value for this concept.
-
Property value for the concept.
A property value for this concept.
Declaration
Swift
override open class var resourceType: String -
Reference to CodeSystem.property.code.
Declaration
Swift
public var code: FHIRString? -
Value of the property for this concept.
Declaration
Swift
public var valueBoolean: FHIRBool? -
Value of the property for this concept.
Declaration
Swift
public var valueCode: FHIRString? -
Value of the property for this concept.
Declaration
Swift
public var valueCoding: Coding? -
Value of the property for this concept.
Declaration
Swift
public var valueDateTime: DateTime? -
Value of the property for this concept.
Declaration
Swift
public var valueInteger: FHIRInteger? -
Value of the property for this concept.
Declaration
Swift
public var valueString: FHIRString? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(code: FHIRString, 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 CodeSystemConceptProperty: BackboneElement
View on GitHub
Install in Dash
CodeSystemConceptProperty Class Reference