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

FHIR IG Statistics: OperationDefinition/MessageHeader-prepare-message

Packageuk.nhsdigital.r4.test
Resource TypeOperationDefinition
IdMessageHeader-prepare-message
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://fhir.nhs.uk/OperationDefinition/MessageHeader-prepare-message
URLhttps://fhir.nhs.uk/OperationDefinition/MessageHeader-prepare-message
Version4.0.1
Statusdraft
Date2020-08-03T00:00:00+00:00
NameMessageheaderPrepareMessage
DescriptionConvert a prescription in FHIR format into the canonicalised HL7 V3 signature fragments which should be signed by the prescriber.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
apim-medicines-facadeAPIMMedicinesFacade
apim-eps-nextgenAPIMEPSNextGen
apim-medicines-api-exampleAPIMEPS

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "id": "MessageHeader-prepare-message",
  "url": "https://fhir.nhs.uk/OperationDefinition/MessageHeader-prepare-message",
  "version": "4.0.1",
  "name": "MessageheaderPrepareMessage",
  "status": "draft",
  "kind": "operation",
  "date": "2020-08-03T00:00:00+00:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net"
        }
      ]
    }
  ],
  "description": "Convert a prescription in FHIR format into the canonicalised HL7 V3 signature fragments which should be signed by the prescriber.",
  "affectsState": true,
  "code": "prepare",
  "comment": "This operation does not use the parameters resource for input parameters, it does for the response.  \\n\\n A server may return one of several status codes: \\n\\n * **200 OK**: Indicates that the message has been fully processed.",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "content",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The prescription order message to process (without Provence resource)",
      "type": "Bundle"
    },
    {
      "name": "digest",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Message Digest response containing the signed signature in XML format",
      "type": "string"
    },
    {
      "name": "algorithm",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Algorithm used",
      "type": "string"
    },
    {
      "name": "timestamp",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "dateTime when the digest was created",
      "type": "string"
    }
  ]
}