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

FHIR IG Statistics: OperationDefinition/MedicationRequest-lock

Packageuk.nhsdigital.r4.test
Resource TypeOperationDefinition
IdMedicationRequest-lock
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://fhir.nhs.uk/OperationDefinition/MedicationRequest-lock
URLhttps://fhir.nhs.uk/OperationDefinition/MedicationRequest-lock
Version4.0.1
Statusdraft
Date2022-04-14T09:29:23+11:00
NameMedicationRequestLock
DescriptionUse this endpoint to lock a MedicationRequest so that it can be fulfilled.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
apim-eps-futuresAPIMEPSFutures

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "id": "MedicationRequest-lock",
  "url": "https://fhir.nhs.uk/OperationDefinition/MedicationRequest-lock",
  "version": "4.0.1",
  "name": "MedicationRequestLock",
  "status": "draft",
  "kind": "operation",
  "date": "2022-04-14T09:29:23+11:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net"
        }
      ]
    }
  ],
  "description": "Use this endpoint to lock a MedicationRequest so that it can be fulfilled.",
  "affectsState": true,
  "code": "lock",
  "comment": "Only one MedicationRequest can be locked at one time.",
  "resource": [
    "MedicationRequest"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "inputProfile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Task",
  "outputProfile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-OperationOutcome",
  "parameter": [
    {
      "name": "content",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The profile needs to be updated and at present is just a place holder. The Task.status has a mandatory fixed value of `accepted`",
      "type": "Task"
    },
    {
      "name": "return",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "A response",
      "type": "OperationOutcome"
    }
  ]
}