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

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

PackageNHSDigital.FHIR.STU3
Resource TypeOperationDefinition
IdeRS-CreateFromCommunicationRequestActionLater-Operation-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=NHSDigital.FHIR.STU3@1.0.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/eRS-CreateFromCommunicationRequestActionLater-Operation-1
URLhttps://fhir.nhs.uk/STU3/OperationDefinition/eRS-CreateFromCommunicationRequestActionLater-Operation-1
Version1.0.0
Statusdraft
Date2021-03-01T00:00:00+01:00
NameeRS-CreateFromCommunicationRequestActionLater-Operation-1
Authorityhl7
DescriptionProvider creates Referral from Advice and Guidance Request.
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


Source

{
  "resourceType": "OperationDefinition",
  "url": "https://fhir.nhs.uk/STU3/OperationDefinition/eRS-CreateFromCommunicationRequestActionLater-Operation-1",
  "version": "1.0.0",
  "name": "eRS-CreateFromCommunicationRequestActionLater-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 creates Referral from Advice and Guidance Request.",
  "code": "ers.createFromCommunicationRequestActionLater",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "createFrom",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Identifies the Advice and Guidance Request that is to become a Referral",
      "type": "CommunicationRequest",
      "profile": {
        "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-CommunicationRequest-1"
      }
    },
    {
      "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": "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": "reviewComments",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Mandatory note to be added to the newly created Referral. Will be visible to the person picking up the Referral. Max 2000 characters.",
      "type": "string"
    },
    {
      "name": "reviewAttachmentFile",
      "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 PROVIDER.",
      "type": "Resource",
      "profile": {
        "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-DocumentReference-1"
      }
    },
    {
      "name": "newReferralPriority",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The Priority the created Referral should be set to.",
      "type": "Coding",
      "binding": {
        "strength": "required",
        "valueSetUri": "https://fhir.nhs.uk/STU3/ValueSet/eRS-Priority-1"
      }
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The newly created Referral.",
      "type": "Resource",
      "profile": {
        "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-ReferralRequest-1"
      }
    }
  ]
}