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

: PseudonymizeIdentifierResponseExample - XML Representation

Raw xml | Download



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