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

FHIR IG Statistics: ValueSet/MessageEventCode

PackageeReferralOntarioNew.core
TypeValueSet
IdMessageEventCode
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eReferralOntarioNew.core@0.10.0&canonical=https://ehealthontario.ca/fhir/ValueSet/message-event-code
URLhttps://ehealthontario.ca/fhir/ValueSet/message-event-code
Version1.0.0
Statusactive
NameMessageEventCode
DescriptionCode that identifies the event this message represents and connects it with its definition. Events defined as part of the FHIR specification.Alternatively uri to the EventDefinition

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
message-event-codeMessageEventCode

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "MessageEventCode",
  "text": {
    "status": "generated"
  },
  "url": "https://ehealthontario.ca/fhir/ValueSet/message-event-code",
  "version": "1.0.0",
  "name": "MessageEventCode",
  "status": "active",
  "publisher": "eHealth Ontario",
  "description": "Code that identifies the event this message represents and connects it with its definition. Events defined as part of the FHIR specification.Alternatively uri to the EventDefinition",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "https://ehealthontario.ca/fhir/CodeSystem/message-event-code",
        "concept": [
          {
            "code": "add-service-request",
            "display": "Represents the EventCode used to indicate the RSS has created a new referral"
          },
          {
            "code": "update-service-request",
            "display": "Represents the EventCode used to indicate the RSS has updated an existing referral"
          },
          {
            "code": "revoke-service-request",
            "display": "Represents the EventCode used to indicate the RSS has cancelled an existing referral"
          },
          {
            "code": "update-service-status",
            "display": "Represents the EventCode used to indicate the RTS has updated the status of an existing referral. The status update includes scenarios in which the end user in RTS requires more information or cancels the requested service with an explanation"
          }
        ]
      }
    ]
  }
}