{
  "resourceType" : "Bundle",
  "id" : "CHMhd1UpdateDocumentMetadataTransactionResponseExample",
  "meta" : {
    "profile" : ["http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-mhd-1-updatedocumentmetadatatransactionresponse"]
  },
  "type" : "transaction-response",
  "link" : [{
    "relation" : "self",
    "url" : "http://example.org/fhir"
  }],
  "entry" : [{
    "response" : {
      "status" : "200 OK",
      "location" : "DocumentReference/DocRefPdf/_history/2",
      "etag" : "2"
    }
  }]
}