Show / Hide Table of Contents

Class LinkTypeCodes

The type of link between this patient resource and another patient resource.

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

Fields

| Improve this Doc View Source

LiteralLinkTypeRefer

Literal for code: LinkTypeRefer

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

LiteralLinkTypeReplace

Literal for code: LinkTypeReplace

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

LiteralLinkTypeSeeAlso

Literal for code: LinkTypeSeeAlso

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

LiteralRefer

Literal for code: Refer

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

LiteralReplace

Literal for code: Replace

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

LiteralSeeAlso

Literal for code: SeeAlso

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

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

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

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

Values

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