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

FHIR IG Statistics: ValueSet/message-event-code

Packageca.on.oh-seris
Resource TypeValueSet
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/ValueSet/message-event-code
URLhttp://ontariohealth.ca/fhir/ValueSet/message-event-code
Version1.0.0
Statusdraft
NameMessageEventCode
TitleMessage Event Code
Realmca
DescriptionCode that identifies the event this message represents and connects it with its definition.

Resources that use this resource

StructureDefinition
ca-on-seris-profile-MessageHeaderMessageHeader

Resources that this resource uses

CodeSystem
message-event-codeMessage Event Code

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "message-event-code",
  "url": "http://ontariohealth.ca/fhir/ValueSet/message-event-code",
  "version": "1.0.0",
  "name": "MessageEventCode",
  "title": "Message Event Code",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Code that identifies the event this message represents and connects it with its definition.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/message-event-code",
        "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"
          }
        ]
      }
    ]
  }
}