Class ReferralstatusCodes
The status of the referral.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ReferralstatusCodes : object
Fields
| Improve this Doc View SourceAccepted
The recipient has agreed to deliver the care requested by the referral.
Declaration
public static readonly Coding Accepted
Field Value
Type | Description |
---|---|
Coding |
Active
The referral has been acknowledged by the recipient, and is in the process of being actioned.
Declaration
public static readonly Coding Active
Field Value
Type | Description |
---|---|
Coding |
Cancelled
The referral has been cancelled without being completed. For example it is no longer needed.
Declaration
public static readonly Coding Cancelled
Field Value
Type | Description |
---|---|
Coding |
Completed
The referral has been completely actioned.
Declaration
public static readonly Coding Completed
Field Value
Type | Description |
---|---|
Coding |
Draft
A draft referral that has yet to be send.
Declaration
public static readonly Coding Draft
Field Value
Type | Description |
---|---|
Coding |
LiteralAccepted
Literal for code: Accepted
Declaration
public const string LiteralAccepted = null
Field Value
Type | Description |
---|---|
System. |
LiteralActive
Literal for code: Active
Declaration
public const string LiteralActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralCancelled
Literal for code: Cancelled
Declaration
public const string LiteralCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralCompleted
Literal for code: Completed
Declaration
public const string LiteralCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralDraft
Literal for code: Draft
Declaration
public const string LiteralDraft = null
Field Value
Type | Description |
---|---|
System. |
LiteralReferralstatusAccepted
Literal for code: ReferralstatusAccepted
Declaration
public const string LiteralReferralstatusAccepted = null
Field Value
Type | Description |
---|---|
System. |
LiteralReferralstatusActive
Literal for code: ReferralstatusActive
Declaration
public const string LiteralReferralstatusActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralReferralstatusCancelled
Literal for code: ReferralstatusCancelled
Declaration
public const string LiteralReferralstatusCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralReferralstatusCompleted
Literal for code: ReferralstatusCompleted
Declaration
public const string LiteralReferralstatusCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralReferralstatusDraft
Literal for code: ReferralstatusDraft
Declaration
public const string LiteralReferralstatusDraft = null
Field Value
Type | Description |
---|---|
System. |
LiteralReferralstatusRejected
Literal for code: ReferralstatusRejected
Declaration
public const string LiteralReferralstatusRejected = null
Field Value
Type | Description |
---|---|
System. |
LiteralReferralstatusRequested
Literal for code: ReferralstatusRequested
Declaration
public const string LiteralReferralstatusRequested = null
Field Value
Type | Description |
---|---|
System. |
LiteralRejected
Literal for code: Rejected
Declaration
public const string LiteralRejected = null
Field Value
Type | Description |
---|---|
System. |
LiteralRequested
Literal for code: Requested
Declaration
public const string LiteralRequested = null
Field Value
Type | Description |
---|---|
System. |
Rejected
The recipient has declined to accept the referral.
Declaration
public static readonly Coding Rejected
Field Value
Type | Description |
---|---|
Coding |
Requested
The referral has been transmitted, but not yet acknowledged by the recipient.
Declaration
public static readonly Coding Requested
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up Referralstatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |