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
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class CodeSystemConceptProperty: BackboneElement