| Package | uk.nhsdigital.r4.test |
| Resource Type | OperationDefinition |
| Id | 03869d7a-48f7-4ecb-b285-cfa8296a6fca |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://fhir.nhs.uk/OperationDefinition/patient-registration |
| URL | https://fhir.nhs.uk/OperationDefinition/patient-registration |
| Version | 4.0.1 |
| Status | draft |
| Date | 2022-05-05T09:29:23+11:00 |
| Name | PatientRegistration |
| Description | This is for demonstration purposes only and MUST not be used operationally. |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "03869d7a-48f7-4ecb-b285-cfa8296a6fca",
"meta": {
"lastUpdated": "2022-05-05T09:29:23+11:00"
},
"url": "https://fhir.nhs.uk/OperationDefinition/patient-registration",
"version": "4.0.1",
"name": "PatientRegistration",
"status": "draft",
"kind": "operation",
"date": "2022-05-05T09:29:23+11:00",
"publisher": "NHS Digital",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net"
}
]
}
],
"description": "This is for demonstration purposes only and MUST not be used operationally.",
"code": "patient-registration",
"comment": "Patient Registration options example of a custom operation",
"affectsState": true,
"resource": [
"Patient"
],
"system": false,
"type": true,
"instance": false,
"outputProfile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-OperationOutcome",
"parameter": [
{
"name": "identifier",
"use": "in",
"min": 1,
"max": "1",
"documentation": "User defined identifier of the request",
"type": "Identifier"
},
{
"name": "for",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The NHS Number of the patient being registered.",
"type": "Identifier"
},
{
"name": "owner",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The ODS code of the GP Surgery being asked to register the patient",
"type": "Identifier"
},
{
"name": "status",
"use": "in",
"min": 0,
"max": "1",
"documentation": "`requested` for the initial request. Status from ValueSet http://hl7.org/fhir/valueset-task-status.html",
"type": "code"
},
{
"name": "authoredOn",
"use": "in",
"min": 1,
"max": "1",
"documentation": "date time the request was authored",
"type": "dateTime"
},
{
"name": "requester",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The professional and ODS code of the requester (ODS code may be sufficient)",
"type": "PractitionerRole"
},
{
"name": "patient",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The updated Patient resource to be used to register the Patient. GP Suppliers MUST update PDS with these details",
"type": "Patient"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The outcome of the operation",
"type": "OperationOutcome"
}
]
}