-
A reference to a code defined by a terminology system.
Declaration
Swift
override open class var resourceType: String -
Symbol in syntax defined by the system.
Declaration
Swift
public var code: FHIRString? -
Representation defined by the system.
Declaration
Swift
public var display: FHIRString? -
Identity of the terminology system.
Declaration
Swift
public var system: FHIRURL? -
If this coding was chosen directly by the user.
Declaration
Swift
public var userSelected: FHIRBool? -
Version of the system - if relevant.
Declaration
Swift
public var version: FHIRString? -
Version of the system - if relevant.
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 Coding: Element
View on GitHub
Install in Dash
Coding Class Reference