ConsentState
public enum ConsentState: String
Indicates the state of the consent
URL: http://hl7.org/fhir/consent-state-codes ValueSet: http://hl7.org/fhir/ValueSet/consent-state-codes
-
The consent is in development or awaiting use but is not yet intended to be acted upon.
Declaration
Swift
case draft = "draft"
-
The consent has been proposed but not yet agreed to by all parties. The negotiation stage.
Declaration
Swift
case proposed = "proposed"
-
The consent is to be followed and enforced.
Declaration
Swift
case active = "active"
-
The consent has been rejected by one or more of the parties.
Declaration
Swift
case rejected = "rejected"
-
The consent is terminated or replaced.
Declaration
Swift
case inactive = "inactive"
-
The consent was created wrongly (e.g. wrong patient) and should be ignored
Declaration
Swift
case enteredInError = "entered-in-error"