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

FHIR IG analytics

Packagefhir.nhs.uk.stu3.assets
Resource TypeOperationDefinition
IdeRS-DoSServiceSearch-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",
  "meta": {
    "lastUpdated": "2016-09-22T00:00:00+01:00"
  },
  "url": "https://fhir.nhs.uk/STU3/OperationDefinition/eRS-DoSServiceSearch-Operation-1",
  "version": "1.0.0",
  "name": "eRS-DoSServiceSearch-Operation-1",
  "status": "active",
  "kind": "operation",
  "date": "2016-09-22T00: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 Directory of Services details.",
  "code": "ers.DoSServiceSearch",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "requestType",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Request Type",
      "type": "CodeableConcept",
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "https://fhir.nhs.uk/STU3/ValueSet/eRS-RequestType-1"
        }
      }
    },
    {
      "name": "priority",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Priority",
      "type": "CodeableConcept",
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "https://fhir.nhs.uk/STU3/ValueSet/eRS-Priority-1"
        }
      }
    },
    {
      "name": "specialty",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The service location identifier.",
      "type": "CodeableConcept",
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "https://fhir.nhs.uk/STU3/ValueSet/eRS-Specialty-1"
        }
      }
    },
    {
      "name": "clinicType",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Clinic Type",
      "type": "CodeableConcept",
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "https://fhir.nhs.uk/STU3/ValueSet/eRS-ClinicType-1"
        }
      }
    },
    {
      "name": "patientPostcode",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Postcode",
      "type": "string"
    },
    {
      "name": "commissioningProvisioning",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Commissioning Provisioning",
      "type": "CodeableConcept",
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "https://fhir.nhs.uk/STU3/ValueSet/eRS-CommissioningProvisioning-1"
        }
      }
    },
    {
      "name": "response",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The HealthcareService resource that has been returned in response to the given input parameters",
      "type": "HealthcareService",
      "profile": {
        "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-HealthcareService-1"
      }
    }
  ]
}