Coding

open class Coding: Element

A reference to a code defined by a terminology system.

  • 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

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class Coding: Element