CodeSystemConcept

open class CodeSystemConcept: BackboneElement

Concepts in the code system.

Concepts that are in the code system. The concept definitions are inherently hierarchical, but the definitions must be consulted to determine what the meaning of the hierarchical relationships are.

  • Concepts in the code system.

    Concepts that are in the code system. The concept definitions are inherently hierarchical, but the definitions must be consulted to determine what the meaning of the hierarchical relationships are.

    Declaration

    Swift

    override open class var resourceType: String
  • Code that identifies concept.

    Declaration

    Swift

    public var code: FHIRString?
  • Child Concepts (is-a/contains/categorizes).

    Declaration

    Swift

    public var concept: [CodeSystemConcept]?
  • Formal definition.

    Declaration

    Swift

    public var definition: FHIRString?
  • Additional representations for the concept.

    Declaration

    Swift

    public var designation: [CodeSystemConceptDesignation]?
  • Text to display to the user.

    Declaration

    Swift

    public var display: FHIRString?
  • Property value for the concept.

    Declaration

    Swift

    public var property: [CodeSystemConceptProperty]?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(code: 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 CodeSystemConcept: BackboneElement