Show / Hide Table of Contents

Class EpisodeOfCareStatusCodes

The status of the encounter.

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

Fields

| Improve this Doc View Source

Active

This episode of care is current.

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

Cancelled

The episode of care was cancelled, or withdrawn from service, often selected during the planned stage as the patient may have gone elsewhere, or the circumstances have changed and the organization is unable to provide the care. It indicates that services terminated outside the planned/expected workflow.

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

Finished

This episode of care is finished at the organization is not expecting to be providing care to the patient. Can also be known as "closed", "completed" or other similar terms.

Declaration
public static readonly Coding Finished
Field Value
Type Description
Coding
| 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

LiteralEpisodeOfCareStatusActive

Literal for code: EpisodeOfCareStatusActive

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

LiteralEpisodeOfCareStatusCancelled

Literal for code: EpisodeOfCareStatusCancelled

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

LiteralEpisodeOfCareStatusFinished

Literal for code: EpisodeOfCareStatusFinished

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

LiteralEpisodeOfCareStatusOnHold

Literal for code: EpisodeOfCareStatusOnHold

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

LiteralEpisodeOfCareStatusPlanned

Literal for code: EpisodeOfCareStatusPlanned

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

LiteralEpisodeOfCareStatusWaitlist

Literal for code: EpisodeOfCareStatusWaitlist

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

LiteralFinished

Literal for code: Finished

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

LiteralOnHold

Literal for code: OnHold

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

LiteralPlanned

Literal for code: Planned

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

LiteralWaitlist

Literal for code: Waitlist

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

OnHold

This episode of care is on hold, the organization has limited responsibility for the patient (such as while on respite).

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

Planned

This episode of care is planned to start at the date specified in the period.start. During this status an organization may perform assessments to determine if they are eligible to receive services, or be organizing to make resources available to provide care services.

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

Values

Dictionary for looking up EpisodeOfCareStatus Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
| Improve this Doc View Source

Waitlist

This episode has been placed on a waitlist, pending the episode being made active (or cancelled).

Declaration
public static readonly Coding Waitlist
Field Value
Type Description
Coding
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX