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

FHIR IG Statistics: MessageDefinition/ca-on-ereferral-notify-data-correction

Packageca.on.oh.erec
Resource TypeMessageDefinition
Idca-on-ereferral-notify-data-correction
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=http://ehealthontario.ca/fhir/MessageDefinition/ca-on-ereferral-notify-data-correction
URLhttp://ehealthontario.ca/fhir/MessageDefinition/ca-on-ereferral-notify-data-correction
Version0.10.1
Statusdraft
Date2021-07-15
NameNotifyDataCorrection
TitleNotify Data Correction
Realmca
Authoritynational
DescriptionMessage is used to notify systems that information in a ServiceRequest or related resource has been corrected on the RMS Target.
PurposeMessage is used to notify systems that information in a ServiceRequest or related resource has been corrected on the RMS Target.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

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