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

FHIR IG Statistics: OperationDefinition/GPConnect-MigrateStructuredRecord-Operation-1

Packagegpc.stu3.fhir-assets
Resource TypeOperationDefinition
IdGPConnect-MigrateStructuredRecord-Operation-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=gpc.stu3.fhir-assets@1.3.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/GPConnect-MigrateStructuredRecord-Operation-1
URLhttps://fhir.nhs.uk/STU3/OperationDefinition/GPConnect-MigrateStructuredRecord-Operation-1
Version1.0.0
Statusactive
Date2023-12-06
NameGPConnect-MigrateStructuredRecord-Operation
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": "GPConnect-MigrateStructuredRecord-Operation-1",
  "url": "https://fhir.nhs.uk/STU3/OperationDefinition/GPConnect-MigrateStructuredRecord-Operation-1",
  "version": "1.0.0",
  "name": "GPConnect-MigrateStructuredRecord-Operation",
  "status": "active",
  "kind": "operation",
  "date": "2023-12-06",
  "publisher": "NHS England",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net"
        }
      ]
    }
  ],
  "code": "gpc.migratestructuredrecord",
  "resource": [
    "Patient"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "patientNHSNumber",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "NHS Number of the patient for whom to retrieve the structured record.",
      "type": "Identifier"
    },
    {
      "name": "includeFullRecord",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Include the patient's full clinical record in the response.",
      "part": [
        {
          "name": "includeSensitiveInformation",
          "use": "in",
          "min": 1,
          "max": "1",
          "documentation": "Include confidential and sensitive information in the response, this parameter has a default value of 'true'. This parameter can only be set to true if an appropriate `requested_scope` value is provided in the JWT, more guidance is available in the Cross-organisation audit and provenance page. Part parameter: may only be provided if includeFullRecord is set.",
          "type": "boolean"
        }
      ]
    },
    {
      "name": "response",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The patient structured coded record. This is returned as a bundle containing resources representing the record as requested by the given input parameters.",
      "type": "Bundle",
      "profile": {
        "reference": "https://fhir.nhs.uk/STU3/StructureDefinition/GPConnect-StructuredRecord-Bundle-1"
      }
    }
  ]
}