Show / Hide Table of Contents

Class ReferralstatusCodes

The status of the referral.

Inheritance
System.Object
ReferralstatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ReferralstatusCodes : object

Fields

| Improve this Doc View Source

Accepted

The recipient has agreed to deliver the care requested by the referral.

Declaration
public static readonly Coding Accepted
Field Value
Type Description
Coding
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Completed

The referral has been completely actioned.

Declaration
public static readonly Coding Completed
Field Value
Type Description
Coding
| Improve this Doc View Source

Draft

A draft referral that has yet to be send.

Declaration
public static readonly Coding Draft
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralAccepted

Literal for code: Accepted

Declaration
public const string LiteralAccepted = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralActive

Literal for code: Active

Declaration
public const string LiteralActive = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralCancelled

Literal for code: Cancelled

Declaration
public const string LiteralCancelled = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralCompleted

Literal for code: Completed

Declaration
public const string LiteralCompleted = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDraft

Literal for code: Draft

Declaration
public const string LiteralDraft = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralReferralstatusAccepted

Literal for code: ReferralstatusAccepted

Declaration
public const string LiteralReferralstatusAccepted = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralReferralstatusActive

Literal for code: ReferralstatusActive

Declaration
public const string LiteralReferralstatusActive = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralReferralstatusCancelled

Literal for code: ReferralstatusCancelled

Declaration
public const string LiteralReferralstatusCancelled = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralReferralstatusCompleted

Literal for code: ReferralstatusCompleted

Declaration
public const string LiteralReferralstatusCompleted = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralReferralstatusDraft

Literal for code: ReferralstatusDraft

Declaration
public const string LiteralReferralstatusDraft = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralReferralstatusRejected

Literal for code: ReferralstatusRejected

Declaration
public const string LiteralReferralstatusRejected = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralReferralstatusRequested

Literal for code: ReferralstatusRequested

Declaration
public const string LiteralReferralstatusRequested = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralRejected

Literal for code: Rejected

Declaration
public const string LiteralRejected = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralRequested

Literal for code: Requested

Declaration
public const string LiteralRequested = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Rejected

The recipient has declined to accept the referral.

Declaration
public static readonly Coding Rejected
Field Value
Type Description
Coding
| Improve this Doc View Source

Requested

The referral has been transmitted, but not yet acknowledged by the recipient.

Declaration
public static readonly Coding Requested
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up Referralstatus Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX