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

FHIR IG analytics

Packageca.on.iar.r4
Resource TypeOperationDefinition
IdOperationDefinition-hl7-process-message.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": "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"
    }
  ]
}