CodeSystemConceptDesignation
open class CodeSystemConceptDesignation: BackboneElement
Additional representations for the concept.
Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.
-
Additional representations for the concept.
Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.
Declaration
Swift
override open class var resourceType: String
-
Human language of the designation.
Declaration
Swift
public var language: FHIRString?
-
Details how this designation would be used.
Declaration
Swift
public var use: Coding?
-
The text value for this designation.
Declaration
Swift
public var value: FHIRString?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(value: FHIRString)
-
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 CodeSystemConceptDesignation: BackboneElement