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

FHIR IG analytics

Packageca.on.oh.setp.iar.dev
Resource TypeOperationDefinition
IdOperationDefinition-hl7-process-message.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.setp.iar.dev@1.0.0-ballot1-dev&canonical=http://hl7.org/fhir/OperationDefinition/MessageHeader-process-message
URLhttp://hl7.org/fhir/OperationDefinition/MessageHeader-process-message
Version4.0.1
Statusactive
Date2019-11-01
NameProcessMessage
TitleProcess Message
Realmca
Authorityhl7
DescriptionThis operation is used to process a message. The input is a Bundle of type 'message'. The server processes the message and returns an appropriate response, typically an OperationOutcome.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
hl7.fhir.us.carin-rtpbc#currentrtpbc-responderRTPBC Responder Capability Statement
hl7.fhir.us.medmorph#currentmedmorph-data-receiverExample Data Receiver Capability Statement
hl7.fhir.us.medmorph#currentmedmorph-healthdata-exchange-app-clientHealth Data Exchange App (HDEA) Client Application - (MedMorph backend services app)
hl7.fhir.us.medmorph#currentmedmorph-healthdata-exchange-app-serverHealth Data Exchange App (HDEA) Server Application - (MedMorph backend services app)
hl7.fhir.us.medmorph#currentmedmorph-trusted-third-partyTrusted Third Party (TTP)
hl7.fhir.us.davinci-alerts#currentnotification-forwarderNotification Forwarder CapabilityStatement
hl7.fhir.us.davinci-alerts#currentnotification-receiverNotification Receiver CapabilityStatement
hl7.fhir.us.davinci-alerts#currentnotification-senderNotification Sender CapabilityStatement
hl7.fhir.us.specialty-rx#currentspecialty-rx-data-consumer-messagingSpecialty Rx CapabilityStatement - Data Consumer - Messaging
hl7.fhir.us.specialty-rx#currentspecialty-rx-data-source-messagingSpecialty Rx CapabilityStatement - Data Source - Messaging
ca.on.oh.erec#0.12.0-projectathon1.0.2ca-on-eReferral-RMSSourceRMS Source
ca.on.oh.erec#0.12.0-projectathon1.0.2ca-on-eReferral-RMSTargetRMS Target
ca.pipeline.test.package#0.0.1ca-eReferral-eReCInformereReC Informer
ca.pipeline.test.package#0.0.1ca-eReferral-eReCPerformer-L1eReC L1 Performer
ca.pipeline.test.package#0.0.1ca-eReferral-eReCPerformer-L2eReC L2 Performer
ca.pipeline.test.package#0.0.1ca-eReferral-eReCPerformerL3eReC L3 Performer
ca.pipeline.test.package#0.0.1ca-eReferral-eReCRecipienteReC Recipient
ca.pipeline.test.package#0.0.1ca-eReferral-eReCRequester-L1eReC L1 Requester
ca.pipeline.test.package#0.0.1ca-eReferral-eReCRequester-L2eReC L2 Requester
ca.pipeline.test.package#0.0.1ca-eReferral-eReCRequester-L3eReC L3 Requester
ca.infoway.io.erec.branch#1.0.5-dftca-eReferral-eReCPerformereReC Performer
ca.infoway.io.erec.branch#1.0.5-dftca-eReferral-eReCRequestereReC Requester
uk.nhsdigital.bars.r4#1.37.0R4'BaRS FHIR Server CapabilityStatement

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "OperationDefinition",
  "id": "MessageHeader-process-message",
  "url": "http://hl7.org/fhir/OperationDefinition/MessageHeader-process-message",
  "version": "4.0.1",
  "name": "ProcessMessage",
  "title": "Process Message",
  "status": "active",
  "kind": "operation",
  "date": "2019-11-01",
  "publisher": "HL7 (FHIR Project)",
  "description": "This operation is used to process a message. The input is a Bundle of type 'message'. The server processes the message and returns an appropriate response, typically an OperationOutcome.",
  "code": "process-message",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "content",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The message content. This SHALL be a Bundle of type 'message'.",
      "type": "Bundle"
    },
    {
      "name": "return",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "The result of processing the message. Servers SHOULD return an OperationOutcome describing the result of the message processing.",
      "type": "OperationOutcome"
    }
  ]
}