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

FHIR IG analytics

Packageca.on.oh-ereferral-econsult
Resource TypeMessageDefinition
Idca-on-ereferral-notify-add-servicerequest.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-servicerequest",
  "url": "http://ehealthontario.ca/fhir/MessageDefinition/ca-on-ereferral-notify-add-servicerequest",
  "version": "0.10.1",
  "name": "NotifyAddServiceRequest",
  "title": "Notify Add Service Request",
  "status": "draft",
  "experimental": false,
  "date": "2021-07-15",
  "description": "Message is used to notify systems other than the RMS Target that a new ServiceRequest has been created.",
  "purpose": "Message is used to notify systems other than the RMS Target that a new ServiceRequest has been created.",
  "eventCoding": {
    "system": "https://ehealthontario.ca/fhir/CodeSystem/message-event-code",
    "code": "notify-add-service-request"
  },
  "category": "notification",
  "focus": [
    {
      "code": "ServiceRequest",
      "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest|1.0.1",
      "min": 1,
      "max": "*"
    }
  ]
}