FHIR IG analytics| Package | ca.on.iar.r4 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-hl7-process-message.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}