ConsentExceptType

public enum ConsentExceptType: String

How an exception statement is applied, such as adding additional consent or removing consent

URL: http://hl7.org/fhir/consent-except-type ValueSet: http://hl7.org/fhir/ValueSet/consent-except-type

  • Consent is denied for actions meeting these rules

    Declaration

    Swift

    case deny = "deny"
  • Consent is provided for actions meeting these rules

    Declaration

    Swift

    case permit = "permit"