| Package | nhsd.assets.stu3 |
| Resource Type | OperationDefinition |
| Id | GPConnect-RegisterPatient-Operation-1 |
| FHIR Version | R3 |
| Source | https://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/GPConnect-RegisterPatient-Operation-1 |
| URL | https://fhir.nhs.uk/STU3/OperationDefinition/GPConnect-RegisterPatient-Operation-1 |
| Version | 1.0.0 |
| Status | active |
| Date | 2017-11-21 |
| Name | GPConnect-RegisterPatient-Operation |
| Authority | hl7 |
| Description | Request to register a patient at a healthcare organisation |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "GPConnect-RegisterPatient-Operation-1",
"meta": {
"lastUpdated": "2017-11-21T00:00:00+01:00"
},
"url": "https://fhir.nhs.uk/STU3/OperationDefinition/GPConnect-RegisterPatient-Operation-1",
"version": "1.0.0",
"name": "GPConnect-RegisterPatient-Operation",
"status": "active",
"kind": "operation",
"date": "2017-11-21",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "Request to register a patient at a healthcare organisation",
"code": "gpc.registerpatient",
"resource": [
"Patient"
],
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "registerPatient",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Patient demographic information captured in the patient resource to register the patient.",
"type": "Patient",
"profile": {
"reference": "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-Patient-1"
}
},
{
"name": "response",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The searchset bundle resource that has been returned in response to the given input parameters",
"type": "Bundle",
"profile": {
"reference": "https://fhir.nhs.uk/STU3/StructureDefinition/GPConnect-Searchset-Bundle-1"
}
}
]
}