Class ObservationRelationshiptypesCodes
Codes specifying how two observations are related.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ObservationRelationshiptypesCodes : object
Fields
| Improve this Doc View SourceDerivedFrom
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 |
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 |
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 |
LiteralDerivedFrom
Literal for code: DerivedFrom
Declaration
public const string LiteralDerivedFrom = null
Field Value
Type | Description |
---|---|
System. |
LiteralHasMember
Literal for code: HasMember
Declaration
public const string LiteralHasMember = null
Field Value
Type | Description |
---|---|
System. |
LiteralInterferedBy
Literal for code: InterferedBy
Declaration
public const string LiteralInterferedBy = null
Field Value
Type | Description |
---|---|
System. |
LiteralObservationRelationshiptypesDerivedFrom
Literal for code: ObservationRelationshiptypesDerivedFrom
Declaration
public const string LiteralObservationRelationshiptypesDerivedFrom = null
Field Value
Type | Description |
---|---|
System. |
LiteralObservationRelationshiptypesHasMember
Literal for code: ObservationRelationshiptypesHasMember
Declaration
public const string LiteralObservationRelationshiptypesHasMember = null
Field Value
Type | Description |
---|---|
System. |
LiteralObservationRelationshiptypesInterferedBy
Literal for code: ObservationRelationshiptypesInterferedBy
Declaration
public const string LiteralObservationRelationshiptypesInterferedBy = null
Field Value
Type | Description |
---|---|
System. |
LiteralObservationRelationshiptypesQualifiedBy
Literal for code: ObservationRelationshiptypesQualifiedBy
Declaration
public const string LiteralObservationRelationshiptypesQualifiedBy = null
Field Value
Type | Description |
---|---|
System. |
LiteralObservationRelationshiptypesReplaces
Literal for code: ObservationRelationshiptypesReplaces
Declaration
public const string LiteralObservationRelationshiptypesReplaces = null
Field Value
Type | Description |
---|---|
System. |
LiteralObservationRelationshiptypesSequelTo
Literal for code: ObservationRelationshiptypesSequelTo
Declaration
public const string LiteralObservationRelationshiptypesSequelTo = null
Field Value
Type | Description |
---|---|
System. |
LiteralQualifiedBy
Literal for code: QualifiedBy
Declaration
public const string LiteralQualifiedBy = null
Field Value
Type | Description |
---|---|
System. |
LiteralReplaces
Literal for code: Replaces
Declaration
public const string LiteralReplaces = null
Field Value
Type | Description |
---|---|
System. |
LiteralSequelTo
Literal for code: SequelTo
Declaration
public const string LiteralSequelTo = null
Field Value
Type | Description |
---|---|
System. |
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 |
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 |
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 |
Values
Dictionary for looking up ObservationRelationshiptypes Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |