Show / Hide Table of Contents

Class ObservationRelationshiptypesCodes

Codes specifying how two observations are related.

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

Fields

| Improve this Doc View Source

DerivedFrom

The target resource (Observation or QuestionnaireResponse) is part of the information from which this observation value is derived. (e.g. calculated anion gap, Apgar score) NOTE: "derived-from" is only logical choice when referencing QuestionnaireResponse.

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

HasMember

This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.

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

InterferedBy

The value of the target observation interferes (degrades quality, or prevents valid observation) with the semantics of the source observation (e.g. a hemolysis measure target from a plasma potassium measure which has no value).

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

LiteralDerivedFrom

Literal for code: DerivedFrom

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

LiteralHasMember

Literal for code: HasMember

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

LiteralInterferedBy

Literal for code: InterferedBy

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

LiteralObservationRelationshiptypesDerivedFrom

Literal for code: ObservationRelationshiptypesDerivedFrom

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

LiteralObservationRelationshiptypesHasMember

Literal for code: ObservationRelationshiptypesHasMember

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

LiteralObservationRelationshiptypesInterferedBy

Literal for code: ObservationRelationshiptypesInterferedBy

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

LiteralObservationRelationshiptypesQualifiedBy

Literal for code: ObservationRelationshiptypesQualifiedBy

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

LiteralObservationRelationshiptypesReplaces

Literal for code: ObservationRelationshiptypesReplaces

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

LiteralObservationRelationshiptypesSequelTo

Literal for code: ObservationRelationshiptypesSequelTo

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

LiteralQualifiedBy

Literal for code: QualifiedBy

Declaration
public const string LiteralQualifiedBy = 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

LiteralSequelTo

Literal for code: SequelTo

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

QualifiedBy

The value of the target observation qualifies (refines) the semantics of the source observation (e.g. a lipemia measure target from a plasma measure).

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

Replaces

This observation replaces a previous observation (i.e. a revised value). The target observation is now obsolete.

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

SequelTo

This observation follows the target observation (e.g. timed tests such as Glucose Tolerance Test).

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

Values

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