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
<Bundle xmlns="http://hl7.org/fhir">
<id value="pseudonymize-example-bundle-batch-response"/>
<meta>
<profile
value="https://fhir.example.com/StructureDefinition/pseudonymize-batch-response"/>
</meta>
<type value="batch-response"/>
<entry>
<fullUrl value="urn:uuid:0ee863aa-1fe7-4d5f-a70f-8f5edc7981d9"/>
<resource>
<Parameters>
<id
value="Inline-Instance-for-pseudonymize-example-bundle-batch-response-1"/>
<parameter>
<name value="pseudonym"/>
<valueString value="pseudonym-for-original-value-1"/>
</parameter>
</Parameters>
</resource>
<response>
<status value="200 OK"/>
</response>
</entry>
<entry>
<fullUrl value="urn:uuid:c672a2ae-4d75-4723-9706-524994fdd07a"/>
<resource>
<Parameters>
<id
value="Inline-Instance-for-pseudonymize-example-bundle-batch-response-2"/>
<parameter>
<name value="pseudonym"/>
<valueIdentifier>
<system value="https://example.com/pseudonym-ids"/>
<value value="a-pseudonymized-identifier-value"/>
</valueIdentifier>
</parameter>
</Parameters>
</resource>
<response>
<status value="201 Created"/>
</response>
</entry>
<entry>
<fullUrl value="urn:uuid:c99b414d-e235-4f5f-8b5e-446ed5f9cd71"/>
<resource>
<OperationOutcome>
<id value="c99b414d-e235-4f5f-8b5e-446ed5f9cd71"/>
<text>
<status value="generated"/>
<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>
</text>
<issue>
<severity value="error"/>
<code value="not-found"/>
<diagnostics
value="The given pseudonymization target 'pseudonym-domain-that-doesn't-exist' was not found."/>
<expression value="Parameters.parameter.where(name='target')"/>
</issue>
</OperationOutcome>
</resource>
<response>
<status value="404 Not Found"/>
</response>
</entry>
</Bundle>