Class GroupTypeCodes
Types of resources that are part of group
Inheritance
System.Object
GroupTypeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class GroupTypeCodes : object
Fields
| Improve this Doc View SourceAnimal
Group contains "animal" Patient resources
Declaration
public static readonly Coding Animal
Field Value
| Type | Description |
|---|---|
| Coding |
Device
Group contains Device resources
Declaration
public static readonly Coding Device
Field Value
| Type | Description |
|---|---|
| Coding |
LiteralAnimal
Literal for code: Animal
Declaration
public const string LiteralAnimal = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDevice
Literal for code: Device
Declaration
public const string LiteralDevice = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralGroupTypeAnimal
Literal for code: GroupTypeAnimal
Declaration
public const string LiteralGroupTypeAnimal = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralGroupTypeDevice
Literal for code: GroupTypeDevice
Declaration
public const string LiteralGroupTypeDevice = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralGroupTypeMedication
Literal for code: GroupTypeMedication
Declaration
public const string LiteralGroupTypeMedication = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralGroupTypePerson
Literal for code: GroupTypePerson
Declaration
public const string LiteralGroupTypePerson = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralGroupTypePractitioner
Literal for code: GroupTypePractitioner
Declaration
public const string LiteralGroupTypePractitioner = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralGroupTypeSubstance
Literal for code: GroupTypeSubstance
Declaration
public const string LiteralGroupTypeSubstance = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMedication
Literal for code: Medication
Declaration
public const string LiteralMedication = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralPerson
Literal for code: Person
Declaration
public const string LiteralPerson = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralPractitioner
Literal for code: Practitioner
Declaration
public const string LiteralPractitioner = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralSubstance
Literal for code: Substance
Declaration
public const string LiteralSubstance = null
Field Value
| Type | Description |
|---|---|
| System.String |
Medication
Group contains Medication resources
Declaration
public static readonly Coding Medication
Field Value
| Type | Description |
|---|---|
| Coding |
Person
Group contains "person" Patient resources
Declaration
public static readonly Coding Person
Field Value
| Type | Description |
|---|---|
| Coding |
Practitioner
Group contains healthcare practitioner resources
Declaration
public static readonly Coding Practitioner
Field Value
| Type | Description |
|---|---|
| Coding |
Substance
Group contains Substance resources
Declaration
public static readonly Coding Substance
Field Value
| Type | Description |
|---|---|
| Coding |
Values
Dictionary for looking up GroupType Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
| Type | Description |
|---|---|
| Dictionary<System.String, Coding> |