Package | NHSDigital.FHIR.STU3 |
Resource Type | OperationDefinition |
Id | eRS-CreateFromCommunicationRequestActionLater-Operation-1 |
FHIR Version | R3 |
Source | https://simplifier.net/resolve?scope=NHSDigital.FHIR.STU3@1.0.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/eRS-CreateFromCommunicationRequestActionLater-Operation-1 |
URL | https://fhir.nhs.uk/STU3/OperationDefinition/eRS-CreateFromCommunicationRequestActionLater-Operation-1 |
Version | 1.0.0 |
Status | draft |
Date | 2021-03-01T00:00:00+01:00 |
Name | eRS-CreateFromCommunicationRequestActionLater-Operation-1 |
Authority | hl7 |
Description | Provider creates Referral from Advice and Guidance Request. |
Type | true |
Kind | operation |
No resources found
No resources found
No narrative content found in resource
{ "resourceType": "OperationDefinition", "url": "https://fhir.nhs.uk/STU3/OperationDefinition/eRS-CreateFromCommunicationRequestActionLater-Operation-1", "version": "1.0.0", "name": "eRS-CreateFromCommunicationRequestActionLater-Operation-1", "status": "draft", "kind": "operation", "date": "2021-03-01T00:00:00+01:00", "publisher": "NHS Digital", "contact": [ { "name": "Interoperability Team", "telecom": [ { "system": "email", "value": "interoperabilityteam@nhs.net", "use": "work" } ] } ], "description": "Provider creates Referral from Advice and Guidance Request.", "code": "ers.createFromCommunicationRequestActionLater", "system": false, "type": true, "instance": false, "parameter": [ { "name": "createFrom", "use": "in", "min": 1, "max": "1", "documentation": "Identifies the Advice and Guidance Request that is to become a Referral", "type": "CommunicationRequest", "profile": { "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-CommunicationRequest-1" } }, { "name": "guidance", "use": "in", "min": 1, "max": "1", "documentation": "Mandatory guidance which provides the referrer with notes on what action to take. Max 2000 characters.", "type": "string" }, { "name": "guidanceAttachmentFile", "use": "in", "min": 0, "max": "*", "documentation": "Optional logical reference to file(s) that will be associated with the newly created Referral. DocumentReference.type value should be GUIDANCE_RESPONSE.", "type": "Resource", "profile": { "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-DocumentReference-1" } }, { "name": "reviewComments", "use": "in", "min": 1, "max": "1", "documentation": "Mandatory note to be added to the newly created Referral. Will be visible to the person picking up the Referral. Max 2000 characters.", "type": "string" }, { "name": "reviewAttachmentFile", "use": "in", "min": 0, "max": "*", "documentation": "Optional logical reference to file(s) that will be associated with the newly created Referral. DocumentReference.type value should be PROVIDER.", "type": "Resource", "profile": { "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-DocumentReference-1" } }, { "name": "newReferralPriority", "use": "in", "min": 1, "max": "1", "documentation": "The Priority the created Referral should be set to.", "type": "Coding", "binding": { "strength": "required", "valueSetUri": "https://fhir.nhs.uk/STU3/ValueSet/eRS-Priority-1" } }, { "name": "return", "use": "out", "min": 1, "max": "1", "documentation": "The newly created Referral.", "type": "Resource", "profile": { "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-ReferralRequest-1" } } ] }