Implementation Guide Pseudonymization Interface for the MII
2026.0.0-ballot.1 - ci-build

Implementation Guide Pseudonymization Interface for the MII - Local Development build (v2026.0.0-ballot.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: anonymize-original-example-bundle-batch-request - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "anonymize-original-example-bundle-batch-request",
  "meta" : {
    "profile" : [
      "https://fhir.example.com/StructureDefinition/anonymize-batch-request"
    ]
  },
  "type" : "batch",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:79378cb8-8f58-1111-a5e8-60ac2755b674",
      "resource" : {
        "resourceType" : "Parameters",
        "id" : "79378cb8-8f58-1111-a5e8-60ac2755b674",
        "parameter" : [
          {
            "name" : "target",
            "valueString" : "Transfer1"
          },
          {
            "name" : "original",
            "valueString" : "D1CL0CAL1"
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "$anonymize-original"
      }
    },
    {
      "fullUrl" : "urn:uuid:628ddc36-c8e4-1111-bac7-2599677a9e7d",
      "resource" : {
        "resourceType" : "Parameters",
        "id" : "628ddc36-c8e4-1111-bac7-2599677a9e7d",
        "parameter" : [
          {
            "name" : "target",
            "valueString" : "Transfer1"
          },
          {
            "name" : "original",
            "valueString" : "unknown-original"
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "$anonymize-original"
      }
    },
    {
      "fullUrl" : "urn:uuid:46fd24a0-04d4-1111-82ee-8a9cad2b6a86",
      "resource" : {
        "resourceType" : "Parameters",
        "id" : "46fd24a0-04d4-1111-82ee-8a9cad2b6a86",
        "parameter" : [
          {
            "name" : "target",
            "valueString" : "unknown-domain"
          },
          {
            "name" : "original",
            "valueString" : "D1CL0CAL3"
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "$anonymize-original"
      }
    }
  ]
}