Package | nhsd.assets.stu3 |
Resource Type | OperationDefinition |
Id | UEC-IsValid-Operation-1 |
FHIR Version | R3 |
Source | https://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/UEC-IsValid-Operation-1 |
URL | https://fhir.nhs.uk/STU3/OperationDefinition/UEC-IsValid-Operation-1 |
Version | 1.1.0 |
Status | draft |
Date | 2020-04-16T00:00:00+00:00 |
Name | UEC-IsValid-Operation |
Authority | hl7 |
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. |
Type | true |
Kind | operation |
No resources found
No resources found
No narrative content found in resource
{ "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" } ] }