FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/eRS-sendCommunicationToRequester-Operation-1

PackageNHSDigital.FHIR.STU3
Resource TypeOperationDefinition
IdeRS-sendCommunicationToRequester-Operation-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=NHSDigital.FHIR.STU3@1.0.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/eRS-SendCommunicationToRequester-Operation-1
URLhttps://fhir.nhs.uk/STU3/OperationDefinition/eRS-SendCommunicationToRequester-Operation-1
Version1.0.0
Statusdraft
Date2021-03-01T00:00:00+01:00
NameeRS-SendCommunicationToRequester-Operation-1
Authorityhl7
DescriptionProvider Responds to Advice and Guidance Request.
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

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