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

FHIR IG analytics

Packageca.on.erec.r4
Resource TypeMessageDefinition
Idca-on-ereferral-notify-data-correction.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-data-correction",
  "url": "http://ehealthontario.ca/fhir/MessageDefinition/ca-on-ereferral-notify-data-correction",
  "version": "0.10.1",
  "name": "NotifyDataCorrection",
  "title": "Notify Data Correction",
  "status": "draft",
  "experimental": false,
  "date": "2021-07-15",
  "description": "Message is used to notify systems that information in a ServiceRequest or related resource has been corrected on the RMS Target.",
  "purpose": "Message is used to notify systems that information in a ServiceRequest or related resource has been corrected on the RMS Target.",
  "eventCoding": {
    "system": "https://ehealthontario.ca/fhir/CodeSystem/message-event-code",
    "code": "notify-data-correction"
  },
  "category": "notification",
  "focus": [
    {
      "code": "ServiceRequest",
      "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest|1.0.1",
      "min": 1,
      "max": "1"
    },
    {
      "code": "Patient",
      "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient|1.0.1",
      "min": 0,
      "max": "1"
    },
    {
      "code": "AllergyIntolerance",
      "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-AllergyIntolerance|1.0.0",
      "min": 0,
      "max": "*"
    },
    {
      "code": "Condition",
      "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Condition|1.0.0",
      "min": 0,
      "max": "*"
    }
  ],
  "responseRequired": "never",
  "allowedResponse": [
    {
      "message": "http://ehealthontario.ca/fhir/MessageDefinition/ca-on-ereferral-notify-update-servicerequest",
      "situation": "When the request is successfully processed, any update to the ServiceRequest or status MAY be sent to the performer."
    }
  ]
}