0.1.0 - ci-build

PseudonymizationIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: pseudonymize-example-bundle-batch-response - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "pseudonymize-example-bundle-batch-response",
  "meta" : {
    "profile" : [
      "https://fhir.example.com/StructureDefinition/pseudonymize-batch-response"
    ]
  },
  "type" : "batch-response",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:0ee863aa-1fe7-4d5f-a70f-8f5edc7981d9",
      "resource" : {
        "resourceType" : "Parameters",
        "id" : "Inline-Instance-for-pseudonymize-example-bundle-batch-response-1",
        "parameter" : [
          {
            "name" : "pseudonym",
            "valueString" : "pseudonym-for-original-value-1"
          }
        ]
      },
      "response" : {
        "status" : "200 OK"
      }
    },
    {
      "fullUrl" : "urn:uuid:c672a2ae-4d75-4723-9706-524994fdd07a",
      "resource" : {
        "resourceType" : "Parameters",
        "id" : "Inline-Instance-for-pseudonymize-example-bundle-batch-response-2",
        "parameter" : [
          {
            "name" : "pseudonym",
            "valueIdentifier" : {
              "system" : "https://example.com/pseudonym-ids",
              "value" : "a-pseudonymized-identifier-value"
            }
          }
        ]
      },
      "response" : {
        "status" : "201 Created"
      }
    },
    {
      "fullUrl" : "urn:uuid:c99b414d-e235-4f5f-8b5e-446ed5f9cd71",
      "resource" : {
        "resourceType" : "OperationOutcome",
        "id" : "c99b414d-e235-4f5f-8b5e-446ed5f9cd71",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"OperationOutcome_c99b414d-e235-4f5f-8b5e-446ed5f9cd71\"> </a><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome c99b414d-e235-4f5f-8b5e-446ed5f9cd71</b></p><a name=\"c99b414d-e235-4f5f-8b5e-446ed5f9cd71\"> </a><a name=\"hcc99b414d-e235-4f5f-8b5e-446ed5f9cd71\"> </a><a name=\"c99b414d-e235-4f5f-8b5e-446ed5f9cd71-en-US\"> </a><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Diagnostics</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>Error</td><td>Not Found</td><td>The given pseudonymization target 'pseudonym-domain-that-doesn't-exist' was not found.</td><td>Parameters.parameter.where(name='target')</td></tr></table></div>"
        },
        "issue" : [
          {
            "severity" : "error",
            "code" : "not-found",
            "diagnostics" : "The given pseudonymization target 'pseudonym-domain-that-doesn't-exist' was not found.",
            "expression" : [
              "Parameters.parameter.where(name='target')"
            ]
          }
        ]
      },
      "response" : {
        "status" : "404 Not Found"
      }
    }
  ]
}