0.1.0 - ci-build

eReferralMustSupport - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Message Event Code - JSON Representation

Draft as of 2024-08-15

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "message-event-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet message-event-code</b></p><a name=\"message-event-code\"> </a><a name=\"hcmessage-event-code\"> </a><a name=\"message-event-code-en-US\"> </a><ul><li>Include these codes as defined in <code>https://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/message-event-code</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>add-service-request</td><td>An EventCode used by an RMS Source to request that a new ServiceRequest be performed on the RMS Target</td></tr><tr><td>revoke-service-request</td><td>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</td></tr><tr><td>notify-add-service-request</td><td>An EventCode used by an RMS Source to notify systems other than the RMS Target that a new ServiceRequest has been created</td></tr><tr><td>notify-update-service-request</td><td>An EventCode used by an RMS Source to notify systems that a ServiceRequest or its status has been updated</td></tr><tr><td>notify-data-correction</td><td>An EventCode used by an RMS Target to notify systems it has corrected information in a ServiceRequest or related resource</td></tr><tr><td>notify-add-process-request</td><td>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</td></tr><tr><td>notify-update-process-request</td><td>An EventCode used by an RMS Target to notify systems that a Process Request Task, its status or related information has changed</td></tr><tr><td>notify-add-appointment</td><td>An EventCode used by an RMS Target to notify systems that an appointment has been created in response to a ServiceRequest.</td></tr><tr><td>add-communication</td><td>An EventCode used used by systems when sending a question or additional information related to a ServiceRequest</td></tr><tr><td>send-communication-from-requester</td><td>An EventCode used by an RMS Source when sending a question, requesting clarification, or for general communication related to a ServiceRequest.</td></tr><tr><td>send-communication-from-provider</td><td>An EventCode used by an RMS Target when sending a question, requesting information, or for general communication related to a ServiceRequest.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.ca/fhir/eReferral/ValueSet/message-event-code",
  "version" : "0.1.0",
  "name" : "MessageEventCode",
  "title" : "Message Event Code",
  "status" : "draft",
  "date" : "2024-08-15T11:24:57-06:00",
  "publisher" : "Example Publisher",
  "contact" : [
    {
      "name" : "Example Publisher",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "Code that identifies the event this message represents and connects it with its definition.",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/message-event-code",
        "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" : "add-communication",
            "display" : "An EventCode used used by systems when sending a question or additional information related 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."
          }
        ]
      }
    ]
  }
}