Show / Hide Table of Contents

Class GroupTypeCodes

Code Values for the Group.type field

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

Fields

| Improve this Doc View Source

ANIMAL

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

DEVICE

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

MEDICATION

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

PERSON

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

PRACTITIONER

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

SUBSTANCE

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