| Package | NHSDigital.FHIR.STU3 |
| Resource Type | OperationDefinition |
| Id | eRS-ChangeShortlistAndSendForTriage-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-ChangeShortlistAndSendForTriage-Operation-1 |
| URL | https://fhir.nhs.uk/STU3/OperationDefinition/eRS-ChangeShortlistAndSendForTriage-Operation-1 |
| Version | 1.0.0 |
| Status | active |
| Date | 2022-03-10T00:00:00+00:00 |
| Name | eRS-ChangeShortlistAndSendForTriage-Operation-1 |
| Authority | hl7 |
| Description | Change the shortlist to a single triage service and send the referral for triage at the selected service. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "eRS-ChangeShortlistAndSendForTriage-Operation-1",
"url": "https://fhir.nhs.uk/STU3/OperationDefinition/eRS-ChangeShortlistAndSendForTriage-Operation-1",
"version": "1.0.0",
"name": "eRS-ChangeShortlistAndSendForTriage-Operation-1",
"status": "active",
"kind": "operation",
"date": "2022-03-10T00:00:00+00:00",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "Change the shortlist to a single triage service and send the referral for triage at the selected service.",
"code": "ers.changeShortlistAndSendForTriage",
"system": false,
"type": false,
"instance": true,
"parameter": [
{
"name": "shortlist",
"use": "in",
"min": 1,
"max": "1",
"documentation": "When sending for triage, the shortlist must contain exactly one service and this must support the ‘triage request flow’.",
"type": "Resource",
"profile": {
"reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-Shortlist-List-1"
}
},
{
"name": "firstReminderLetterFollowUpDays",
"use": "in",
"min": 1,
"max": "1",
"documentation": "This parameter triggers a reminder letter to the patient to prompt them to book an appointment if they haven’t done so after x days. When sending for triage, the only acceptable value is 0, which means no follow up letter will be sent, as the patient does not need to book an appointment.",
"type": "unsignedInt"
},
{
"name": "intentionToAddReferralLetter",
"use": "in",
"min": 1,
"max": "1",
"documentation": "When sending for triage, a referral letter is always required; therefore if a referral letter has not been added then the only acceptable value is NEED_TO_ADD_LATER; if a referral letter has already been added then the only acceptable value is NOT_INTENDING_TO_ADD.",
"type": "Coding",
"binding": {
"strength": "required",
"valueSetReference": {
"reference": "https://fhir.nhs.uk/STU3/ValueSet/eRS-ReferralLetterIntention-1"
}
}
},
{
"name": "updatedReferralRequest",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The referral request that will be updated.",
"type": "Resource",
"profile": {
"reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-ReferralRequest-1"
}
},
{
"name": "createdAppointment",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The newly created proposed appointment associated with the referral.",
"type": "Resource",
"profile": {
"reference": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Appointment-1"
}
}
]
}