Class EncounterLocationStatusCodes
The status of the location.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class EncounterLocationStatusCodes : object
Fields
| Improve this Doc View SourceActive
The patient is currently at this location, or was between the period specified. A system may update these records when the patient leaves the location to either reserved, or completed
Declaration
public static readonly Coding Active
Field Value
Type | Description |
---|---|
Coding |
Completed
The patient was at this location during the period specified. Not to be used when the patient is currently at the location
Declaration
public static readonly Coding Completed
Field Value
Type | Description |
---|---|
Coding |
LiteralActive
Literal for code: Active
Declaration
public const string LiteralActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralCompleted
Literal for code: Completed
Declaration
public const string LiteralCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterLocationStatusActive
Literal for code: EncounterLocationStatusActive
Declaration
public const string LiteralEncounterLocationStatusActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterLocationStatusCompleted
Literal for code: EncounterLocationStatusCompleted
Declaration
public const string LiteralEncounterLocationStatusCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterLocationStatusPlanned
Literal for code: EncounterLocationStatusPlanned
Declaration
public const string LiteralEncounterLocationStatusPlanned = null
Field Value
Type | Description |
---|---|
System. |
LiteralEncounterLocationStatusReserved
Literal for code: EncounterLocationStatusReserved
Declaration
public const string LiteralEncounterLocationStatusReserved = null
Field Value
Type | Description |
---|---|
System. |
LiteralPlanned
Literal for code: Planned
Declaration
public const string LiteralPlanned = null
Field Value
Type | Description |
---|---|
System. |
LiteralReserved
Literal for code: Reserved
Declaration
public const string LiteralReserved = null
Field Value
Type | Description |
---|---|
System. |
Planned
The patient is planned to be moved to this location at some point in the future.
Declaration
public static readonly Coding Planned
Field Value
Type | Description |
---|---|
Coding |
Reserved
This location is held empty for this patient.
Declaration
public static readonly Coding Reserved
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up EncounterLocationStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |