API Hub
Explore and Make use of Nationally Defined Messaging APIs
This is a HL7 FHIR server, and as you appear to be accessing this page from a web browser you are seeing a HTML version of the requested resource(s). You can also access this URL from a FHIR client as a ReSTful API call. For more details please see the HL7 FHIR specification.
{
"resourceType": "OperationDefinition",
"id": "GPConnect-RegisterPatient-Operation-1",
"meta": {
"lastUpdated": "2017-11-21T00:00:00+01:00"
},
"text": {
"status": "generated"
},
"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"
}
}
]
}