| Package | uk.nhsdigital.r4.test |
| Resource Type | OperationDefinition |
| Id | MessageHeader-prepare-message |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://fhir.nhs.uk/OperationDefinition/MessageHeader-prepare-message |
| URL | https://fhir.nhs.uk/OperationDefinition/MessageHeader-prepare-message |
| Version | 4.0.1 |
| Status | draft |
| Date | 2020-08-03T00:00:00+00:00 |
| Name | MessageheaderPrepareMessage |
| Description | Convert a prescription in FHIR format into the canonicalised HL7 V3 signature fragments which should be signed by the prescriber. |
| Type | false |
| Kind | operation |
| CapabilityStatement | |
| apim-medicines-facade | APIMMedicinesFacade |
| apim-eps-nextgen | APIMEPSNextGen |
| apim-medicines-api-example | APIMEPS |
No resources found
No narrative content found in resource
{
"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"
}
]
}