Class LinkTypeCodes
The type of link between this patient resource and another patient resource.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class LinkTypeCodes : object
Fields
| Improve this Doc View SourceLiteralLinkTypeRefer
Literal for code: LinkTypeRefer
Declaration
public const string LiteralLinkTypeRefer = null
Field Value
Type | Description |
---|---|
System. |
LiteralLinkTypeReplace
Literal for code: LinkTypeReplace
Declaration
public const string LiteralLinkTypeReplace = null
Field Value
Type | Description |
---|---|
System. |
LiteralLinkTypeSeeAlso
Literal for code: LinkTypeSeeAlso
Declaration
public const string LiteralLinkTypeSeeAlso = null
Field Value
Type | Description |
---|---|
System. |
LiteralRefer
Literal for code: Refer
Declaration
public const string LiteralRefer = null
Field Value
Type | Description |
---|---|
System. |
LiteralReplace
Literal for code: Replace
Declaration
public const string LiteralReplace = null
Field Value
Type | Description |
---|---|
System. |
LiteralSeeAlso
Literal for code: SeeAlso
Declaration
public const string LiteralSeeAlso = null
Field Value
Type | Description |
---|---|
System. |
Refer
The patient resource containing this link is in use and valid but not considered the main source of information about a patient. The link points forward to another patient resource that should be consulted to retrieve additional patient information.
Declaration
public static readonly Coding Refer
Field Value
Type | Description |
---|---|
Coding |
Replace
The patient resource containing this link must no longer be used. The link points forward to another patient resource that must be used in lieu of the patient resource that contains this link.
Declaration
public static readonly Coding Replace
Field Value
Type | Description |
---|---|
Coding |
SeeAlso
The patient resource containing this link is in use and valid, but points to another patient resource that is known to contain data about the same person. Data in this resource might overlap or contradict information found in the other patient resource. This link does not indicate any relative importance of the resources concerned, and both should be regarded as equally valid.
Declaration
public static readonly Coding SeeAlso
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up LinkType Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |