CodeSystemProperty
open class CodeSystemProperty: BackboneElement
Additional information supplied about each concept.
A property defines an additional slot through which additional information can be provided about a concept.
-
Additional information supplied about each concept.
A property defines an additional slot through which additional information can be provided about a concept.
Declaration
Swift
override open class var resourceType: String -
Identifies the property on the concepts, and when referred to in operations.
Declaration
Swift
public var code: FHIRString? -
Why the property is defined, and/or what it conveys.
Declaration
Swift
public var description_fhir: FHIRString? -
The type of the property value. Properties of type
code
contain a code defined by the code system (e.g. a reference to anotherr defined concept).Declaration
Swift
public var type: PropertyType? -
Formal identifier for the property.
Declaration
Swift
public var uri: FHIRURL? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(code: FHIRString, type: PropertyType) -
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 CodeSystemProperty: BackboneElement
View on GitHub
Install in Dash
CodeSystemProperty Class Reference