Implementation Guide Pseudonymization Interface for the MII
2026.0.0-ballot.1 - ci-build

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

: PseudonymizeIdentifierResponseExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "PseudonymizeIdentifierResponseExample",
  "parameter" : [
    {
      "name" : "target",
      "valueIdentifier" : {
        "system" : "https://sample/psn-system",
        "value" : "Transfer1"
      }
    },
    {
      "name" : "original",
      "valueIdentifier" : {
        "system" : "https://sample/psn-system",
        "value" : "D1CL0CAL1"
      }
    },
    {
      "name" : "pseudonym",
      "valueIdentifier" : {
        "system" : "https://sample/psn-system",
        "value" : "H3RAU56A8E"
      }
    }
  ]
}