Show / Hide Table of Contents

Class CarePlanRelationshipCodes

Codes identifying the types of relationships between two plans.

Inheritance
System.Object
CarePlanRelationshipCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class CarePlanRelationshipCodes : object

Fields

| Improve this Doc View Source

Fulfills

This plan provides details about how to perform activities defined at a higher level by the referenced plan.

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

Includes

The referenced plan is considered to be part of this plan.

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

LiteralCarePlanRelationshipFulfills

Literal for code: CarePlanRelationshipFulfills

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

LiteralCarePlanRelationshipIncludes

Literal for code: CarePlanRelationshipIncludes

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

LiteralCarePlanRelationshipReplaces

Literal for code: CarePlanRelationshipReplaces

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

LiteralFulfills

Literal for code: Fulfills

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

LiteralIncludes

Literal for code: Includes

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

LiteralReplaces

Literal for code: Replaces

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

Replaces

This plan takes the places of the referenced plan.

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

Values

Dictionary for looking up CarePlanRelationship 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