PackagesCanonicalsLogsProblems
    Packages
    uk.nhsdigital.r4@2.4.7
    https://fhir.nhs.uk/OperationDefinition/verify-signature
{
  "description": "Use this endpoint to verify a prescription's signature to ensure that the signature is valid, and that it matches the prescription it is attached to. This endpoint is expected to be used immediately after downloading prescriptions. Send the response message from the release endpoint to this endpoint. The signatures on these prescriptions will be verified. \\n The endpoint will return a set of (up to 25) verify responses associated with the bundle of prescriptions sent to the endpoint for verification.",
  "_filename": "verify-signature.json",
  "package_name": "uk.nhsdigital.r4",
  "date": "2022-02-17T09:29:23+11:00",
  "system": true,
  "publisher": "NHS Digital",
  "instance": false,
  "name": "VerifySignature",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "2.4.7",
  "status": "draft",
  "id": "ac29890c-63c6-4f4d-a28f-cd776336cd2a",
  "resource": [ "Task" ],
  "affectsState": true,
  "kind": "operation",
  "url": "https://fhir.nhs.uk/OperationDefinition/verify-signature",
  "code": "verify-signature",
  "version": "4.0.1",
  "contact": [ {
    "telecom": [ {
      "value": "interoperabilityteam@nhs.net",
      "system": "email"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "content",
    "type": "Bundle",
    "documentation": "The search Bundle retrieved from the $release operation"
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "entryNumber",
    "part": [ {
      "max": "1",
      "min": 1,
      "use": "out",
      "name": "messageIdentifier",
      "type": "Reference",
      "documentation": "A reference to the Bundled prescription-order FHIR Bundle"
    }, {
      "max": "1",
      "min": 1,
      "use": "out",
      "name": "result",
      "type": "OperationOutcome",
      "documentation": "The result of the individual prescription-order signature verification"
    } ],
    "type": "integer",
    "documentation": "Index to the Bundle.entry in the supplied FHIR Bundle"
  } ]
}