FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.oh-seris-r4
Resource TypeCodeSystem
Idmessage-event-code.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}