ConsentDataMeaning

public enum ConsentDataMeaning: String

How a resource reference is interpreted when testing consent restrictions

URL: http://hl7.org/fhir/consent-data-meaning ValueSet: http://hl7.org/fhir/ValueSet/consent-data-meaning

  • The consent applies directly to the instance of the resource

    Declaration

    Swift

    case instance = "instance"
  • The consent applies directly to the instance of the resource and instances it refers to

    Declaration

    Swift

    case related = "related"
  • The consent applies directly to the instance of the resource and instances that refer to it

    Declaration

    Swift

    case dependents = "dependents"
  • The consent applies to instances of resources that are authored by

    Declaration

    Swift

    case authoredby = "authoredby"