Implementation Guide MII Schnittstelle Pseudonymisierung
0.9.0 - ci-build

Implementation Guide MII Schnittstelle Pseudonymisierung - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PseudonymizeRequestWithIdentifierExample - XML Representation

Raw xml | Download



<Parameters xmlns="http://hl7.org/fhir">
  <id value="PseudonymizeRequestWithIdentifierExample"/>
  <parameter>
    <name value="original"/>
    <valueIdentifier>
      <system value="https://sample/psn-system"/>
      <value value="D1CL0CAL1"/>
    </valueIdentifier>
    <part>
      <name value="target"/>
      <valueString value="Herausgabe1"/>
    </part>
    <part>
      <name value="value"/>
    </part>
    <part>
      <name value="allowCreate"/>
      <valueBoolean value="true"/>
    </part>
  </parameter>
</Parameters>