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

FHIR IG Statistics: OperationDefinition/ee360b98-f807-4c5b-a16f-d72933aff9d1

Packageuk.nhsdigital.r4.test
Resource TypeOperationDefinition
Idee360b98-f807-4c5b-a16f-d72933aff9d1
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://fhir.nhs.uk/OperationDefinition/verify-signature
URLhttps://fhir.nhs.uk/OperationDefinition/verify-signature
Version4.0.1
Statusdraft
Date2022-02-17T09:29:23+11:00
NameVerifySignature
Authorityhl7
DescriptionUse 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. The endpoint will return a set of (up to 25) verify responses associated with the bundle of prescriptions sent to the endpoint for verification.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
apim-medicines-facadeAPIMMedicinesFacade
apim-eps-nextgenAPIMEPSNextGen

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "id": "ee360b98-f807-4c5b-a16f-d72933aff9d1",
  "url": "https://fhir.nhs.uk/OperationDefinition/verify-signature",
  "version": "4.0.1",
  "name": "VerifySignature",
  "status": "draft",
  "kind": "operation",
  "date": "2022-02-17T09:29:23+11:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net"
        }
      ]
    }
  ],
  "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.",
  "affectsState": true,
  "code": "verify-signature",
  "resource": [
    "Task"
  ],
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "content",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The search Bundle retrieved from the $release operation",
      "type": "Bundle"
    },
    {
      "name": "entryNumber",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Index to the Bundle.entry in the supplied FHIR Bundle",
      "type": "integer",
      "part": [
        {
          "name": "messageIdentifier",
          "use": "out",
          "min": 1,
          "max": "1",
          "documentation": "A reference to the Bundled prescription-order FHIR Bundle",
          "type": "Reference"
        },
        {
          "name": "result",
          "use": "out",
          "min": 1,
          "max": "1",
          "documentation": "The result of the individual prescription-order signature verification",
          "type": "OperationOutcome"
        }
      ]
    }
  ]
}