FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/message-event-code

Packageca.on.oh.erec
Resource TypeCodeSystem
Idmessage-event-code
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=https://ehealthontario.ca/fhir/CodeSystem/message-event-code
URLhttps://ehealthontario.ca/fhir/CodeSystem/message-event-code
Version1.0.0
Statusactive
Date2023-01-11
NameMessageEventCode
Realmca
Authoritynational
DescriptionCode that identifies the event this message represents and connects it with its definition.
Contentcomplete

Resources that use this resource

ValueSet
message-event-codeMessage Event Code v0.11.1
message-event-codeMessageEventCode

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "message-event-code",
  "url": "https://ehealthontario.ca/fhir/CodeSystem/message-event-code",
  "version": "1.0.0",
  "name": "MessageEventCode",
  "status": "active",
  "date": "2023-01-11",
  "publisher": "Ontario Health",
  "description": "Code that identifies the event this message represents and connects it with its definition.",
  "content": "complete",
  "concept": [
    {
      "code": "add-service-request",
      "display": "An EventCode used by an RMS Source to request that a new ServiceRequest be performed on the RMS Target"
    },
    {
      "code": "revoke-service-request",
      "display": "An EventCode used by an RMS Source to notify systems that ServiceRequest has been terminated and to request that the ServiceRequest and related information be removed"
    },
    {
      "code": "notify-add-service-request",
      "display": "An EventCode used by an RMS Source to notify systems other than the RMS Target that a new ServiceRequest has been created"
    },
    {
      "code": "notify-update-service-request",
      "display": "An EventCode used by an RMS Source to notify systems that a ServiceRequest or its status has been updated"
    },
    {
      "code": "notify-data-correction",
      "display": "An EventCode used by an RMS Target to notify systems it has corrected information in a ServiceRequest or related resource"
    },
    {
      "code": "notify-add-process-request",
      "display": "An EventCode used by an RMS Target to notify systems that it has created a Process Request Task for a user to perform a ServiceRequest"
    },
    {
      "code": "notify-update-process-request",
      "display": "An EventCode used by an RMS Target to notify systems that a Process Request Task, its status or related information has changed"
    },
    {
      "code": "notify-add-appointment",
      "display": "An EventCode used by an RMS Target to notify systems that an appointment has been created in response to a ServiceRequest."
    },
    {
      "code": "send-communication-from-requester",
      "display": "An EventCode used by an RMS Source when sending a question, requesting clarification, or for general communication related to a ServiceRequest."
    },
    {
      "code": "send-communication-from-provider",
      "display": "An EventCode used by an RMS Target when sending a question, requesting information, or for general communication related to a ServiceRequest."
    },
    {
      "code": "add-communication",
      "display": "An EventCode used when sending a question or additional information related to a ServiceRequest with a system other than an RMS Source and Target."
    },
    {
      "code": "notify-report-service-request",
      "display": "An EventCode used for the Analytics Repositories while representing the entirety of the referral and all its related resources."
    },
    {
      "code": "notify-add-service-record ",
      "display": "Notify eReC Recipient systems that a new Service Record has been created."
    },
    {
      "code": "notify-update-service-record ",
      "display": "Notify eReC Recipient systems that an existing Service Record has been updated."
    }
  ]
}