Class EpisodeOfCareStatusCodes
The status of the encounter.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class EpisodeOfCareStatusCodes : object
Fields
| Improve this Doc View SourceActive
This episode of care is current.
Declaration
public static readonly Coding Active
Field Value
Type | Description |
---|---|
Coding |
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 |
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 |
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. |
LiteralEpisodeOfCareStatusActive
Literal for code: EpisodeOfCareStatusActive
Declaration
public const string LiteralEpisodeOfCareStatusActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralEpisodeOfCareStatusCancelled
Literal for code: EpisodeOfCareStatusCancelled
Declaration
public const string LiteralEpisodeOfCareStatusCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralEpisodeOfCareStatusFinished
Literal for code: EpisodeOfCareStatusFinished
Declaration
public const string LiteralEpisodeOfCareStatusFinished = null
Field Value
Type | Description |
---|---|
System. |
LiteralEpisodeOfCareStatusOnHold
Literal for code: EpisodeOfCareStatusOnHold
Declaration
public const string LiteralEpisodeOfCareStatusOnHold = null
Field Value
Type | Description |
---|---|
System. |
LiteralEpisodeOfCareStatusPlanned
Literal for code: EpisodeOfCareStatusPlanned
Declaration
public const string LiteralEpisodeOfCareStatusPlanned = null
Field Value
Type | Description |
---|---|
System. |
LiteralEpisodeOfCareStatusWaitlist
Literal for code: EpisodeOfCareStatusWaitlist
Declaration
public const string LiteralEpisodeOfCareStatusWaitlist = null
Field Value
Type | Description |
---|---|
System. |
LiteralFinished
Literal for code: Finished
Declaration
public const string LiteralFinished = null
Field Value
Type | Description |
---|---|
System. |
LiteralOnHold
Literal for code: OnHold
Declaration
public const string LiteralOnHold = null
Field Value
Type | Description |
---|---|
System. |
LiteralPlanned
Literal for code: Planned
Declaration
public const string LiteralPlanned = null
Field Value
Type | Description |
---|---|
System. |
LiteralWaitlist
Literal for code: Waitlist
Declaration
public const string LiteralWaitlist = null
Field Value
Type | Description |
---|---|
System. |
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 |
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 |
Values
Dictionary for looking up EpisodeOfCareStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |
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 |