North West Genomics Testing Workflow (GTW)
0.0.1 - ci-build United Kingdom flag

DRAFT Implementation Guide

This is for collaboration and discussion purposes and is subject to change.

North West Genomics Testing Workflow (GTW) - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Process Message - JSON Representation

Draft as of 2025-02-23

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "ProcessMessage",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition ProcessMessage</b></p><a name=\"ProcessMessage\"> </a><a name=\"hcProcessMessage\"> </a><a name=\"ProcessMessage-en-GB\"> </a><p>URL: [base]/$process-message</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>content</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>The message to process (or, if using asynchronous messaging, it may be a response message to accept)</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>A response message, if synchronous messaging is being used (mandatory in this case). For asynchronous messaging, there is no return value</p>\n</div></td></tr></table><div><p>This <code>event message</code> differs from traditional NHS England definitions of this operation is that this operation is designed to be an interface to a mix of broker and event consumer actors, and so other standards they suport.</p>\n<p>This is <strong>NOT</strong> intended to be a method of transferring health records or data between computer systems (i.e. it is not a health record type).</p>\n</div></div>"
  },
  "url" : "https://hl7.mft.nhs.uk/OperationDefinition/ProcessMessage",
  "version" : "0.0.1",
  "name" : "ProcessMessage",
  "title" : "Process Message",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2025-02-23T05:40:25+00:00",
  "publisher" : "Manchester University NHS Foundation Trust",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://mft.nhs.uk/"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "pressoffice@mft.nhs.uk"
        }
      ]
    },
    {
      "name" : "Press Office",
      "telecom" : [
        {
          "system" : "email",
          "value" : "pressoffice@mft.nhs.uk"
        }
      ]
    }
  ],
  "description" : "This is documentation on the version of [HL7 FHIR process-message](https://hl7.org/fhir/R4/messageheader-operation-process-message.html) to be used for regional FHIR Messaging, this HL7 FHIR definition **SHALL** be followed.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "GB",
          "display" : "United Kingdom of Great Britain and Northern Ireland"
        }
      ]
    }
  ],
  "code" : "process-message",
  "comment" : "\nThis `event message` differs from traditional NHS England definitions of this operation is that this operation is designed to be an interface to a mix of broker and event consumer actors, and so other standards they suport.\n\nThis is **NOT** intended to be a method of transferring health records or data between computer systems (i.e. it is not a health record type).\n",
  "resource" : [
    "MessageHeader"
  ],
  "system" : true,
  "type" : false,
  "instance" : false,
  "parameter" : [
    {
      "name" : "content",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "The message to process (or, if using asynchronous messaging, it may be a response message to accept)",
      "type" : "Bundle"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 0,
      "max" : "1",
      "documentation" : "A response message, if synchronous messaging is being used (mandatory in this case). For asynchronous messaging, there is no return value",
      "type" : "Bundle"
    }
  ]
}