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

FHIR IG analytics

Packageca.on.oh-erec-ig
Resource TypeMessageDefinition
Idnotify-add-appointment.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": "MessageDefinition",
  "id": "ca-on-ereferral-notify-add-appointment",
  "url": "http://ehealthontario.ca/fhir/MessageDefinition/ca-on-ereferral-notify-add-appointment",
  "version": "0.10.1",
  "name": "NotifyAddAppointment",
  "title": "Notify Add Appointment",
  "status": "draft",
  "experimental": false,
  "date": "2021-07-15",
  "description": "Message is used to notify systems that an appointment has been created in response to a ServiceRequest.",
  "purpose": "Message is used to notify systems that an appointment has been created in response to a ServiceRequest.",
  "eventCoding": {
    "system": "https://ehealthontario.ca/fhir/CodeSystem/message-event-code",
    "code": "notify-add-appointment"
  },
  "category": "notification",
  "focus": [
    {
      "code": "Appointment",
      "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Appointment|1.0.0",
      "min": 1,
      "max": "*"
    }
  ]
}