ValueSetComposeInclude

open class ValueSetComposeInclude: BackboneElement

Include one or more codes from a code system or other value set(s).

  • Include one or more codes from a code system or other value set(s).

    Declaration

    Swift

    override open class var resourceType: String
  • A concept defined in the system.

    Declaration

    Swift

    public var concept: [ValueSetComposeIncludeConcept]?
  • Select codes/concepts by their properties (including relationships).

    Declaration

    Swift

    public var filter: [ValueSetComposeIncludeFilter]?
  • The system the codes come from.

    Declaration

    Swift

    public var system: FHIRURL?
  • Select only contents included in this value set.

    Declaration

    Swift

    public var valueSet: [FHIRURL]?
  • Specific version of the code system referred to.

    Declaration

    Swift

    public var version: FHIRString?
  • Specific version of the code system referred to.

    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 ValueSetComposeInclude: BackboneElement