<!-- RARecord-RemoveRARecord-Operation-1 -->
<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="RARecord-RemoveRARecord-Operation-1" />
  <url value="https://fhir.nhs.uk/STU3/OperationDefinition/RARecord-RemoveRARecord-Operation-1" />
  <version value="1.4.0" />
  <name value="RARecord-RemoveRARecord-Operation-1" />
  <status value="active" />
  <kind value="operation" />
  <date value="2020-02-20T00:00:00+00:00" />
  <publisher value="NHS Digital" />
  <contact>
    <name value="Interoperability Team" />
    <telecom>
      <system value="email" />
      <value value="interoperabilityteam@nhs.net" />
    </telecom>
  </contact>
  <description value="Removes (inactivates) all Reasonable Adjustment Record resources for a given Person (by NHS Number)" />
  <code value="removererecord" />
  <resource value="Consent" />
  <resource value="Flag" />
  <resource value="List" />
  <resource value="Condition" />
  <system value="true" />
  <type value="false" />
  <instance value="false" />
  <parameter>
    <name value="removeRARecord" />
    <use value="in" />
    <min value="1" />
    <max value="1" />
    <documentation value="Passes parameters required to Remove all Reasonable Adjustment Record resources." />
    <part>
      <name value="nhsNumber" />
      <use value="in" />
      <min value="1" />
      <max value="1" />
      <documentation value="Identifies Person (Patient) whose RA Record is to be removed (inactivated)" />
      <type value="string" />
    </part>
    <part>
      <name value="removalReason" />
      <use value="in" />
      <min value="1" />
      <max value="1" />
      <documentation value="Code recording Removal Reason" />
      <type value="CodeableConcept" />
    </part>
  </parameter>
</OperationDefinition>