CommunicationNotDoneReason
public enum CommunicationNotDoneReason: String
Codes for the reason why a communication was not done.
URL: http://hl7.org/fhir/communication-not-done-reason ValueSet: http://hl7.org/fhir/ValueSet/communication-not-done-reason
-
The communication was not done due to an unknown reason.
Declaration
Swift
case unknown = "unknown"
-
The communication was not done due to a system error.
Declaration
Swift
case systemError = "system-error"
-
The communication was not done due to an invalid phone number.
Declaration
Swift
case invalidPhoneNumber = "invalid-phone-number"
-
The communication was not done due to the recipient being unavailable.
Declaration
Swift
case recipientUnavailable = "recipient-unavailable"
-
The communication was not done due to a family objection.
Declaration
Swift
case familyObjection = "family-objection"
-
The communication was not done due to a patient objection.
Declaration
Swift
case patientObjection = "patient-objection"