Show / Hide Table of Contents

Class ObservationRelatedTypeCodes

Code Values for the Observation.related.type field

Inheritance
System.Object
ObservationRelatedTypeCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class ObservationRelatedTypeCodes : object

Fields

| Improve this Doc View Source

DERIVED_FROM

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

HAS_MEMBER

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

INTERFERED_BY

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

QUALIFIED_BY

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

REPLACES

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

SEQUEL_TO

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

Values

Declaration
public static HashSet<string> Values
Field Value
Type Description
HashSet<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX