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

FHIR IG analytics

Packagefhir.nhs.uk.stu3.assets
Resource TypeOperationDefinition
IdeRS-sendCommunicationToRequester-Operation-1.json
FHIR VersionR3

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