FHIR IG analytics| Package | fhir.nhs.uk.stu3.assets |
| Resource Type | OperationDefinition |
| Id | eRS-CreateAdviceAndGuidance-Operation-1.json |
| FHIR Version | R3 |
| Source | https://simplifier.net/resolve?scope=fhir.nhs.uk.stu3.assets@1.0.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/eRS-CreateAdviceAndGuidance-Operation-1 |
| URL | https://fhir.nhs.uk/STU3/OperationDefinition/eRS-CreateAdviceAndGuidance-Operation-1 |
| Version | 1.0.0 |
| Status | draft |
| Date | 2024-03-06T00:00:00+01:00 |
| Name | eRS-CreateAdviceAndGuidance-Operation-1 |
| Realm | us |
| Authority | hl7 |
| Description | Create an advice and guidance for a patient. |
| 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-CreateAdviceAndGuidance-Operation-1",
"version": "1.0.0",
"name": "eRS-CreateAdviceAndGuidance-Operation-1",
"status": "draft",
"kind": "operation",
"date": "2024-03-06T00:00:00+01:00",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "Create an advice and guidance for a patient.",
"code": "ers.createAdviceAndGuidance",
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "patient",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The NHS Number of the patient who the Advice Request 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": "A list of 1 service that will form the shortlist for the advice.",
"type": "List",
"profile": {
"reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-Shortlist-List-1"
}
},
{
"name": "providerConversionAuthorisation",
"use": "in",
"min": 1,
"max": "1",
"documentation": "A flag indicating whether or not the provider is permitted to convert this Advice Request into a Referral if required.",
"type": "Coding",
"binding": {
"strength": "required",
"valueSetUri": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-ProviderConversionAuthorisation-1"
}
},
{
"name": "request",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The initial request message to be included with the created Advice Request.",
"type": "string"
},
{
"name": "requestAttachmentFile",
"use": "in",
"min": 0,
"max": "*",
"documentation": "Any attachments to be associated with the initial request for the created Advice Request. Must utilise the ADVICE_REQUEST attachment type.",
"type": "DocumentReference",
"profile": {
"reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-DocumentReference-1"
}
},
{
"name": "createdCommunicationRequest",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The created Advice Request.",
"type": "CommunicationRequest",
"profile": {
"reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-CommunicationRequest-1"
}
},
{
"name": "createdCommunication",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The initial message associated with the created Advice Request.",
"type": "Communication",
"profile": {
"reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-Communication-1"
}
}
]
}