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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "RemoveRARecordExample",
  "type" : "transaction",
  "entry" : [
    {
      "request" : {
        "method" : "DELETE",
        "url" : "Flag/RAPatientFlagExample1"
      }
    },
    {
      "request" : {
        "method" : "DELETE",
        "url" : "Consent/RAConsentExample1"
      }
    },
    {
      "request" : {
        "method" : "DELETE",
        "url" : "Condition/RAConditionExample1"
      }
    }
  ]
}