Patient Flags - NHS England - Implementation Guide STU1
0.4.0 - ci-build

Patient Flags - NHS England - Implementation Guide STU1 - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: RA Example of deleting an RA record with a Transaction - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="RemoveRARecordExample"/>
  <type value="transaction"/>
  <entry>
    <request>
      <method value="DELETE"/>
      <url value="Flag/RAPatientFlagExample1"/>
    </request>
  </entry>
  <entry>
    <request>
      <method value="DELETE"/>
      <url value="Consent/RAConsentExample1"/>
    </request>
  </entry>
  <entry>
    <request>
      <method value="DELETE"/>
      <url value="Condition/RAConditionExample1"/>
    </request>
  </entry>
</Bundle>