| Package | gpc.stu3.fhir-assets |
| Resource Type | OperationDefinition |
| Id | GPConnect-MigrateStructuredRecord-Operation-1 |
| FHIR Version | R3 |
| Source | https://simplifier.net/resolve?scope=gpc.stu3.fhir-assets@1.3.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/GPConnect-MigrateStructuredRecord-Operation-1 |
| URL | https://fhir.nhs.uk/STU3/OperationDefinition/GPConnect-MigrateStructuredRecord-Operation-1 |
| Version | 1.0.0 |
| Status | active |
| Date | 2023-12-06 |
| Name | GPConnect-MigrateStructuredRecord-Operation |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}
]
}