FHIR IG analytics| Package | nhsdigital.fhir.stu3 |
| Resource Type | OperationDefinition |
| Id | eRS-CreateReferralAndSendForTriage-Operation-1.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"url": "https://fhir.nhs.uk/STU3/OperationDefinition/eRS-CreateReferralAndSendForTriage-Operation-1",
"version": "1.0.1",
"name": "eRS-CreateReferralAndSendForTriage-Operation-1",
"status": "draft",
"kind": "operation",
"date": "2019-12-03T00:00:00+01:00",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "Create a referral for a patient and send it for triage at the selected service.",
"code": "ers.createReferralAndSendForTriage",
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "patient",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The NHS Number of the patient who the referral being created is for. Format: ^[0-9]{10}[%content%]quot;,
"type": "Identifier"
},
{
"name": "referringClinician",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Required if and only if the logged in user has a role of Referring Clinician Admin. Format: ^[0-9]{12}[%content%]quot;,
"type": "Identifier"
},
{
"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": "List",
"profile": {
"reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-Shortlist-List-1"
}
},
{
"name": "firstReminderFollowUpDays",
"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 the only acceptable value is NEED_TO_ADD_LATER.",
"type": "Coding",
"binding": {
"strength": "required",
"valueSetUri": "https://fhir.nhs.uk/STU3/ValueSet/eRS-ReferralLetterIntention-1"
}
},
{
"name": "referral",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The referral request that will be created.",
"type": "ReferralRequest",
"profile": {
"reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-ReferralRequest-1"
}
}
]
}