MessageEvent

public enum MessageEvent: String

One of the message events defined as part of FHIR.

URL: http://hl7.org/fhir/message-events ValueSet: http://hl7.org/fhir/ValueSet/message-events

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

    Declaration

    Swift

    case codeSystemExpand = "CodeSystem-expand"
  • Change the status of a Medication Administration to show that it is complete.

    Declaration

    Swift

    case medicationAdministrationComplete = "MedicationAdministration-Complete"
  • Someone wishes to record that the record of administration of a medication is in error and should be ignored.

    Declaration

    Swift

    case medicationAdministrationNullification = "MedicationAdministration-Nullification"
  • Indicates that a medication has been recorded against the patient’s record.

    Declaration

    Swift

    case medicationAdministrationRecording = "MedicationAdministration-Recording"
  • Update a Medication Administration record.

    Declaration

    Swift

    case medicationAdministrationUpdate = "MedicationAdministration-Update"
  • 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

    Swift

    case adminNotify = "admin-notify"
  • Notification to convey information.

    Declaration

    Swift

    case communicationRequest = "communication-request"
  • Provide a diagnostic report, or update a previously provided diagnostic report.

    Declaration

    Swift

    case diagnosticreportProvide = "diagnosticreport-provide"
  • Provide a simple observation or update a previously provided simple observation.

    Declaration

    Swift

    case observationProvide = "observation-provide"
  • Notification that two patient records actually identify the same patient.

    Declaration

    Swift

    case patientLink = "patient-link"
  • Notification that previous advice that two patient records concern the same patient is now considered incorrect.

    Declaration

    Swift

    case patientUnlink = "patient-unlink"
  • 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

    Swift

    case valuesetExpand = "valueset-expand"