Scope
public enum Scope : String, Equatable, Codable
-
Actions to be taken if they are no longer able to make decisions for themselves
Declaration
Swift
case adr -
Consent to participate in research protocol and information sharing required
Declaration
Swift
case research -
Agreement to collect, access, use or disclose (share) information
Declaration
Swift
case patientPrivacy = "patient-privacy" -
Consent to undergo a specific treatment
Declaration
Swift
case treatment
View on GitHub
Scope Enumeration Reference