Show / Hide Table of Contents

Class CompositionAttestationModeCodes

The way in which a person authenticated a composition.

Inheritance
System.Object
CompositionAttestationModeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class CompositionAttestationModeCodes : object

Fields

| Improve this Doc View Source

Legal

The person authenticated the content and accepted legal responsibility for its content.

Declaration
public static readonly Coding Legal
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralCompositionAttestationModeLegal

Literal for code: CompositionAttestationModeLegal

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

LiteralCompositionAttestationModeOfficial

Literal for code: CompositionAttestationModeOfficial

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

LiteralCompositionAttestationModePersonal

Literal for code: CompositionAttestationModePersonal

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

LiteralCompositionAttestationModeProfessional

Literal for code: CompositionAttestationModeProfessional

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

LiteralLegal

Literal for code: Legal

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

LiteralOfficial

Literal for code: Official

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

LiteralPersonal

Literal for code: Personal

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

LiteralProfessional

Literal for code: Professional

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

Official

The organization authenticated the content as consistent with their policies and procedures.

Declaration
public static readonly Coding Official
Field Value
Type Description
Coding
| Improve this Doc View Source

Personal

The person authenticated the content in their personal capacity.

Declaration
public static readonly Coding Personal
Field Value
Type Description
Coding
| Improve this Doc View Source

Professional

The person authenticated the content in their professional capacity.

Declaration
public static readonly Coding Professional
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up CompositionAttestationMode Codings based on Codes

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