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

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

Packagenhsd.assets.stu3
Resource TypeOperationDefinition
IdeRS-FetchWorklist-Operation-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/eRS-FetchWorklist-Operation-1
URLhttps://fhir.nhs.uk/STU3/OperationDefinition/eRS-FetchWorklist-Operation-1
Version1.0
Statusactive
Date2018-03-05T00:00:00+01:00
NameeRS-FetchWorklist-Operation-1
Authorityhl7
DescriptionRequest to retrieve a worklist for a referral 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",
  "meta": {
    "lastUpdated": "2018-03-05T00:00:00+01:00"
  },
  "url": "https://fhir.nhs.uk/STU3/OperationDefinition/eRS-FetchWorklist-Operation-1",
  "version": "1.0",
  "name": "eRS-FetchWorklist-Operation-1",
  "status": "active",
  "kind": "operation",
  "date": "2018-03-05T00:00:00+01:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Request to retrieve a worklist for a referral request.",
  "code": "ers.fetchworklist",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "listType",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Indicates the type of list requested, this is currently fixed to 'REFERRALS_FOR_REVIEW'.",
      "type": "CodeableConcept",
      "binding": {
        "strength": "required",
        "valueSetUri": "https://fhir.nhs.uk/STU3/ValueSet/eRS-ReferralListSelector-1"
      }
    },
    {
      "name": "service",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The service identifier",
      "type": "Identifier"
    },
    {
      "name": "specialtyAssignedIndicator",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Indicates whether a Specialty is assigned to the Referral Request. If 'Assigned' the 'Specialty' parameter must be present. If 'Not Assigned' the 'specialtyAssignedIndicator' and 'Specialty' parameter must be absent.",
      "type": "CodeableConcept",
      "binding": {
        "strength": "required",
        "valueSetUri": "https://fhir.nhs.uk/STU3/ValueSet/eRS-AssignedIndicator-1"
      }
    },
    {
      "name": "specialty",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The Specialty for the service. If present, the 'specialtyAssignedIndicator' parameter must be set to 'Assigned'. The specialty list must be retrieved dynamically from the e-RS valueset.",
      "type": "CodeableConcept",
      "binding": {
        "strength": "required",
        "valueSetUri": "https://eRS-Specialty-Code"
      }
    },
    {
      "name": "location",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The service location identifier.",
      "type": "Identifier"
    },
    {
      "name": "clinicianAssignedIndicator",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Indicates whether a clinician is assigned to the Referral Request. If 'Assigned' the 'Clinician' parameter must be present. If 'Not Assigned' the 'Clinician' parameter must be absent.",
      "type": "CodeableConcept",
      "binding": {
        "strength": "required",
        "valueSetUri": "https://fhir.nhs.uk/STU3/ValueSet/eRS-AssignedIndicator-1"
      }
    },
    {
      "name": "clinician",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The clinician assigned to the Referral Request. If present, the 'ClinicianAssignedIndicator' parameter must be set to 'Assigned'",
      "type": "Identifier"
    },
    {
      "name": "response",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The List resource that has been returned in response to the given input parameters",
      "type": "List",
      "profile": {
        "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-FetchWorklist-List-1"
      }
    }
  ]
}