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 - 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"
      }
    }
  ]
}