| Package | NHSDigital.FHIR.STU3 |
| Resource Type | OperationDefinition |
| Id | eRS-sendCommunicationToRequester-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-SendCommunicationToRequester-Operation-1 |
| URL | https://fhir.nhs.uk/STU3/OperationDefinition/eRS-SendCommunicationToRequester-Operation-1 |
| Version | 1.0.0 |
| Status | draft |
| Date | 2021-03-01T00:00:00+01:00 |
| Name | eRS-SendCommunicationToRequester-Operation-1 |
| Authority | hl7 |
| Description | Provider Responds to Advice and Guidance Request. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"url": "https://fhir.nhs.uk/STU3/OperationDefinition/eRS-SendCommunicationToRequester-Operation-1",
"version": "1.0.0",
"name": "eRS-SendCommunicationToRequester-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 Responds to Advice and Guidance Request.",
"code": "ers.sendCommunicationToRequester",
"system": false,
"type": false,
"instance": true,
"parameter": [
{
"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": "updatedPriority",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The priority the Advice and Guidance Request should be set to.",
"type": "Coding",
"binding": {
"strength": "required",
"valueSetUri": "https://fhir.nhs.uk/STU3/ValueSet/eRS-Priority-1"
}
},
{
"name": "guidanceOutcome",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Summary of action",
"type": "Coding",
"binding": {
"strength": "required",
"valueSetUri": "https://fhir.nhs.uk/STU3/ValueSet/eRS-GuidanceResponseOutcome-1"
}
},
{
"name": "guidanceIntendedRecommendation",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Summary of advice given. Must only be provided if guidanceOutcome Code is RETURN_TO_REFERRER_WITH_ADVICE",
"type": "Coding",
"binding": {
"strength": "required",
"valueSetUri": "https://fhir.nhs.uk/STU3/ValueSet/eRS-GuidanceIntendedRecommendation-1"
}
},
{
"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": "createdCommunication",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The newly created Communication",
"type": "Resource",
"profile": {
"reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-Communication-1"
}
},
{
"name": "updatedCommunicationRequest",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The newly created Communication Request",
"type": "Resource",
"profile": {
"reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-CommunicationRequest-1"
}
}
]
}