Show / Hide Table of Contents

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 Source

Closed

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
| Improve this Doc View Source

LiteralClosed

Literal for code: Closed

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

LiteralOpen

Literal for code: Open

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

LiteralOpenAtEnd

Literal for code: OpenAtEnd

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

LiteralResourceSlicingRulesClosed

Literal for code: ResourceSlicingRulesClosed

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

LiteralResourceSlicingRulesOpen

Literal for code: ResourceSlicingRulesOpen

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

LiteralResourceSlicingRulesOpenAtEnd

Literal for code: ResourceSlicingRulesOpenAtEnd

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

Open

Additional content is allowed anywhere in the list.

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

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
| Improve this Doc View Source

Values

Dictionary for looking up ResourceSlicingRules Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX