<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="GPConnect-RegisterPatient-Operation-1" />
  <meta>
    <lastUpdated value="2017-11-21T00:00:00+01:00" />
  </meta>
  <url value="https://fhir.nhs.uk/STU3/OperationDefinition/GPConnect-RegisterPatient-Operation-1" />
  <version value="1.0.0" />
  <name value="GPConnect-RegisterPatient-Operation" />
  <status value="active" />
  <kind value="operation" />
  <date value="2024-01-22T11:39:06.3872207+00:00" />
  <publisher value="NHS Digital" />
  <contact>
    <name value="Interoperability Team" />
    <telecom>
      <system value="email" />
      <value value="interoperabilityteam@nhs.net" />
      <use value="work" />
    </telecom>
  </contact>
  <description value="Request to register a patient at a healthcare organisation" />
  <code value="gpc.registerpatient" />
  <resource value="Patient" />
  <system value="false" />
  <type value="true" />
  <instance value="false" />
  <parameter>
    <name value="registerPatient" />
    <use value="in" />
    <min value="1" />
    <max value="1" />
    <documentation value="Patient demographic information captured in the patient resource to register the patient." />
    <type value="Patient" />
    <profile>
      <reference value="https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-Patient-1" />
    </profile>
  </parameter>
  <parameter>
    <name value="response" />
    <use value="out" />
    <min value="1" />
    <max value="1" />
    <documentation value="The searchset bundle resource that has been returned in response to the given input parameters" />
    <type value="Bundle" />
    <profile>
      <reference value="https://fhir.nhs.uk/STU3/StructureDefinition/GPConnect-Searchset-Bundle-1" />
    </profile>
  </parameter>
</OperationDefinition>