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 SourceFulfills
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 |
Includes
The referenced plan is considered to be part of this plan.
Declaration
public static readonly Coding Includes
Field Value
Type | Description |
---|---|
Coding |
LiteralCarePlanRelationshipFulfills
Literal for code: CarePlanRelationshipFulfills
Declaration
public const string LiteralCarePlanRelationshipFulfills = null
Field Value
Type | Description |
---|---|
System. |
LiteralCarePlanRelationshipIncludes
Literal for code: CarePlanRelationshipIncludes
Declaration
public const string LiteralCarePlanRelationshipIncludes = null
Field Value
Type | Description |
---|---|
System. |
LiteralCarePlanRelationshipReplaces
Literal for code: CarePlanRelationshipReplaces
Declaration
public const string LiteralCarePlanRelationshipReplaces = null
Field Value
Type | Description |
---|---|
System. |
LiteralFulfills
Literal for code: Fulfills
Declaration
public const string LiteralFulfills = null
Field Value
Type | Description |
---|---|
System. |
LiteralIncludes
Literal for code: Includes
Declaration
public const string LiteralIncludes = null
Field Value
Type | Description |
---|---|
System. |
LiteralReplaces
Literal for code: Replaces
Declaration
public const string LiteralReplaces = null
Field Value
Type | Description |
---|---|
System. |
Replaces
This plan takes the places of the referenced plan.
Declaration
public static readonly Coding Replaces
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up CarePlanRelationship Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |