Class ResourceSlicingRulesCodes
How slices are interpreted when evaluating an instance.
Inheritance
System.Object
ResourceSlicingRulesCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ResourceSlicingRulesCodes : object
Fields
| Improve this Doc View SourceClosed
No additional content is allowed other than that described by the slices in this profile.
Declaration
public static readonly Coding Closed
Field Value
Type | Description |
---|---|
Coding |
LiteralClosed
Literal for code: Closed
Declaration
public const string LiteralClosed = null
Field Value
Type | Description |
---|---|
System. |
LiteralOpen
Literal for code: Open
Declaration
public const string LiteralOpen = null
Field Value
Type | Description |
---|---|
System. |
LiteralOpenAtEnd
Literal for code: OpenAtEnd
Declaration
public const string LiteralOpenAtEnd = null
Field Value
Type | Description |
---|---|
System. |
LiteralResourceSlicingRulesClosed
Literal for code: ResourceSlicingRulesClosed
Declaration
public const string LiteralResourceSlicingRulesClosed = null
Field Value
Type | Description |
---|---|
System. |
LiteralResourceSlicingRulesOpen
Literal for code: ResourceSlicingRulesOpen
Declaration
public const string LiteralResourceSlicingRulesOpen = null
Field Value
Type | Description |
---|---|
System. |
LiteralResourceSlicingRulesOpenAtEnd
Literal for code: ResourceSlicingRulesOpenAtEnd
Declaration
public const string LiteralResourceSlicingRulesOpenAtEnd = null
Field Value
Type | Description |
---|---|
System. |
Open
Additional content is allowed anywhere in the list.
Declaration
public static readonly Coding Open
Field Value
Type | Description |
---|---|
Coding |
OpenAtEnd
Additional content is allowed, but only at the end of the list. Note that using this requires that the slices be ordered, which makes it hard to share uses. This should only be done where absolutely required.
Declaration
public static readonly Coding OpenAtEnd
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up ResourceSlicingRules Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |