FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.nhs.uk.stu3.assets
Resource TypeOperationDefinition
IdeRS-CreateAdviceAndGuidance-Operation-1.json
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=fhir.nhs.uk.stu3.assets@1.0.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/eRS-CreateAdviceAndGuidance-Operation-1
URLhttps://fhir.nhs.uk/STU3/OperationDefinition/eRS-CreateAdviceAndGuidance-Operation-1
Version1.0.0
Statusdraft
Date2024-03-06T00:00:00+01:00
NameeRS-CreateAdviceAndGuidance-Operation-1
Realmus
Authorityhl7
DescriptionCreate an advice and guidance for a patient.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
      }
    }
  ]
}