ConsentExceptData

open class ConsentExceptData: BackboneElement

Data controlled by this exception.

The resources controlled by this exception, if specific resources are referenced.

  • Data controlled by this exception.

    The resources controlled by this exception, if specific resources are referenced.

    Declaration

    Swift

    override open class var resourceType: String
  • How the resource reference is interpreted when testing consent restrictions.

    Declaration

    Swift

    public var meaning: ConsentDataMeaning?
  • The actual data reference.

    Declaration

    Swift

    public var reference: Reference?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(meaning: ConsentDataMeaning, reference: Reference)
  • 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 ConsentExceptData: BackboneElement