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. |
LiteralDevice
Literal for code: Device
Declaration
public const string LiteralDevice = null
Field Value
Type | Description |
---|---|
System. |
LiteralGroupTypeAnimal
Literal for code: GroupTypeAnimal
Declaration
public const string LiteralGroupTypeAnimal = null
Field Value
Type | Description |
---|---|
System. |
LiteralGroupTypeDevice
Literal for code: GroupTypeDevice
Declaration
public const string LiteralGroupTypeDevice = null
Field Value
Type | Description |
---|---|
System. |
LiteralGroupTypeMedication
Literal for code: GroupTypeMedication
Declaration
public const string LiteralGroupTypeMedication = null
Field Value
Type | Description |
---|---|
System. |
LiteralGroupTypePerson
Literal for code: GroupTypePerson
Declaration
public const string LiteralGroupTypePerson = null
Field Value
Type | Description |
---|---|
System. |
LiteralGroupTypePractitioner
Literal for code: GroupTypePractitioner
Declaration
public const string LiteralGroupTypePractitioner = null
Field Value
Type | Description |
---|---|
System. |
LiteralGroupTypeSubstance
Literal for code: GroupTypeSubstance
Declaration
public const string LiteralGroupTypeSubstance = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedication
Literal for code: Medication
Declaration
public const string LiteralMedication = null
Field Value
Type | Description |
---|---|
System. |
LiteralPerson
Literal for code: Person
Declaration
public const string LiteralPerson = null
Field Value
Type | Description |
---|---|
System. |
LiteralPractitioner
Literal for code: Practitioner
Declaration
public const string LiteralPractitioner = null
Field Value
Type | Description |
---|---|
System. |
LiteralSubstance
Literal for code: Substance
Declaration
public const string LiteralSubstance = null
Field Value
Type | Description |
---|---|
System. |
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. |