Implementation Guide Pseudonymization Interface for the MII
1.1.0 - ci-build

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

: DePseudonymizeResponseWithStringExample - XML Representation

Raw xml | Download



<Parameters xmlns="http://hl7.org/fhir">
  <id value="DePseudonymizeResponseWithStringExample"/>
  <parameter>
    <name value="original"/>
    <part>
      <name value="target"/>
      <valueIdentifier>
        <system value="https://sample/psn-system"/>
        <value value="Transfer1"/>
      </valueIdentifier>
    </part>
    <part>
      <name value="value"/>
      <valueIdentifier>
        <system value="https://sample/psn-system"/>
        <value value="D1CL0CAL1"/>
      </valueIdentifier>
    </part>
    <part>
      <name value="pseudonym"/>
      <valueIdentifier>
        <system value="https://sample/psn-system"/>
        <value value="H3RAU56A8E"/>
      </valueIdentifier>
    </part>
  </parameter>
</Parameters>