Class DevicestatusCodes
The availability status of the device.
Inheritance
System.Object
DevicestatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class DevicestatusCodes : object
Fields
| Improve this Doc View SourceAvailable
The Device is available for use.
Declaration
public static readonly Coding Available
Field Value
Type | Description |
---|---|
Coding |
EnteredInError
The Device was entered in error and voided.
Declaration
public static readonly Coding EnteredInError
Field Value
Type | Description |
---|---|
Coding |
LiteralAvailable
Literal for code: Available
Declaration
public const string LiteralAvailable = null
Field Value
Type | Description |
---|---|
System. |
LiteralDevicestatusAvailable
Literal for code: DevicestatusAvailable
Declaration
public const string LiteralDevicestatusAvailable = null
Field Value
Type | Description |
---|---|
System. |
LiteralDevicestatusEnteredInError
Literal for code: DevicestatusEnteredInError
Declaration
public const string LiteralDevicestatusEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralDevicestatusNotAvailable
Literal for code: DevicestatusNotAvailable
Declaration
public const string LiteralDevicestatusNotAvailable = null
Field Value
Type | Description |
---|---|
System. |
LiteralEnteredInError
Literal for code: EnteredInError
Declaration
public const string LiteralEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralNotAvailable
Literal for code: NotAvailable
Declaration
public const string LiteralNotAvailable = null
Field Value
Type | Description |
---|---|
System. |
NotAvailable
The Device is no longer available for use (e.g. lost, expired, damaged).
Declaration
public static readonly Coding NotAvailable
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up Devicestatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |