Show / Hide Table of Contents

Class MessageEventsCodes

One of the message events defined as part of FHIR.

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

Fields

| Improve this Doc View Source

AdminNotify

Notification of a change to an administrative resource (either create or update). Note that there is no delete, though some administrative resources have status or period elements for this use.

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

DiagnosticreportProvide

Provide a diagnostic report, or update a previously provided diagnostic report.

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

LiteralAdminNotify

Literal for code: AdminNotify

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

LiteralDiagnosticreportProvide

Literal for code: DiagnosticreportProvide

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

LiteralMedicationAdministrationComplete

Literal for code: MedicationAdministrationComplete

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

LiteralMedicationAdministrationNullification

Literal for code: MedicationAdministrationNullification

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

LiteralMedicationAdministrationRecording

Literal for code: MedicationAdministrationRecording

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

LiteralMedicationAdministrationUpdate

Literal for code: MedicationAdministrationUpdate

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

LiteralMessageEventsAdminNotify

Literal for code: MessageEventsAdminNotify

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

LiteralMessageEventsDiagnosticreportProvide

Literal for code: MessageEventsDiagnosticreportProvide

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

LiteralMessageEventsMedicationAdministrationComplete

Literal for code: MessageEventsMedicationAdministrationComplete

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

LiteralMessageEventsMedicationAdministrationNullification

Literal for code: MessageEventsMedicationAdministrationNullification

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

LiteralMessageEventsMedicationAdministrationRecording

Literal for code: MessageEventsMedicationAdministrationRecording

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

LiteralMessageEventsMedicationAdministrationUpdate

Literal for code: MessageEventsMedicationAdministrationUpdate

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

LiteralMessageEventsObservationProvide

Literal for code: MessageEventsObservationProvide

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

LiteralMessageEventsPatientLink

Literal for code: MessageEventsPatientLink

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

LiteralMessageEventsPatientUnlink

Literal for code: MessageEventsPatientUnlink

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

LiteralMessageEventsValuesetExpand

Literal for code: MessageEventsValuesetExpand

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

LiteralObservationProvide

Literal for code: ObservationProvide

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

LiteralPatientLink

Literal for code: PatientLink

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

LiteralPatientUnlink

Literal for code: PatientUnlink

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

LiteralValuesetExpand

Literal for code: ValuesetExpand

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

MedicationAdministrationComplete

Change the status of a Medication Administration to show that it is complete.

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

MedicationAdministrationNullification

Someone wishes to record that the record of administration of a medication is in error and should be ignored.

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

MedicationAdministrationRecording

Indicates that a medication has been recorded against the patient's record.

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

MedicationAdministrationUpdate

Update a Medication Administration record.

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

ObservationProvide

Provide a simple observation or update a previously provided simple observation.

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

PatientLink

Notification that two patient records actually identify the same patient.

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

PatientUnlink

Notification that previous advice that two patient records concern the same patient is now considered incorrect.

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

Values

Dictionary for looking up MessageEvents Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
| Improve this Doc View Source

ValuesetExpand

The definition of a value set is used to create a simple collection of codes suitable for use for data entry or validation. An expanded value set will be returned, or an error message.

Declaration
public static readonly Coding ValuesetExpand
Field Value
Type Description
Coding
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX