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

FHIR IG Statistics: CodeSystem/message-event-code

Packageca.on.oh-seris
Resource TypeCodeSystem
Idmessage-event-code
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-seris@0.11.0-alpha1.0.1&canonical=http://ontariohealth.ca/fhir/CodeSystem/message-event-code
URLhttp://ontariohealth.ca/fhir/CodeSystem/message-event-code
Version1.0.0
Statusdraft
Date2023-03-10
NameMessageEventCode
TitleMessage Event Code
Realmca
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

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "message-event-code",
  "url": "http://ontariohealth.ca/fhir/CodeSystem/message-event-code",
  "version": "1.0.0",
  "name": "MessageEventCode",
  "title": "Message Event Code",
  "status": "draft",
  "experimental": false,
  "date": "2023-03-10",
  "publisher": "Ontario Health",
  "description": "Code that identifies the event this message represents and connects it with its definition.",
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "case-scheduled",
      "display": "An EventCode used by SERIS to submit Elective Surgery case information when a surgery is Booked"
    },
    {
      "code": "case-performed",
      "display": "An EventCode used by SERIS to submit Elective/Add-On Surgery case information when a surgery is Performed"
    },
    {
      "code": "case-cancelled",
      "display": "An EventCode used by SERIS to submit Elective/Add-On Surgery case information when surgery is Cancelled"
    }
  ]
}