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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeOperationDefinition
IdOperationDefinition-patientRegistration.json
FHIR VersionR4

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",
  "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"
    }
  ]
}