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

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

Packagenhsd.assets.stu3
Resource TypeOperationDefinition
IdeRS-PatientServiceSearch-Operation-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/eRS-PatientServiceSearch-Operation-1
URLhttps://fhir.nhs.uk/STU3/OperationDefinition/eRS-PatientServiceSearch-Operation-1
Version1.2.0
Statusdraft
Date2019-04-15T00:00:00+01:00
NameeRS-PatientServiceSearch-Operation-1
Authorityhl7
DescriptionRequest to retrieve a healthcare service using patient specific details.
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-10-05T00:00:00+01:00"
  },
  "url": "https://fhir.nhs.uk/STU3/OperationDefinition/eRS-PatientServiceSearch-Operation-1",
  "version": "1.2.0",
  "name": "eRS-PatientServiceSearch-Operation-1",
  "status": "draft",
  "kind": "operation",
  "date": "2019-04-15T00: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 healthcare service using patient specific details.",
  "code": "ers.searchHealthcareServicesForPatient",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "patient",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The NHS Number of the patient who the search is for. Format: ^[0-9]{10}[%content%]quot;,
      "type": "Identifier"
    },
    {
      "name": "requestType",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The type of request in e-RS which this service search is aimed at creating or updating. The options are appointment request (i.e. referral) or advice and guidance request. Services may support one or the other or both and will be filtered accordingly.",
      "type": "Coding",
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "https://fhir.nhs.uk/STU3/ValueSet/eRS-RequestType-1"
        }
      }
    },
    {
      "name": "referringClinician",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Users with the role of Referring Clinician Admin need to indicate the Referring Clinician under whose authority they are acting. This parameter is required if and only if the logged in user has a role of Referring Clinician Admin and it is only applicable when searching services for a yet to be created request. Format: ^[0-9]{12}[%content%]quot;,
      "type": "Identifier"
    },
    {
      "name": "searchCriteria",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The search criteria contain details of the specific conditions which the services need to satisfy, such as the specialty supported or the distance from a given postcode.",
      "profile": {
        "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-ServiceSearchCriteria-Parameters-1"
      }
    },
    {
      "name": "sortBy",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The service search returns the top results according to the sorting requested.         Therefore, the sorting requested affects the selection of services that are included in the response.",
      "type": "Coding",
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "https://fhir.nhs.uk/STU3/ValueSet/eRS-SortBy-1"
        }
      }
    },
    {
      "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-FetchServices-List-1"
      }
    }
  ]
}