2025.2.0 - ci-build

IGTTPFHIRGatewayWorkflowbasierteSchnittstellen - Local Development build (v2025.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PseudonymizePatient-Bundle-response-example-1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "PseudonymizePatient-Bundle-response-example-1",
  "type" : "batch-response",
  "entry" : [
    {
      "resource" : {
        "resourceType" : "Parameters",
        "id" : "PseudonymizePatient-Bundle-response-example-1-Par1",
        "parameter" : [
          {
            "name" : "externalPatientId",
            "valueId" : "aaaaaaaa-8a1e-4442-af99-50abc27d6f52"
          },
          {
            "name" : "pseudonym",
            "part" : [
              {
                "name" : "target",
                "valueIdentifier" : {
                  "system" : "http://my.fhir.domain.local/fhir/sid/domains",
                  "value" : "MyStudy-Domain1"
                }
              },
              {
                "name" : "value",
                "valueIdentifier" : {
                  "system" : "http://my.fhir.domain.local/fhir/sid/pseudonyms",
                  "value" : "56464986521"
                }
              }
            ]
          },
          {
            "name" : "pseudonym",
            "part" : [
              {
                "name" : "target",
                "valueIdentifier" : {
                  "system" : "http://my.fhir.domain.local/fhir/sid/domains",
                  "value" : "MyStudy-Domain2"
                }
              },
              {
                "name" : "value",
                "valueIdentifier" : {
                  "system" : "http://my.fhir.domain.local/fhir/sid/pseudonyms",
                  "value" : "8976834765347"
                }
              }
            ]
          }
        ]
      },
      "response" : {
        "status" : "200",
        "outcome" : {
          "resourceType" : "OperationOutcome",
          "id" : "PseudonymizePatient-Bundle-response-example-1-Par1OpO",
          "issue" : [
            {
              "severity" : "information",
              "code" : "informational",
              "diagnostics" : "Operation completed successfully."
            }
          ]
        }
      }
    },
    {
      "resource" : {
        "resourceType" : "Parameters",
        "id" : "PseudonymizePatient-Bundle-response-example-1-Par2",
        "parameter" : [
          {
            "name" : "externalPatientId",
            "valueId" : "bbbbbbbb-e258-4471-9ac3-6dfdfac35a6e"
          },
          {
            "name" : "pseudonym",
            "part" : [
              {
                "name" : "target",
                "valueIdentifier" : {
                  "system" : "http://my.fhir.domain.local/fhir/sid/domains",
                  "value" : "MyStudy-Domain15"
                }
              },
              {
                "name" : "value",
                "valueIdentifier" : {
                  "system" : "http://my.fhir.domain.local/fhir/sid/pseudonyms",
                  "value" : "8976834765347"
                }
              }
            ]
          }
        ]
      },
      "response" : {
        "status" : "404",
        "outcome" : {
          "resourceType" : "OperationOutcome",
          "id" : "PseudonymizePatient-Bundle-response-example-1-Par2OpO",
          "issue" : [
            {
              "severity" : "fatal",
              "code" : "security",
              "diagnostics" : "Target domain 'NotMyStudy-Domain15' not found."
            }
          ]
        }
      }
    }
  ]
}