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

FHIR IG Statistics: OperationDefinition/UEC-IsValid-Operation-1

Packagenhsd.assets.stu3
Resource TypeOperationDefinition
IdUEC-IsValid-Operation-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/UEC-IsValid-Operation-1
URLhttps://fhir.nhs.uk/STU3/OperationDefinition/UEC-IsValid-Operation-1
Version1.1.0
Statusdraft
Date2020-04-16T00:00:00+00:00
NameUEC-IsValid-Operation
Authorityhl7
DescriptionThis is a FHIR Operation performed by an EMS. It is performed at the ServiceDefinition resource type level at the start of a triage journey in order to check whether this CDSS is able to provide ServiceDefinitions appropriate for the current journey.
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",
  "id": "UEC-IsValid-Operation-1",
  "url": "https://fhir.nhs.uk/STU3/OperationDefinition/UEC-IsValid-Operation-1",
  "version": "1.1.0",
  "name": "UEC-IsValid-Operation",
  "status": "draft",
  "kind": "operation",
  "date": "2020-04-16T00:00:00+00:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "UEC Interoperability Team",
      "telecom": [
        {
          "value": "uecintegration@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This is a FHIR Operation performed by an EMS. It is performed at the ServiceDefinition resource type level at the start of a triage journey in order to check whether this CDSS is able to provide ServiceDefinitions appropriate for the current journey.",
  "code": "isValid",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "requestId",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "An optional client-provided identifier to track the request.",
      "type": "id"
    },
    {
      "name": "ODSCode",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The validity of the CDSS is based on the current patient's registered GP.",
      "type": "Identifier"
    },
    {
      "name": "evaluateAtDateTime",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The date time for which the evaluation should be carried out. If not supplied the default is ‘now’.",
      "type": "dateTime"
    },
    {
      "name": "dateOfBirth",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The patient's date of birth.",
      "type": "dateTime"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The output is a boolean - true if the CDSS is valid for this patient at this time, and false if not.",
      "type": "boolean"
    }
  ]
}