{
"description": "TODO - Add description",
"_filename": "Task-release.json",
"package_name": "uk.nhsdigital.medicines.r4",
"date": "2020-11-13T09:29:23+11:00",
"meta": {
"lastUpdated": "2019-11-01T09:29:23.356+11:00"
},
"system": false,
"publisher": "NHS Digital",
"instance": false,
"name": "release-task",
"type": "true",
"experimental": null,
"resourceType": "OperationDefinition",
"title": null,
"package_version": "2.1.0-alpha",
"status": "draft",
"id": "c4b59ad6-052c-401a-b740-3d5340d2e944",
"resource": [ "Task" ],
"kind": "operation",
"comment": "Only one of the parameters based-on.identifier and owner MUST be provided. This operation performs both a query on the message queue and updates the status of returned prescriptions.",
"url": "https://fhir.nhs.uk/OperationDefinition/Task-release-message",
"code": "release",
"version": "4.0.1",
"contact": [ {
"telecom": [ {
"value": "interoperabilityteam@nhs.net",
"system": "email"
} ]
} ],
"parameter": [ {
"max": "1",
"min": 0,
"use": "in",
"name": "group-identifier",
"type": "Identifier",
"documentation": "The short-form-prescription-id (token) of the prescription. Used for releasing Patient prescriptions"
}, {
"max": "1",
"min": 0,
"use": "in",
"name": "owner",
"type": "Identifier",
"documentation": "The ODS code of the pharmacy. Used for releasing Nominated Pharmacy prescriptions"
}, {
"max": "1",
"min": 1,
"use": "in",
"name": "status",
"type": "code",
"documentation": "Status from ValueSet http://hl7.org/fhir/valueset-task-status.html Use: accepted"
}, {
"max": "1",
"min": 1,
"use": "out",
"name": "return",
"type": "Bundle",
"documentation": "A FHIR Bundle (type=searchset) which contains prescription-order FHIR Messages which match the search parameters. An empty search will still return a FHIR Bundle but with no entries."
} ]
}